# FluidPhp User Agent Helper, (*1)
FluidPhp is a framework based on the PhpToolCase library, visit phptoolcase.com for complete guides and examples., (*2)
This helper to can be used to get user agent details., (*3)
Installation
Add the package to your composer.json file, to install the helper., (*4)
With fluidphp framework:, (*5)
"require":
{
"mnsami/composer-custom-directory-installer": "2.0.*" ,
"fluidphp/useragent-helper": "*"
} ,
"extra":
{
"installer-paths":
{
"./vendor/fluidphp/helpers/UserAgent": ["fluidphp/useragent-helper"]
}
}
Stand-alone:, (*6)
"require":
{
"fluidphp/useragent-helper": "*"
}
Project Info
Project Home
http://phptoolcase.com, (*7)
Requirements
php version 5.4+, (*8)