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