File tree 1 file changed +6
-4
lines changed
1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change 1
1
# php-enum
2
- [ ![ Build Status] ( https://secure.travis-ci.org/marc-mabe/php-enum.png?branch=master )] ( http://travis-ci.org/marc-mabe/php-enum )
3
- [ ![ Quality Score] ( https://scrutinizer-ci.com/g/marc-mabe/php-enum/badges/quality-score.png?b=master )] ( https://scrutinizer-ci.com/g/marc-mabe/php-enum/ )
4
- [ ![ Code Coverage] ( https://scrutinizer-ci.com/g/marc-mabe/php-enum/badges/coverage.png?b=master )] ( https://scrutinizer-ci.com/g/marc-mabe/php-enum/ )
5
- [ ![ Total Downloads] ( https://poser.pugx.org/marc-mabe/php-enum/downloads.png )] ( https://packagist.org/packages/marc-mabe/php-enum )
2
+ [ ![ Build Status] ( https://github.com/marc-mabe/php-enum/workflows/Test/badge.svg?branch=master )] ( https://github.com/marc-mabe/php-enum/actions?query=workflow%3ATest%20branch%3Amaster )
3
+ [ ![ Code Coverage] ( https://codecov.io/github/marc-mabe/php-enum/coverage.svg?branch=master )] ( https://codecov.io/gh/marc-mabe/php-enum/branch/master/ )
4
+ [ ![ License] ( https://poser.pugx.org/marc-mabe/php-enum/license )] ( https://github.com/marc-mabe/php-enum/blob/master/LICENSE.txt )
6
5
[ ![ Latest Stable] ( https://poser.pugx.org/marc-mabe/php-enum/v/stable.png )] ( https://packagist.org/packages/marc-mabe/php-enum )
6
+ [ ![ Total Downloads] ( https://poser.pugx.org/marc-mabe/php-enum/downloads.png )] ( https://packagist.org/packages/marc-mabe/php-enum )
7
+ [ ![ Monthly Downloads] ( https://poser.pugx.org/marc-mabe/php-enum/d/monthly )] ( https://packagist.org/packages/marc-mabe/php-enum )
8
+ [ ![ Dependents] ( https://poser.pugx.org/marc-mabe/php-enum/dependents )] ( https://packagist.org/packages/marc-mabe/php-enum/dependents?order_by=downloads )
7
9
8
10
This is a native PHP implementation to add enumeration support to PHP.
9
11
It's an abstract class that needs to be extended to use it.
You can’t perform that action at this time.
0 commit comments