php-extended / php-user-agent-object
A library that implements the php-user-agent-interface library
4.0.0
2022-05-31 07:28 UTC
Requires
- php: >=7.2
- php-extended/php-user-agent-interface: ^4
Requires (Dev)
README
A library that implements the php-user-agent-interface library
Installation
The installation of this library is made via composer.
Download composer.phar
from their website.
Then add to your composer.json :
"require": {
...
"php-extended/php-user-agent-object": "^3"
...
}
Then run php composer.phar update
to install this library.
The autoloading of all classes of this library is made through composer's autoloader.
License
MIT (See license file).