Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/contao-community-alliance/mobile-detect-service
https://github.com/contao-community-alliance/mobile-detect-service
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/contao-community-alliance/mobile-detect-service
- Owner: contao-community-alliance
- License: lgpl-3.0
- Created: 2014-11-28T10:11:24.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2018-12-22T07:56:16.000Z (about 6 years ago)
- Last Synced: 2024-03-25T21:13:47.005Z (10 months ago)
- Language: PHP
- Size: 37.1 KB
- Stars: 0
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
MobileDetect service
====================
[![Version](http://img.shields.io/packagist/v/contao-community-alliance/mobile-detect-service.svg?style=flat-square)](https://packagist.org/packages/contao-community-alliance/mobile-detect-service)
[![Stable Build Status](http://img.shields.io/travis/contao-community-alliance/mobile-detect-service/master.svg?style=flat-square&label=stable build)](https://travis-ci.org/contao-community-alliance/mobile-detect-service)
[![Upstream Build Status](http://img.shields.io/travis/contao-community-alliance/mobile-detect-service/develop.svg?style=flat-square&label=dev build)](https://travis-ci.org/contao-community-alliance/mobile-detect-service)
[![License](http://img.shields.io/packagist/l/contao-community-alliance/mobile-detect-service.svg?style=flat-square)](http://spdx.org/licenses/LGPL-3.0+)
[![Downloads](http://img.shields.io/packagist/dt/contao-community-alliance/mobile-detect-service.svg?style=flat-square)](https://packagist.org/packages/contao-community-alliance/mobile-detect-service)Provides [MobileDetect](https://github.com/serbanghita/Mobile-Detect) as a service in the contao dependency container.
```php
/** @var \Mobile_Detect $mobileDetect */
$mobileDetect = $container['mobile-detect'];
```