Skip to content

User Agent Class to help identify browser, platform, robot, and mobile device data.

License

Notifications You must be signed in to change notification settings

mohammad-ali238/User-Agent-PHP-Class

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

User Agent PHP Class

User Agent Class to help identify browser, platform, robot, and mobile device data.

How to use?

$user_agent = new Client_User_Agent;
  1. To get browser:
$user_agent->getBrowser();
  1. To get mobile:
$user_agent->getMobile();
  1. To get Platform:
$user_agent->getPlatform();
  1. To get referrer:
$user_agent->getReferrer();

About

User Agent Class to help identify browser, platform, robot, and mobile device data.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages