├── LICENSE.md ├── README.md ├── composer.json └── src ├── Agent.php ├── AgentServiceProvider.php └── Facades └── Agent.php /LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenssegers/agent/HEAD/LICENSE.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenssegers/agent/HEAD/README.md -------------------------------------------------------------------------------- /composer.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenssegers/agent/HEAD/composer.json -------------------------------------------------------------------------------- /src/Agent.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenssegers/agent/HEAD/src/Agent.php -------------------------------------------------------------------------------- /src/AgentServiceProvider.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenssegers/agent/HEAD/src/AgentServiceProvider.php -------------------------------------------------------------------------------- /src/Facades/Agent.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenssegers/agent/HEAD/src/Facades/Agent.php --------------------------------------------------------------------------------