php-extended/php-user-agent-interface

A library to specify objects behavior for manipulating user agents


Keywords
php, user, interface, Agent
License
MIT

Documentation

php-user-agent-interface

A library to specify objects behavior for manipulating user agents

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-interface": "^2",
		...
	}

Then run php composer.phar update to install this library. The autoloading of all classes of this library is made through composer's autoloader.

Basic Usage

This library is an interface only library. For a concrete implementation, see php-extended/php-user-agent-catalog

License

MIT (See license file).