bit3 / contao-mobile-detect-service
MobileDetect as a service.
Installs: 190
Dependents: 2
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 1
Type:contao-module
Requires
- php: >=5.3.2
- contao-community-alliance/composer-plugin: ~2.0
- contao-community-alliance/dependency-container: ~1.0
- contao/core: ~3.2
- mobiledetect/mobiledetectlib: ~2.5
Requires (Dev)
This package is not auto-updated.
Last update: 2022-02-01 12:42:04 UTC
README
![Stable Build Status](http://img.shields.io/travis/bit3/contao-mobile-detect-service/master.svg?style=flat-square&label=stable build) ![Upstream Build Status](http://img.shields.io/travis/bit3/contao-mobile-detect-service/develop.svg?style=flat-square&label=dev build)
Provides MobileDetect as a service in the contao dependency container.
/** @var \Mobile_Detect $mobileDetect */ $mobileDetect = $container['mobile-detect'];