Skip to content

Commit 67a075f

Browse files
author
Lupacescu Eduard
authored
Update README.md
1 parent 95e6114 commit 67a075f

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

README.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
# Laravel magic REST API builder
22

3-
[![Latest Version on Packagist](https://img.shields.io/packagist/v/binaryk/laravel-restify.svg?style=flat-square)](https://packagist.org/packages/binaryk/laravel-restify)
4-
[![Build Status](https://img.shields.io/travis/binaryk/laravel-restify/master.svg?style=flat-square)](https://travis-ci.org/binaryk/laravel-restify)
5-
[![Quality Score](https://img.shields.io/scrutinizer/g/binaryk/laravel-restify.svg?style=flat-square)](https://scrutinizer-ci.com/g/binaryk/laravel-restify)
6-
[![Test Coverage](https://img.shields.io/scrutinizer/coverage/g/binaryk/laravel-restify.svg?style=flat-square)](https://scrutinizer-ci.com/g/binaryk/laravel-restify)
7-
[![Total Downloads](https://img.shields.io/packagist/dt/binaryk/laravel-restify.svg?style=flat-square)](https://packagist.org/packages/binaryk/laravel-restify)
3+
<p align="center">
4+
<a href="https://travis-ci.org/binaryk/laravel-restify"><img src="https://travis-ci.org/binaryk/laravel-restify.svg" alt="Build Status"></a>
5+
<a href="https://packagist.org/packages/binaryk/laravel-restify"><img src="https://poser.pugx.org/binaryk/laravel-restify/d/total.svg" alt="Total Downloads"></a>
6+
<a href="https://packagist.org/packages/binaryk/laravel-restify"><img src="https://poser.pugx.org/binaryk/laravel-restify/v/stable.svg" alt="Latest Stable Version"></a>
7+
<a href="https://scrutinizer-ci.com/g/binaryk/laravel-restify"><img src="https://img.shields.io/scrutinizer/coverage/g/binaryk/laravel-restify.svg" alt="Test Coverage"></a>
8+
<a href="https://scrutinizer-ci.com/g/binaryk/laravel-restify"><img src="https://img.shields.io/scrutinizer/g/binaryk/laravel-restify.svg" alt="Quality"></a>
9+
<a href="https://packagist.org/packages/binaryk/laravel-restify"><img src="https://poser.pugx.org/binaryk/laravel-restify/license.svg" alt="License"></a>
10+
</p>
811

912
This package will generate the API resources "CRUD" for you. By using Laravel buit in Policies and Eloquent Resource API the implementation become a pleasure.
1013

0 commit comments

Comments
 (0)