elfsundae/agent

A PHP mobile/desktop User-Agent parser, with support for Laravel.

Downloads

23

Stars

0

Version

3.0.0

Agent

Latest Version on Packagist Build Status StyleCI SensioLabsInsight Quality Score

A PHP mobile/desktop User-Agent parser, with support for Laravel, based on jenssegers/agent which based on the Mobile Detect.

Installation

$ composer require elfsundae/agent

Laravel (Optional)

If your application runs on Lumen, or on earlier Laravel than v5.5 which does not support package discovery, you need to register the service provider manually:

ElfSundae\Agent\AgentServiceProvider::class,

And add the Agent facade alias:

'Agent' => ElfSundae\Agent\Facades\Agent::class,

License

This package is open-sourced software licensed under the MIT License.

ElfSundae

Author

ElfSundae