fluidphp/useragent-helper

FluidPHP framework user agent helper to get user agent data

Maintainers

Package info

github.com/ground-creative/fluidphp-user-agent-helper

Homepage

pkg:composer/fluidphp/useragent-helper

Statistics

Installs: 223

Dependents: 0

Suggesters: 0

Stars: 1

Open Issues: 0

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

This package is auto-updated.

Last update: 2026-02-28 20:42:25 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+