2017 © Pedro PelĂĄez
 

library mobiledetectlib

Mobile_Detect is a lightweight PHP class for detecting mobile devices. It uses the User-Agent string combined with specific HTTP headers to detect the mobile environment.

image

luderson/mobiledetectlib

Mobile_Detect is a lightweight PHP class for detecting mobile devices. It uses the User-Agent string combined with specific HTTP headers to detect the mobile environment.

  • Thursday, July 20, 2017
  • by ludersonwebjump
  • Repository
  • 0 Watchers
  • 0 Stars
  • 2,556 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 2143 Forks
  • 0 Open issues
  • 63 Versions
  • 120 % Grown

The README.md

Mobile Detect, (*1)

Motto: "Every business should have a mobile detection script to detect mobile readers.", (*2)

Build Status Latest Stable Version Total Downloads Daily Downloads License, (*3)

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., (*4)

We're committed to make Mobile_Detect the best open-source mobile detection resource and this is why before each release we're running unit tests, we also research and update the detection rules on daily and weekly basis., (*5)

Your website's content strategy is important! You need a complete toolkit to deliver an experience that is optimized, fast and relevant to your users. Mobile_Detect class is a server-side detection tool that can help you with your RWD strategy, it is not a replacement for CSS3 media queries or other forms of client-side feature detection., (*6)

Announcements

For 2.x branch we are no longer taking optimizations pull requests, but only new regexes and User-Agents for our tests. On 2.x releases we are focusing on new tablets only. All the pull requests about TVs, bots or optimizations will be closed and analyzed after 3.0.0-beta is released., (*7)

Still working on 3.0.0 branch to provide you with device detection! We're really excited on this one! We would like to speed this up, but life and family gets in the way ;), (*8)

Special thanks to JetBrains for providing licenses for PHPStorm. In case you never heard or tried PHPStorm, you're clearly missing out! Check PHPStorm out!, (*9)

Download and demo
Download Docs Examples
Go to releases Become a contributor Code examples
Mobile_Detect.php History :iphone: Live demo!
Composer package

Continuous updates

You can use composer in your release and update process to make sure you have the latest Mobile_Detect version., (*10)

composer require mobiledetect/mobiledetectlib
{
    "require": {
        "mobiledetect/mobiledetectlib": "^2.8"
    }
}
Help
Pledgie Paypal
Donate :+1: Donate :beer:

I'm currently paying for hosting and spend a lot of my family time to maintain the project and planning the future releases. I would highly appreciate any money donations that will keep the research going., (*11)

Special thanks to the community :+1: for donations, BrowserStack - for providing access to their great platform, Zend - for donating licenses, Dragos Gavrila who contributed with the logo., (*12)

:point_right: Keep Mobile_Detect.php class in a separate module and do NOT include it in your script core because of the high frequency of updates. :point_right: When including the class into you web application or module always use include_once '../path/to/Mobile_Detect.php to prevent conflicts., (*13)

JavaScript, (*14)

Varnish Cache, (*15)

  • Varnish Mobile Detect - Drop-in varnish solution to mobile user detection based on the Mobile-Detect library. Made by willemk.
  • mobiledetect2vcl - Python script to transform the Mobile Detect JSON database into an UA-based mobile detection VCL subroutine easily integrable in any Varnish Cache configuration. Made by Carlos Abalde.

LUA, (*16)

  • mobile-detect.lua is a port of Mobile-Detect to Lua for NGINX HTTP servers. Follows closely to mobile-detect.js. Supports all methods that server-side mobile-detect.js supports. Fully unit-tested and synced with Travis CI (Build Passing badge included). Made by Mark Walters.

PHP, (*17)

WordPress, (*18)

  • WordPress Mobile Detect - Gives you the ability to wrap that infographic in a [notdevice][/notdevice] shortcode so at the server level WordPress will decide to show that content only if the user is NOT on a phone or tablet. Made by Jesse Friedman., (*19)

  • mobble - provides mobile related conditional functions for your site. e.g. is_iphone(), is_mobile() and is_tablet(). Made by Scott Evans., (*20)

  • WordPress Responsage - A small WordPress theme plugin that allows you to make your images responsive. Made by Adrian Ciaschetti., (*21)

  • WP247 Body Classes - Add unique classes to the body tag for easy styling based on various attributes (archive, user, post, mobile) and various WordPress "is" functions. Mobile attributes include type of device, Operating System, Browser, etc. Examples: .is-mobile, .is-not-mobile, .is-tablet, .is-ios, .is-not-ios, .is-androidos, .is-chromebrowser. Made by wescleveland56., (*22)

Drupal, (*23)

Joomla, (*27)

  • yagendoo Joomla! Mobile Detection Plugin - Lightweight PHP plugin for Joomla! that detects a mobile browser using the Mobile Detect class. Made by yagendoo media., (*28)

  • User Agent Detector plugin - This system plugin detects the user agent of your website visitor and sets a session variable accordingly. Based on the user agent, the plugin detects if the site is running on a desktop pc, tablet or smartphone. It can also detect if the visitor is a spider bot (search engine). Session variable that is set: ualayout. Possible values: desktop, tablet, mobile, bot. Made by @ReneKreijveld., (*29)

Magento, (*30)

  • Magento helper from Optimise Web enables the use of all functions provided by Mobile Detect. Made by Kathir Vel., (*31)

  • Magento 2 Mobile Detect Theme Change is an extension for Magento 2 that will change the theme or redirect to a different URL. Also containing a helper to check for the device type., (*32)

PrestaShop, (*33)

  • PrestaShop is a free, secure and open source shopping cart platform. Mobile_Detect is included in the default package since 1.5.x.

Laravel, (*34)

  • Agent is a user agent class for Laravel based on Mobile Detect with some additional functionality. Made by Jens Segers., (*35)

  • BrowserDetect is a browser and mobile detection package, collects and wrap together the best user-agent identifiers for Laravel. Created by Varga Zsolt., (*36)

Zend Framework, (*37)

  • ZF2 Mobile-Detect is a Zend Framework 2 module that provides Mobile-Detect features (Mobile_Detect class as a service, helper for views and plugin controllers). Made by neilime., (*38)

  • ZF2 MobileDetectModule facilitates integration of a PHP MobileDetect class with some ZF2-based application. Has similar idea like the existing ZF2 Mobile-Detect module, but differs in initialization and provision routine of the actual Mobile_Detect class. Appropriate view helper and controller plugin also have different conceptions. Made by Nikola Posa., (*39)

Symfony, (*40)

Slim Framework, (*43)

  • Slim_Mobile_Detect implements Mobile_Detect lib for different responses write on Slim Framework App.

ExpressionEngine, (*44)

Yii Framework, (*45)

CakePHP, (*49)

FuelPHP, (*50)

  • 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. Made by Robbie Bardjin.

TYPO3, (*51)

  • px_mobiledetect is an extension that helps to detect visitor's mobile device class (if that’s tablet or mobile device like smartphone). Made by Alexander Tretyak.

Other, (*52)

  • PageCache is a lightweight PHP library for full page cache, with built-in Mobile-Detect support. Made by Muhammed Mamedov., (*53)

  • Statamic CMS Mobile Detect is a plugin. Made by Sergei Filippov of Haiku Lab., (*54)

  • Kohana Mobile Detect is an example of implementation of Mobile_Detect class with Kohana framework. Written by Luiz Alberto S. Ribeiro., (*55)

  • MemHT is a Free PHP CMS and Blog that permit the creation and the management online of websites with few and easy steps. Has the class included in the core., (*56)

  • concrete5 is a CMS that is free and open source. The library is included in the core., (*57)

  • engine7 is PHP Open Source Framework. The Mobile_Detect class is included in the engine., (*58)

  • Zikula is a free and open-source Content Management Framework, which allows you to run impressive websites and build powerful online applications. The core uses Mobile-Detect to switch to a special Mobile theme, using jQueryMobile., (*59)

  • UserAgentInfo is a PHP class for parsing user agent strings (HTTP_USER_AGENT). Includes mobile checks, bot checks, browser types/versions and more. Based on browscap, Mobile_Detect and ua-parser. Created for high traffic websites and fast batch processing. Made by quentin389., (*60)

  • LJ Mobile Detect is a simple implementation of Mobile Detect for Craft CMS. Made by Lewis Jenkins., (*61)

  • Grav Plugin Mobile Detect is a simple implementation of Mobile Detect for Grav CMS. Made by Dimitri Longo., (*62)

Perl, (*63)

Python, (*64)

  • pymobiledetect - Mobile detect python package. Made by Bas van Oostveen.

Ruby, (*65)

  • mobile_detect.rb is a Ruby gem using the JSON data exposed by the php project and implementing a basic subset of the API (as much as can be done by the exposed data). Made by Karthik T.

Go, (*66)

LUA, (*67)

  • ua-lua is a small lib written in LUA providing device type detection. ua-lua is detecting mobile or tablet devices based on user-agent inside nginx daemon. Made by FrĂ©dĂ©ric Robinet.

The Versions

20/07 2017

dev-master

9999999-dev https://github.com/serbanghita/Mobile-Detect

Mobile_Detect is a lightweight PHP class for detecting mobile devices. It uses the User-Agent string combined with specific HTTP headers to detect the mobile environment.

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

The Development Requires

mobile mobile detect mobile detector php mobile detect detect mobile devices

20/07 2017

dev-development

dev-development https://github.com/serbanghita/Mobile-Detect

Mobile_Detect is a lightweight PHP class for detecting mobile devices. It uses the User-Agent string combined with specific HTTP headers to detect the mobile environment.

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

The Development Requires

mobile mobile detect mobile detector php mobile detect detect mobile devices

20/07 2017

3.0.2

3.0.2.0 https://github.com/serbanghita/Mobile-Detect

Mobile_Detect is a lightweight PHP class for detecting mobile devices. It uses the User-Agent string combined with specific HTTP headers to detect the mobile environment.

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

The Development Requires

mobile mobile detect mobile detector php mobile detect detect mobile devices

19/07 2017

dev-devel

dev-devel https://github.com/serbanghita/Mobile-Detect

Mobile_Detect is a lightweight PHP class for detecting mobile devices. It uses the User-Agent string combined with specific HTTP headers to detect the mobile environment.

  Sources   Download

MIT

The Requires

  • php >=5.0.0

 

The Development Requires

mobile mobile detect mobile detector php mobile detect detect mobile devices

19/07 2017

3.0.0

3.0.0.0 https://github.com/serbanghita/Mobile-Detect

Mobile_Detect is a lightweight PHP class for detecting mobile devices. It uses the User-Agent string combined with specific HTTP headers to detect the mobile environment.

  Sources   Download

MIT

The Requires

  • php >=5.0.0

 

The Development Requires

mobile mobile detect mobile detector php mobile detect detect mobile devices

19/07 2017

1.0

1.0.0.0 https://github.com/serbanghita/Mobile-Detect

Mobile_Detect is a lightweight PHP class for detecting mobile devices. It uses the User-Agent string combined with specific HTTP headers to detect the mobile environment.

  Sources   Download

MIT

The Requires

  • php >=5.0.0

 

The Development Requires

mobile mobile detect mobile detector php mobile detect detect mobile devices

29/03 2017

2.8.25

2.8.25.0 https://github.com/serbanghita/Mobile-Detect

Mobile_Detect is a lightweight PHP class for detecting mobile devices. It uses the User-Agent string combined with specific HTTP headers to detect the mobile environment.

  Sources   Download

MIT

The Requires

  • php >=5.0.0

 

The Development Requires

mobile mobile detect mobile detector php mobile detect detect mobile devices

11/11 2016

2.8.24

2.8.24.0 https://github.com/serbanghita/Mobile-Detect

Mobile_Detect is a lightweight PHP class for detecting mobile devices. It uses the User-Agent string combined with specific HTTP headers to detect the mobile environment.

  Sources   Download

MIT

The Requires

  • php >=5.0.0

 

The Development Requires

mobile mobile detect mobile detector php mobile detect detect mobile devices

10/11 2016

2.8.23

2.8.23.0 https://github.com/serbanghita/Mobile-Detect

Mobile_Detect is a lightweight PHP class for detecting mobile devices. It uses the User-Agent string combined with specific HTTP headers to detect the mobile environment.

  Sources   Download

MIT

The Requires

  • php >=5.0.0

 

The Development Requires

mobile mobile detect mobile detector php mobile detect detect mobile devices

24/04 2016

2.8.22

2.8.22.0 https://github.com/serbanghita/Mobile-Detect

Mobile_Detect is a lightweight PHP class for detecting mobile devices. It uses the User-Agent string combined with specific HTTP headers to detect the mobile environment.

  Sources   Download

MIT

The Requires

  • php >=5.0.0

 

The Development Requires

mobile mobile detect mobile detector php mobile detect detect mobile devices

18/04 2016

2.8.21

2.8.21.0 https://github.com/serbanghita/Mobile-Detect

Mobile_Detect is a lightweight PHP class for detecting mobile devices. It uses the User-Agent string combined with specific HTTP headers to detect the mobile environment.

  Sources   Download

MIT

The Requires

  • php >=5.0.0

 

The Development Requires

mobile mobile detect mobile detector php mobile detect detect mobile devices

24/03 2016

2.8.20

2.8.20.0 https://github.com/serbanghita/Mobile-Detect

Mobile_Detect is a lightweight PHP class for detecting mobile devices. It uses the User-Agent string combined with specific HTTP headers to detect the mobile environment.

  Sources   Download

MIT

The Requires

  • php >=5.0.0

 

The Development Requires

mobile mobile detect mobile detector php mobile detect detect mobile devices

30/12 2015

dev-devel-3-workinprogress

dev-devel-3-workinprogress https://github.com/serbanghita/Mobile-Detect

Mobile_Detect is a lightweight PHP class for detecting mobile devices. It uses the User-Agent string combined with specific HTTP headers to detect the mobile environment.

  Sources   Download

MIT

The Requires

 

The Development Requires

mobile mobile detect mobile detector php mobile detect detect mobile devices

26/12 2015

dev-devel-3

dev-devel-3 https://github.com/serbanghita/Mobile-Detect

Mobile_Detect is a lightweight PHP class for detecting mobile devices. It uses the User-Agent string combined with specific HTTP headers to detect the mobile environment.

  Sources   Download

MIT

The Requires

 

The Development Requires

mobile mobile detect mobile detector php mobile detect detect mobile devices

24/12 2015

2.8.19

2.8.19.0 https://github.com/serbanghita/Mobile-Detect

Mobile_Detect is a lightweight PHP class for detecting mobile devices. It uses the User-Agent string combined with specific HTTP headers to detect the mobile environment.

  Sources   Download

MIT

The Requires

  • php >=5.0.0

 

The Development Requires

mobile mobile detect mobile detector php mobile detect detect mobile devices

24/12 2015

2.8.18

2.8.18.0 https://github.com/serbanghita/Mobile-Detect

Mobile_Detect is a lightweight PHP class for detecting mobile devices. It uses the User-Agent string combined with specific HTTP headers to detect the mobile environment.

  Sources   Download

MIT

The Requires

  • php >=5.0.0

 

The Development Requires

mobile mobile detect mobile detector php mobile detect detect mobile devices

17/09 2015

2.8.17

2.8.17.0 https://github.com/serbanghita/Mobile-Detect

Mobile_Detect is a lightweight PHP class for detecting mobile devices. It uses the User-Agent string combined with specific HTTP headers to detect the mobile environment.

  Sources   Download

MIT

The Requires

  • php >=5.0.0

 

The Development Requires

mobile mobile detect mobile detector php mobile detect detect mobile devices

31/08 2015

2.8.16

2.8.16.0 https://github.com/serbanghita/Mobile-Detect

Mobile_Detect is a lightweight PHP class for detecting mobile devices. It uses the User-Agent string combined with specific HTTP headers to detect the mobile environment.

  Sources   Download

MIT

The Requires

  • php >=5.0.0

 

The Development Requires

mobile mobile detect mobile detector php mobile detect detect mobile devices

18/06 2015

2.8.15

2.8.15.0 https://github.com/serbanghita/Mobile-Detect

Mobile_Detect is a lightweight PHP class for detecting mobile devices. It uses the User-Agent string combined with specific HTTP headers to detect the mobile environment.

  Sources   Download

MIT

The Requires

  • php >=5.0.0

 

The Development Requires

mobile mobile detect mobile detector php mobile detect detect mobile devices

16/06 2015

2.8.14

2.8.14.0 https://github.com/serbanghita/Mobile-Detect

Mobile_Detect is a lightweight PHP class for detecting mobile devices. It uses the User-Agent string combined with specific HTTP headers to detect the mobile environment.

  Sources   Download

MIT

The Requires

  • php >=5.0.0

 

The Development Requires

mobile mobile detect mobile detector php mobile detect detect mobile devices

25/04 2015

2.8.13

2.8.13.0 https://github.com/serbanghita/Mobile-Detect

Mobile_Detect is a lightweight PHP class for detecting mobile devices. It uses the User-Agent string combined with specific HTTP headers to detect the mobile environment.

  Sources   Download

MIT

The Requires

  • php >=5.0.0

 

The Development Requires

mobile mobile detect mobile detector php mobile detect detect mobile devices

11/03 2015

2.8.12

2.8.12.0 https://github.com/serbanghita/Mobile-Detect

Mobile_Detect is a lightweight PHP class for detecting mobile devices. It uses the User-Agent string combined with specific HTTP headers to detect the mobile environment.

  Sources   Download

MIT

The Requires

  • php >=5.0.0

 

The Development Requires

mobile mobile detect mobile detector php mobile detect detect mobile devices

23/11 2014

2.8.11

2.8.11.0 https://github.com/serbanghita/Mobile-Detect

Mobile_Detect is a lightweight PHP class for detecting mobile devices. It uses the User-Agent string combined with specific HTTP headers to detect the mobile environment.

  Sources   Download

MIT

The Requires

  • php >=5.0.0

 

The Development Requires

mobile mobile detect mobile detector php mobile detect detect mobile devices

22/11 2014

2.8.10

2.8.10.0 https://github.com/serbanghita/Mobile-Detect

Mobile_Detect is a lightweight PHP class for detecting mobile devices. It uses the User-Agent string combined with specific HTTP headers to detect the mobile environment.

  Sources   Download

MIT

The Requires

  • php >=5.0.0

 

The Development Requires

mobile mobile detect mobile detector php mobile detect detect mobile devices

22/11 2014

2.8.8

2.8.8.0 https://github.com/serbanghita/Mobile-Detect

Mobile_Detect is a lightweight PHP class for detecting mobile devices. It uses the User-Agent string combined with specific HTTP headers to detect the mobile environment.

  Sources   Download

MIT

The Requires

  • php >=5.0.0

 

The Development Requires

mobile mobile detect mobile detector php mobile detect detect mobile devices

20/11 2014

2.8.7

2.8.7.0 https://github.com/serbanghita/Mobile-Detect

Mobile_Detect is a lightweight PHP class for detecting mobile devices. It uses the User-Agent string combined with specific HTTP headers to detect the mobile environment.

  Sources   Download

MIT

The Requires

  • php >=5.0.0

 

The Development Requires

mobile mobile detect mobile detector php mobile detect detect mobile devices

20/11 2014

2.8.6

2.8.6.0 https://github.com/serbanghita/Mobile-Detect

Mobile_Detect is a lightweight PHP class for detecting mobile devices. It uses the User-Agent string combined with specific HTTP headers to detect the mobile environment.

  Sources   Download

MIT

The Requires

  • php >=5.0.0

 

The Development Requires

mobile mobile detect mobile detector php mobile detect detect mobile devices

20/10 2014

2.8.5

2.8.5.0 https://github.com/serbanghita/Mobile-Detect

Mobile_Detect is a lightweight PHP class for detecting mobile devices. It uses the User-Agent string combined with specific HTTP headers to detect the mobile environment.

  Sources   Download

MIT

The Requires

  • php >=5.0.0

 

The Development Requires

mobile mobile detect mobile detector php mobile detect detect mobile devices

25/08 2014

2.8.4

2.8.4.0 https://github.com/serbanghita/Mobile-Detect

Mobile_Detect is a lightweight PHP class for detecting mobile devices. It uses the User-Agent string combined with specific HTTP headers to detect the mobile environment.

  Sources   Download

MIT

The Requires

  • php >=5.0.0

 

The Development Requires

mobile mobile detect mobile detector php mobile detect detect mobile devices

10/07 2014

2.8.3

2.8.3.0 https://github.com/serbanghita/Mobile-Detect

Mobile_Detect is a lightweight PHP class for detecting mobile devices. It uses the User-Agent string combined with specific HTTP headers to detect the mobile environment.

  Sources   Download

MIT

The Requires

  • php >=5.0.0

 

The Development Requires

mobile mobile detect mobile detector php mobile detect detect mobile devices

16/06 2014

2.8.2

2.8.2.0 https://github.com/serbanghita/Mobile-Detect

Mobile_Detect is a lightweight PHP class for detecting mobile devices. It uses the User-Agent string combined with specific HTTP headers to detect the mobile environment.

  Sources   Download

MIT

The Requires

  • php >=5.0.0

 

The Development Requires

mobile mobile detect mobile detector php mobile detect detect mobile devices

04/06 2014

2.8.1

2.8.1.0 https://github.com/serbanghita/Mobile-Detect

Mobile_Detect is a lightweight PHP class for detecting mobile devices. It uses the User-Agent string combined with specific HTTP headers to detect the mobile environment.

  Sources   Download

MIT

The Requires

  • php >=5.0.0

 

The Development Requires

mobile mobile detect mobile detector php mobile detect detect mobile devices

21/04 2014

2.8.0

2.8.0.0 https://github.com/serbanghita/Mobile-Detect

Mobile_Detect is a lightweight PHP class for detecting mobile devices. It uses the User-Agent string combined with specific HTTP headers to detect the mobile environment.

  Sources   Download

MIT

The Requires

  • php >=5.0.0

 

The Development Requires

mobile mobile detect mobile detector php mobile detect detect mobile devices

07/03 2014

2.7.9

2.7.9.0 https://github.com/serbanghita/Mobile-Detect

Mobile_Detect is a lightweight PHP class for detecting mobile devices. It uses the User-Agent string combined with specific HTTP headers to detect the mobile environment.

  Sources   Download

MIT

The Requires

  • php >=5.0.0

 

The Development Requires

mobile mobile detect mobile detector php mobile detect detect mobile devices

05/02 2014

2.7.8

2.7.8.0 https://github.com/serbanghita/Mobile-Detect

Mobile_Detect is a lightweight PHP class for detecting mobile devices. It uses the User-Agent string combined with specific HTTP headers to detect the mobile environment.

  Sources   Download

MIT

The Requires

  • php >=5.0.0

 

The Development Requires

mobile mobile detect mobile detector php mobile detect detect mobile devices

17/01 2014

2.7.7

2.7.7.0 https://github.com/serbanghita/Mobile-Detect

Mobile_Detect is a lightweight PHP class for detecting mobile devices. It uses the User-Agent string combined with specific HTTP headers to detect the mobile environment.

  Sources   Download

MIT

The Requires

  • php >=5.0.0

 

The Development Requires

mobile mobile detect mobile detector php mobile detect detect mobile devices

05/12 2013

2.7.6

2.7.6.0 https://github.com/serbanghita/Mobile-Detect

Mobile_Detect is a lightweight PHP class for detecting mobile devices. It uses the User-Agent string combined with specific HTTP headers to detect the mobile environment.

  Sources   Download

MIT

The Requires

  • php >=5.0.0

 

The Development Requires

mobile mobile detect mobile detector php mobile detect detect mobile devices

27/11 2013

2.7.5

2.7.5.0 https://github.com/serbanghita/Mobile-Detect

Mobile_Detect is a lightweight PHP class for detecting mobile devices. It uses the User-Agent string combined with specific HTTP headers to detect the mobile environment.

  Sources   Download

MIT

The Requires

  • php >=5.0.0

 

The Development Requires

mobile mobile detect mobile detector php mobile detect detect mobile devices

15/11 2013

2.7.4

2.7.4.0 https://github.com/serbanghita/Mobile-Detect

Mobile_Detect is a lightweight PHP class for detecting mobile devices. It uses the User-Agent string combined with specific HTTP headers to detect the mobile environment.

  Sources   Download

MIT

The Requires

  • php >=5.0.0

 

The Development Requires

mobile mobile detect mobile detector php mobile detect detect mobile devices

09/11 2013

2.7.3

2.7.3.0 https://github.com/serbanghita/Mobile-Detect

Mobile_Detect is a lightweight PHP class for detecting mobile devices. It uses the User-Agent string combined with specific HTTP headers to detect the mobile environment.

  Sources   Download

MIT

The Requires

  • php >=5.0.0

 

The Development Requires

mobile mobile detect mobile detector php mobile detect detect mobile devices

01/11 2013

2.7.2

2.7.2.0 https://github.com/serbanghita/Mobile-Detect

Mobile_Detect is a lightweight PHP class for detecting mobile devices. It uses the User-Agent string combined with specific HTTP headers to detect the mobile environment.

  Sources   Download

MIT

The Requires

  • php >=5.0.0

 

The Development Requires

mobile mobile detect mobile detector php mobile detect detect mobile devices

02/10 2013

2.7.1

2.7.1.0 https://github.com/serbanghita/Mobile-Detect

Mobile_Detect is a lightweight PHP class for detecting mobile devices. It uses the User-Agent string combined with specific HTTP headers to detect the mobile environment.

  Sources   Download

MIT

The Requires

  • php >=5.0.0

 

The Development Requires

mobile mobile detect mobile detector php mobile detect detect mobile devices

17/09 2013

2.7.0

2.7.0.0 https://github.com/serbanghita/Mobile-Detect

Mobile_Detect is a lightweight PHP class for detecting mobile devices. It uses the User-Agent string combined with specific HTTP headers to detect the mobile environment.

  Sources   Download

MIT

The Requires

  • php >=5.0.0

 

The Development Requires

mobile mobile detect mobile detector php mobile detect detect mobile devices

27/08 2013

2.6.9

2.6.9.0 https://github.com/serbanghita/Mobile-Detect

Mobile_Detect is a lightweight PHP class for detecting mobile devices. It uses the User-Agent string combined with specific HTTP headers to detect the mobile environment.

  Sources   Download

MIT

The Requires

  • php >=5.0.0

 

The Development Requires

mobile mobile detect mobile detector php mobile detect detect mobile devices

23/08 2013

2.6.8

2.6.8.0 https://github.com/serbanghita/Mobile-Detect

Mobile_Detect is a lightweight PHP class for detecting mobile devices. It uses the User-Agent string combined with specific HTTP headers to detect the mobile environment.

  Sources   Download

MIT

The Requires

  • php >=5.0.0

 

The Development Requires

mobile mobile detect mobile detector php mobile detect detect mobile devices

21/08 2013

2.6.7

2.6.7.0 https://github.com/serbanghita/Mobile-Detect

Mobile_Detect is a lightweight PHP class for detecting mobile devices. It uses the User-Agent string combined with specific HTTP headers to detect the mobile environment.

  Sources   Download

MIT

The Requires

  • php >=5.0.0

 

The Development Requires

mobile mobile detect mobile detector php mobile detect detect mobile devices

06/08 2013

dev-jsonify

dev-jsonify https://github.com/serbanghita/Mobile-Detect

Mobile_Detect is a lightweight PHP class for detecting mobile devices. It uses the User-Agent string combined with specific HTTP headers to detect the mobile environment.

  Sources   Download

MIT

The Requires

  • php >=5.0.0

 

The Development Requires

mobile mobile detect mobile detector php mobile detect detect mobile devices

03/08 2013

2.6.6

2.6.6.0 https://github.com/serbanghita/Mobile-Detect

Mobile_Detect is a lightweight PHP class for detecting mobile devices. It uses the User-Agent string combined with specific HTTP headers to detect the mobile environment.

  Sources   Download

MIT

The Requires

  • php >=5.0.0

 

The Development Requires

mobile mobile detect mobile detector php mobile detect detect mobile devices

31/07 2013

2.6.5

2.6.5.0 https://github.com/serbanghita/Mobile-Detect

Mobile_Detect is a lightweight PHP class for detecting mobile devices. It uses the User-Agent string combined with specific HTTP headers to detect the mobile environment.

  Sources   Download

MIT

The Requires

  • php >=5.0.0

 

The Development Requires

mobile mobile detect mobile detector php mobile detect detect mobile devices

28/07 2013

2.6.4

2.6.4.0 https://github.com/serbanghita/Mobile-Detect

Mobile_Detect is a lightweight PHP class for detecting mobile devices. It uses the User-Agent string combined with specific HTTP headers to detect the mobile environment.

  Sources   Download

MIT

The Requires

  • php >=5.0.0

 

mobile mobile detect mobile detector php mobile detect detect mobile devices

03/07 2013

2.6.3

2.6.3.0 https://github.com/serbanghita/Mobile-Detect

Mobile_Detect is a lightweight PHP class for detecting mobile devices. It uses the User-Agent string combined with specific HTTP headers to detect the mobile environment.

  Sources   Download

MIT

The Requires

  • php >=5.0.0

 

mobile mobile detect mobile detector php mobile detect detect mobile devices

06/06 2013

2.6.2

2.6.2.0 https://github.com/serbanghita/Mobile-Detect

Mobile_Detect is a lightweight PHP class for detecting mobile devices. It uses the User-Agent string combined with specific HTTP headers to detect the mobile environment.

  Sources   Download

MIT

The Requires

  • php >=5.0.0

 

mobile mobile detect mobile detector php mobile detect detect mobile devices

29/05 2013

2.6.1

2.6.1.0 https://github.com/serbanghita/Mobile-Detect

Mobile_Detect is a lightweight PHP class for detecting mobile devices. It uses the User-Agent string combined with specific HTTP headers to detect the mobile environment.

  Sources   Download

MIT

The Requires

  • php >=5.0.0

 

mobile mobile detect mobile detector php mobile detect detect mobile devices

15/04 2013

2.6.0

2.6.0.0 https://github.com/serbanghita/Mobile-Detect

Mobile_Detect is a lightweight PHP class for detecting mobile devices. It uses the User-Agent string combined with specific HTTP headers to detect the mobile environment.

  Sources   Download

MIT

The Requires

  • php >=5.0.0

 

mobile mobile detect mobile detector php mobile detect detect mobile devices

01/04 2013

2.5.9

2.5.9.0 https://github.com/serbanghita/Mobile-Detect

Mobile_Detect is a lightweight PHP class for detecting mobile devices. It uses the User-Agent string combined with specific HTTP headers to detect the mobile environment.

  Sources   Download

MIT

The Requires

  • php >=5.0.0

 

mobile mobile detect mobile detector php mobile detect detect mobile devices

21/03 2013

2.5.8

2.5.8.0 https://github.com/serbanghita/Mobile-Detect

Mobile_Detect is a lightweight PHP class for detecting mobile devices. It uses the User-Agent string combined with specific HTTP headers to detect the mobile environment.

  Sources   Download

MIT

The Requires

  • php >=5.0.0

 

mobile mobile detect mobile detector php mobile detect detect mobile devices

03/03 2013

2.5.7

2.5.7.0 https://github.com/serbanghita/Mobile-Detect

Mobile_Detect is a lightweight PHP class for detecting mobile devices. It uses the User-Agent string combined with specific HTTP headers to detect the mobile environment.

  Sources   Download

MIT

The Requires

  • php >=5.0.0

 

mobile mobile detect mobile detector php mobile detect detect mobile devices

25/02 2013

2.5.6

2.5.6.0 https://github.com/serbanghita/Mobile-Detect

Mobile_Detect is a lightweight PHP class for detecting mobile devices. It uses the User-Agent string combined with specific HTTP headers to detect the mobile environment.

  Sources   Download

MIT

The Requires

  • php >=5.0.0

 

mobile mobile detect mobile detector php mobile detect detect mobile devices

07/02 2013

2.5.5

2.5.5.0 https://github.com/serbanghita/Mobile-Detect

Mobile_Detect is a lightweight PHP class for detecting mobile devices. It uses the User-Agent string combined with specific HTTP headers to detect the mobile environment.

  Sources   Download

MIT

The Requires

  • php >=5.0.0

 

mobile mobile detect mobile detector php mobile detect detect mobile devices

23/01 2013

2.5.4

2.5.4.0 https://github.com/serbanghita/Mobile-Detect

Mobile_Detect is a lightweight PHP class for detecting mobile devices. It uses the User-Agent string combined with specific HTTP headers to detect the mobile environment.

  Sources   Download

MIT

The Requires

  • php >=5.0.0

 

mobile mobile detect mobile detector php mobile detect detect mobile devices

06/01 2013

2.5.3

2.5.3.0 https://github.com/serbanghita/Mobile-Detect

Mobile_Detect is a lightweight PHP class for detecting mobile devices. It uses the User-Agent string combined with specific HTTP headers to detect the mobile environment.

  Sources   Download

MIT

The Requires

  • php >=5.0.0

 

mobile mobile detect mobile detector php mobile detect detect mobile devices

01/12 2012

2.5.2

2.5.2.0 https://github.com/serbanghita/Mobile-Detect

Mobile_Detect is a lightweight PHP class for detecting mobile devices. It uses the User-Agent string combined with specific HTTP headers to detect the mobile environment.

  Sources   Download

MIT

The Requires

  • php >=5.0.0

 

mobile mobile detect mobile detector php mobile detect detect mobile devices

25/11 2012

2.5.0

2.5.0.0 https://github.com/serbanghita/Mobile-Detect

Mobile_Detect is a lightweight PHP class for detecting mobile devices. It uses the User-Agent string combined with specific HTTP headers to detect the mobile environment.

  Sources   Download

MIT

The Requires

  • php >=5.0.0

 

mobile mobile detect mobile detector php mobile detect detect mobile devices