elfsundae/laravel-agent

This package is abandoned and no longer maintained. The author suggests using the elfsundae/agent package instead.

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

3.0.0 2018-02-06 22:17 UTC

This package is auto-updated.

Last update: 2022-02-01 13:07:51 UTC


README

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.