1
0
mirror of https://github.com/dannyvankooten/AltoRouter.git synced 2025-08-06 08:27:39 +02:00

Add badges to README

This commit is contained in:
Danny van Kooten
2015-03-01 22:29:40 +07:00
parent f4b09c3b6c
commit 6a77802419

View File

@@ -1,4 +1,4 @@
# AltoRouter [![Build Status](https://api.travis-ci.org/dannyvankooten/AltoRouter.png)](http://travis-ci.org/dannyvankooten/AltoRouter) [![Code Climate](https://codeclimate.com/github/dannyvankooten/AltoRouter/badges/gpa.svg)](https://codeclimate.com/github/dannyvankooten/AltoRouter)
# AltoRouter [![Build Status](https://api.travis-ci.org/dannyvankooten/AltoRouter.png)](http://travis-ci.org/dannyvankooten/AltoRouter) [![Stable Version](https://poser.pugx.org/dannyvankooten/altorouter/v/stable.svg)](https://packagist.org/packages/dannyvankooten/altorouter) [![License](https://poser.pugx.org/dannyvankooten/altorouter/license.svg)](https://packagist.org/packages/dannyvankooten/altorouter) [![Code Climate](https://codeclimate.com/github/dannyvankooten/AltoRouter/badges/gpa.svg)](https://codeclimate.com/github/dannyvankooten/AltoRouter)
AltoRouter is a small but powerful routing class for PHP 5.3+, heavily inspired by [klein.php](https://github.com/chriso/klein.php/).
```php