2017 © Pedro Peláez
 

library browserslist

PHP Port of js browserslist

image

buttress/browserslist

PHP Port of js browserslist

  • Tuesday, September 27, 2016
  • by KorvinSzanto
  • Repository
  • 1 Watchers
  • 0 Stars
  • 4 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Browserslist

Latest Version on Packagist ![Software License][ico-license] Build Status ![Coverage Status][ico-scrutinizer] Quality Score ![Total Downloads][ico-downloads], (*1)

Browserslist is a tool that reports on current browsers based on data pulled from caniuse's browser statistics. This project is a PHP port of the JS library of the same name., (*2)

Install

Via Composer, (*3)

``` bash $ composer require buttress/browserslist, (*4)


## Usage ``` php $listFactory = new BrowserslistFactory(); $browserslist = $listFactory->createWithData(); // Get the last version of every browser AND browsers with > 10% usage $browsers = $browserslist('last 1 version, > 10%');

Change log

Please see CHANGELOG for more information what has changed recently., (*5)

Testing

bash $ composer test, (*6)

Contributing

Please see CONTRIBUTING and CONDUCT for details., (*7)

Security

If you discover any security related issues, please email korvinszanto@gmail.com instead of using the issue tracker., (*8)

Credits

License

The MIT License (MIT). Please see License File for more information., (*9)

The Versions

27/09 2016

dev-master

9999999-dev https://github.com/buttress/browserslist

PHP Port of js browserslist

  Sources   Download

MIT

The Requires

 

The Development Requires

buttress browserslist