useragent
useragent copied to clipboard
Plan to autoloading PSR-0
Any plan to add PSR-0 autoloading ? Thanks
Sail/Useragent is already PSR-0, it's on packagist and you can install it with Composer. The instructions to install it and use it are in the README: https://github.com/rainphp/useragent
Since the PSR-0
autoloading is deprecated, we can also consider using the PSR-4` autoloading instead.
Please go ahead and open a PR for PSR-4
I'll review and merge it, if good