Skip to content

Commit 0d20175

Browse files
committed
Add some cool shields 😙
1 parent 4b480df commit 0d20175

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

README.md

+15
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@
33
Set of PHP-CS-Fixer rules used in development of Ely.by PHP projects. It's suited for PHP 7.1 and above.
44
You can use it as a ready-made set of rules or [just some of them](#using-our-fixers).
55

6+
[![Latest Version on Packagist][ico-version]][link-packagist]
7+
[![Total Downloads][ico-downloads]][link-downloads]
8+
[![Software License][ico-license]](LICENSE.md)
9+
[![Build Status][ico-build-status]][link-build-status]
10+
611
## Installation
712

813
First of all install Ely.by PHP-CS-Fixer rules via composer with
@@ -277,3 +282,13 @@ usages with native `::class` keyword, introduced in PHP 5.5.
277282
- $className = User::className();
278283
+ $className = User::class;
279284
```
285+
286+
[ico-version]: https://img.shields.io/packagist/v/ely/php-code-style.svg?style=flat-square
287+
[ico-license]: https://img.shields.io/badge/license-Apache-green.svg?style=flat-square
288+
[ico-downloads]: https://img.shields.io/packagist/dt/ely/php-code-style.svg?style=flat-square
289+
[ico-build-status]: https://img.shields.io/travis/elyby/php-code-style/master.svg?style=flat-square
290+
291+
[link-packagist]: https://packagist.org/packages/ely/php-code-style
292+
[link-contributors]: ../../contributors
293+
[link-downloads]: https://packagist.org/packages/ely/php-code-style/stats
294+
[link-build-status]: https://travis-ci.org/elyby/php-code-style

0 commit comments

Comments
 (0)