mobiledetect/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.
Maintainers
Fund package maintenance!
Requires
- php: >=8.2
- psr/simple-cache: ^1.0 || ^2.0 || ^3.0
Requires (Dev)
- friendsofphp/php-cs-fixer: 3.95.1
- phpbench/phpbench: 1.6.1
- phpstan/phpstan: 2.1.47
- phpunit/phpunit: 9.6.34
- squizlabs/php_codesniffer: 3.13.5
Suggests
None
Provides
None
Conflicts
None
Replaces
None
MIT ab39168b7556f44c11c80be1222b44b239f5c2e4
- Serban Ghita <serbanghita.woop@gmail.com>
mobilemobile detectmobile detectorphp mobile detectdetect mobile devices
This package is auto-updated.
Last update: 2026-05-24 12:34:13 UTC
README
MobileDetect, PHP mobile detection class
👁 Build status
👁 Latest stable version
👁 Latest tag
👁 Monthly Downloads
👁 Total Downloads
👁 MIT License
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.
Before you install
MobileDetect is maintained on one rolling branch per major line. Tags follow the pattern <major>.<minor>.<patch> and always live on the matching branch.
| Version | Tests | Namespace | Branch | PHP Version | Purpose |
|---|---|---|---|---|---|
| 2.* | 👁 2.x tests |
\Mobile_Detect |
2.x |
>=5.6,<7.0 | Deprecated |
| 3.* | 👁 3.x tests |
Detection\MobileDetect |
3.x |
>=7.4,<8.0 | LTS |
| 4.* | 👁 4.x tests |
Detection\MobileDetect |
4.x |
>=8.2 (since 4.10.0, previously >=8.0) | Current, Recommended |
🤝 Supporting
If you are using Mobile Detect open-source package in your production apps, in presentation demos, hobby projects, school projects or so, you can sponsor my work by donating a small amount 👍.
I'm currently paying for domains, 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.
Special thanks to:
- the community 👍 for donations, submitting patches and issues
- Gitbook team for the open-source license for their technical documentation tool.
📃 Documentation
The entire documentation is available on Gitbook: https://docs.mobiledetect.net
👾 Demo
Point your device to: https://demo.mobiledetect.net
🐛 Testing
vendor/bin/phpunit -v -c tests/phpunit.xml --coverage-html .coverage
🤝 Contributing
Please see the Contribute guide for details.
🔒 Security
If you discover any security related issues, please email serbanghita@gmail.com instead of using the issue tracker.
