digifa / mobile-detect-symfony-bundle
Symfony 6.4, 7.x / PHP >= 8.2 bundle to detect mobile devices, manage mobile view and redirect to the mobile and tablet version.
Installs: 0
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:symfony-bundle
Requires
- php: >=8.2
- mobiledetect/mobiledetectlib: ^4.8
- symfony/dependency-injection: ^6.4||^7.0
- symfony/event-dispatcher: ^6.4||^7.0
- symfony/framework-bundle: ^6.4||^7.0
- symfony/yaml: ^6.4||^7.0
- twig/twig: ^2.13 || ^3.0.4
Requires (Dev)
- friendsofphp/php-cs-fixer: ^3.4 || ^3.8
- phpstan/extension-installer: ^1.0
- phpstan/phpstan: ^1.0
- phpstan/phpstan-nette: ^1.0
- phpstan/phpstan-phpunit: ^1.0
- phpunit/phpunit: ^9.5
- rector/rector: ^1.2
- squizlabs/php_codesniffer: ^3.6
- symfony/dotenv: ^6.4||^7.0
- symfony/phpunit-bridge: ^6.4||^7.0
This package is auto-updated.
Last update: 2024-12-22 15:56:24 UTC
README
Symfony 6.4, 7.x & PHP 8.x bundle to detect mobile devices, manage mobile view and redirect to the mobile and tablet version.
This bundle is inspired by tattali/MobileDetectBundle
Introduction
This Bundle uses serbanghita/Mobile-Detect and provides the following features: The Versioning of the serbanhita/Mobile-Detect is one of the reasons for creating this Bundle. Detect the various mobile devices by Name, OS, browser User-Agent Manages site views for the various mobile devices (mobile, tablet, full) Redirects to mobile and tablet sites
Documentation
You find a more detailed documentation in docs/index.md.
Installation
composer require digifa/mobile-detect-symfony-bundle:^4.*
Use Major-Version regarding to needed serbanhita/Mobile-Detect Version.
Usage
Contribute and feedback
Any feedback and contribution will be very appreciated. Read Contribution for more informations.
License and credits
License
This bundle is under the MIT license. See the complete license in the bundle.
Credits
The author tattali for https://github.com/tattali/MobileDetectBundle and all contributors, suncat2000 for the original suncat2000/MobileDetectBundle.