fluidphp/useragent-helper

FluidPHP framework user agent helper to get user agent data

v1.0.2-stable 2022-03-28 12:29 UTC

This package is auto-updated.

Last update: 2024-04-28 16:50:45 UTC


README

FluidPhp is a framework based on the PhpToolCase library, visit phptoolcase.com for complete guides and examples.

This helper to can be used to get user agent details.

Installation

Add the package to your composer.json file, to install the helper.

With fluidphp framework:

"require": 
{
	"mnsami/composer-custom-directory-installer": "2.0.*" ,
	"fluidphp/useragent-helper": "*"
} ,
"extra": 
{
	"installer-paths": 
	{
		"./vendor/fluidphp/helpers/UserAgent": ["fluidphp/useragent-helper"]
	}
}

Stand-alone:

"require": 
{
	"fluidphp/useragent-helper": "*"
}

Project Info

Project Home

http://phptoolcase.com

Requirements

php version 5.4+