2017 © Pedro Peláez
 

library agent

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

image

elfsundae/agent

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

  • Tuesday, February 6, 2018
  • by ElfSundae
  • Repository
  • 2 Watchers
  • 0 Stars
  • 6 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 7 Versions
  • 100 % Grown

The README.md

Agent

Latest Version on Packagist Build Status StyleCI SensioLabsInsight Quality Score, (*1)

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

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:, (*3)

ElfSundae\Agent\AgentServiceProvider::class,

And add the Agent facade alias:, (*4)

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

License

This package is open-sourced software licensed under the MIT License., (*5)

The Versions

06/02 2018

dev-master

9999999-dev https://github.com/ElfSundae/agent

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

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel browser user agent mobile agent

06/02 2018

3.0.0

3.0.0.0 https://github.com/ElfSundae/agent

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

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel browser user agent mobile agent