PHPackages                             fuzz/api-server - 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. [Framework](/categories/framework)
4. /
5. fuzz/api-server

ActiveLibrary[Framework](/categories/framework)

fuzz/api-server
===============

A framework for rapid REST API development.

1.0.2(8y ago)619.3k2[2 issues](https://github.com/fuzz-productions/rest-api-server/issues)MITPHPPHP &gt;=7.0

Since Jul 7Pushed 3y ago22 watchersCompare

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

READMEChangelogDependencies (11)Versions (36)Used By (0)

Laravel API Server [![Slack Status](https://camo.githubusercontent.com/3a9ce7333154826bc5219a6523bade852c59e832abb8c1e7acd2288abb5f958f/68747470733a2f2f66757a7a2d6f70656e736f757263652e6865726f6b756170702e636f6d2f62616467652e737667)](https://fuzz-opensource.herokuapp.com/)
================================================================================================================================================================================================================================================================================

[](#laravel-api-server-)

A framework for rapid REST API development.

### Installation

[](#installation)

1. Require the repository in your `composer.json`
2. Add the `ApiServerServiceProvider` to your application and publish its config `artisan vendor:publish --provider="Fuzz\ApiServer\Providers\ApiServerServiceProvider"`.
3. Extend the packaged route provider for your app:

```
