|
1 | 1 | # PHP Bootstrap (base / project skeleton) |
2 | 2 |
|
3 | | -[](https://travis-ci.org/CodelyTV/php-bootstrap) |
4 | | -[](https://codeclimate.com/github/CodelyTV/php-bootstrap) |
5 | | -[](https://codeclimate.com/github/CodelyTV/php-bootstrap/coverage) |
6 | | - |
| 3 | +[![Latest Version on Packagist][ico-version]][link-packagist] |
| 4 | +[![Software License][ico-license]](LICENSE.md) |
| 5 | +[![Build Status][ico-travis]][link-travis] |
| 6 | +[![Coverage Status][ico-scrutinizer]][link-scrutinizer] |
| 7 | +[![Quality Score][ico-code-quality]][link-code-quality] |
| 8 | +[![Total Downloads][ico-downloads]][link-downloads] |
| 9 | + |
7 | 10 | ## Introduction |
8 | 11 |
|
9 | 12 | This is a repository intended to serve as a starting point if you want to bootstrap a project in PHP. |
@@ -47,6 +50,25 @@ It could be useful if you want to start from scratch a kata or a little exercise |
47 | 50 |
|
48 | 51 | ## About |
49 | 52 |
|
50 | | -This hopefully helpful utility has been developed by [CodelyTV](http://codely.tv/). |
| 53 | +This hopefully helpful utility has been developed by [CodelyTV][link-author] and [Contributors][link-contributors]. |
51 | 54 |
|
52 | 55 | We'll try to maintain this project as simple as possible, but Pull Requests are welcomed! |
| 56 | + |
| 57 | +## License |
| 58 | + |
| 59 | +The MIT License (MIT). Please see [License File](LICENSE.md) for more information. |
| 60 | + |
| 61 | +[ico-version]: https://img.shields.io/packagist/v/codelytv/php-bootstrap.svg?style=flat-square |
| 62 | +[ico-license]: https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square |
| 63 | +[ico-travis]: https://img.shields.io/travis/CodelyTV/php-bootstrap/master.svg?style=flat-square |
| 64 | +[ico-scrutinizer]: https://img.shields.io/scrutinizer/coverage/g/CodelyTV/php-bootstrap.svg?style=flat-square |
| 65 | +[ico-code-quality]: https://img.shields.io/scrutinizer/g/CodelyTV/php-bootstrap.svg?style=flat-square |
| 66 | +[ico-downloads]: https://img.shields.io/packagist/dt/codelytv/php-bootstrap.svg?style=flat-square |
| 67 | + |
| 68 | +[link-packagist]: https://packagist.org/packages/codelytv/php-bootstrap |
| 69 | +[link-travis]: https://travis-ci.org/CodelyTV/php-bootstrap |
| 70 | +[link-scrutinizer]: https://scrutinizer-ci.com/g/CodelyTV/php-bootstrap/code-structure |
| 71 | +[link-code-quality]: https://scrutinizer-ci.com/g/CodelyTV/php-bootstrap |
| 72 | +[link-downloads]: https://packagist.org/packages/codelytv/php-bootstrap |
| 73 | +[link-author]: https://github.com/CodelyTV |
| 74 | +[link-contributors]: ../../contributors |
0 commit comments