bit3 / contao-mobile-detect-service
This package is abandoned and no longer maintained.
The author suggests using the contao-community-alliance/mobile-detect-service package instead.
MobileDetect as a service.
Package info
github.com/bit3archive/contao-mobile-detect-service
Type:contao-module
pkg:composer/bit3/contao-mobile-detect-service
1.0.0
2014-11-28 10:14 UTC
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


Provides MobileDetect as a service in the contao dependency container.
/** @var \Mobile_Detect $mobileDetect */ $mobileDetect = $container['mobile-detect'];