Skip to content

Commit c0c312e

Browse files
committed
Update composer.json badges
1 parent 80499b4 commit c0c312e

1 file changed

Lines changed: 27 additions & 5 deletions

File tree

README.md

Lines changed: 27 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
# PHP Bootstrap (base / project skeleton)
22

3-
[![Build Status](https://travis-ci.org/CodelyTV/php-bootstrap.svg?branch=master)](https://travis-ci.org/CodelyTV/php-bootstrap)
4-
[![Code Climate](https://codeclimate.com/github/CodelyTV/php-bootstrap/badges/gpa.svg)](https://codeclimate.com/github/CodelyTV/php-bootstrap)
5-
[![Test Coverage](https://codeclimate.com/github/CodelyTV/php-bootstrap/badges/coverage.svg)](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+
710
## Introduction
811

912
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
4750

4851
## About
4952

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].
5154

5255
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

Comments
 (0)