This is the Linux app named Mobile Detect whose latest release can be downloaded as 4.11.0sourcecode.tar.gz. It can be run online in the free hosting provider OnWorks for workstations.
Download and run online this app named Mobile Detect with OnWorks for free.
Follow these instructions in order to run this app:
- 1. Downloaded this application in your PC.
- 2. Enter in our file manager https://www.onworks.net/myfiles.php?username=XXXXX with the username that you want.
- 3. Upload this application in such filemanager.
- 4. Start the OnWorks Linux online or Windows online emulator or MACOS online emulator from this website.
- 5. From the OnWorks Linux OS you have just started, goto our file manager https://www.onworks.net/myfiles.php?username=XXXXX with the username that you want.
- 6. Download the application, install it and run it.
SCREENSHOTS
Ad
Mobile Detect
DESCRIPTION
Mobile-Detect is a lightweight PHP library that inspects the HTTP user agent string and HTTP headers to detect whether a request comes from a mobile, tablet, or desktop device. It includes a rich set of detection rules covering device brands, operating systems, and browser engines so developers can tailor responses (views, assets, or layouts) based on client form factor. Its API is simple: isMobile(), isTablet(), or deviceFamily() methods make branching logic intuitive. The library is used in server-rendered PHP apps, CMS themes, and frameworks to serve mobile-friendly templates or redirect users to mobile versions. Because it is pattern-driven and optimized for fast matching, it adds minimal runtime overhead to request handling. By abstracting away the complexity of UA sniffing, Mobile-Detect helps teams gracefully support multi-device clients without duplicating detection logic.
Features
- Detects whether the visitor is using a mobile phone versus a tablet
- Detects specific mobile operating systems (e.g. iOS, Android, Windows Phone) via regex matching
- Ability to detect feature‐conflicting user-agents (resolution of conflicts in detection)
- Can be used both via Composer (as a package) and as a standalone class file
- Lightweight, minimal dependencies, intended for server‐side use (low overhead)
- Regularly updated with new regexes; versioning that supports PHP versions as appropriate
Programming Language
PHP
Categories
This is an application that can also be fetched from https://sourceforge.net/projects/mobile-detect.mirror/. It has been hosted in OnWorks in order to be run online in an easiest way from one of our free Operative Systems.