PHPackages                             crystoline/laravel-rest-api - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [HTTP &amp; Networking](/categories/http)
4. /
5. crystoline/laravel-rest-api

ActiveLibrary[HTTP &amp; Networking](/categories/http)

crystoline/laravel-rest-api
===========================

Laravel Rest Api Library. Write produce rest apis very fast

v2.0.0(4y ago)1157MITPHPPHP &gt;=7.0

Since Nov 16Pushed 3y ago1 watchersCompare

[ Source](https://github.com/crystoline/laravel-rest-api)[ Packagist](https://packagist.org/packages/crystoline/laravel-rest-api)[ RSS](/packages/crystoline-laravel-rest-api/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependencies (3)Versions (6)Used By (0)

[![](https://camo.githubusercontent.com/640c3d52b2764f179ef3cf089b604516a8c4ac0a06f055a46c6a7fce9428b787/68747470733a2f2f6c61726176656c2e636f6d2f6173736574732f696d672f636f6d706f6e656e74732f6c6f676f2d6c61726176656c2e737667)](https://camo.githubusercontent.com/640c3d52b2764f179ef3cf089b604516a8c4ac0a06f055a46c6a7fce9428b787/68747470733a2f2f6c61726176656c2e636f6d2f6173736574732f696d672f636f6d706f6e656e74732f6c6f676f2d6c61726176656c2e737667)

laravel-rest-api
================

[](#laravel-rest-api)

[![Build Status](https://camo.githubusercontent.com/1d76fcadf65f45e60b56a42b50dff84927011af8c3a132cfb56aed8449adc1a3/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f63727973746f6c696e652f6c61726176656c2d726573742d6170692f6261646765732f6275696c642e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/crystoline/laravel-rest-api/build-status/master)[![Code Intelligence Status](https://camo.githubusercontent.com/8c5f2f27ccd2fb0fd3878ed478748ce02d9661e2c266c1fdff6f4b1e288ef29d/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f63727973746f6c696e652f6c61726176656c2d726573742d6170692f6261646765732f636f64652d696e74656c6c6967656e63652e7376673f623d6d6173746572)](https://scrutinizer-ci.com/code-intelligence)[![Code Quality](https://camo.githubusercontent.com/e1ecf02c5aef01f18ed0899ecf707933537622f93c5da89609c4edc960fd26eb/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f63727973746f6c696e652f6c61726176656c2d726573742d6170692f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/crystoline/laravel-rest-api/?branch=master)[![Latest Stable Version](https://camo.githubusercontent.com/51daf53010eb86f90ded1e45a26857140fc01e04a879635ee186b538fa957133/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f63727973746f6c696e652f6c61726176656c2d726573742d6170692e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/crystoline/laravel-rest-api)[![Total Downloads](https://camo.githubusercontent.com/205465d501b4616486834a6218bcbf3d63608560213b71f0cd6d114174daee5b/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f63727973746f6c696e652f6c61726176656c2d726573742d6170692e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/crystoline/laravel-rest-api)[![License](https://camo.githubusercontent.com/a67bf1d0485506537a75a46bc60f020b70abc90c6f04834f87e03a5e3d344c15/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f63727973746f6c696e652f6c61726176656c2d726573742d6170692e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/crystoline/laravel-rest-api)

Description
-----------

[](#description)

Provide rest apis in Laravel in easy steps. Avoid Repeated crud/Bread Process. This helps you to focus on the business logic

[![Say Thanks!](https://camo.githubusercontent.com/ee843c523d57170345478ba1c560741cf66c2e266144266ccd1ab0c51b7f87a5/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f5361792532305468616e6b732d212d3145414544422e737667)](https://saythanks.io/to/crystoline)

Installation
------------

[](#installation)

```
composer require crystoline/laravel-rest-api

```

\##Usage

#### Controller Sample

[](#controller-sample)

```
