serbanghita / Mobile-Detect

Mobile_Detect is a lightweight PHP class for detecting mobile devices (including tablets). It uses the User-Agent string combined with specific HTTP headers to detect the mobile environment.
http://mobiledetect.net
MIT License
10.54k stars 2.68k forks source link

New script using Mobile_Detect #107

Closed rob-bar closed 11 years ago

rob-bar commented 11 years ago

Special Agent is a FuelPHP package which uses php-mobile-detect to determine whether a device is mobile or not. It overrides the Fuelphp Agent class its methods. For easy use. https://github.com/rob-bar/special_agent

serbanghita commented 11 years ago

Thanks, will add this!