wordpress-sdk
wordpress-sdk copied to clipboard
Add PHP Namespace
Please add a PHP namespace within Freemius so my plugin using namespaces can use it, along with Composer's autoloading.
Now's a good time because of the PHP 5.6/7 movement within WP Core.
@cliffordp there are still a lot of websites running old PHP versions, so I don't think we'll introduce namespaces in 2019. Obviously, we'd love to transition to namespacing and autoloading, but we can't ignore the reality.
PHP namespaces work with PHP 5.3+ and WP's minimum supported version is now 5.6 and will be 7 by end of 2019. So now would be a great time, although I understand lagging a bit.
+1