From 0d20175b0a42d294ce2f3e9897b5a2f9bcfc6159 Mon Sep 17 00:00:00 2001 From: erickskrauch Date: Wed, 8 Aug 2018 10:41:10 +0300 Subject: [PATCH] =?UTF-8?q?Add=20some=20cool=20shields=20=F0=9F=98=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.md b/README.md index dfba5d9..60ae05a 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,11 @@ Set of PHP-CS-Fixer rules used in development of Ely.by PHP projects. It's suited for PHP 7.1 and above. You can use it as a ready-made set of rules or [just some of them](#using-our-fixers). +[![Latest Version on Packagist][ico-version]][link-packagist] +[![Total Downloads][ico-downloads]][link-downloads] +[![Software License][ico-license]](LICENSE.md) +[![Build Status][ico-build-status]][link-build-status] + ## Installation 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. - $className = User::className(); + $className = User::class; ``` + +[ico-version]: https://img.shields.io/packagist/v/ely/php-code-style.svg?style=flat-square +[ico-license]: https://img.shields.io/badge/license-Apache-green.svg?style=flat-square +[ico-downloads]: https://img.shields.io/packagist/dt/ely/php-code-style.svg?style=flat-square +[ico-build-status]: https://img.shields.io/travis/elyby/php-code-style/master.svg?style=flat-square + +[link-packagist]: https://packagist.org/packages/ely/php-code-style +[link-contributors]: ../../contributors +[link-downloads]: https://packagist.org/packages/ely/php-code-style/stats +[link-build-status]: https://travis-ci.org/elyby/php-code-style