PHPackages                             dganisha/php-json-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. [API Development](/categories/api)
4. /
5. dganisha/php-json-server

ActiveLibrary[API Development](/categories/api)

dganisha/php-json-server
========================

simple REST API json server

033PHP

Since Aug 8Pushed 7y agoCompare

[ Source](https://github.com/dganisha/php-json-server)[ Packagist](https://packagist.org/packages/dganisha/php-json-server)[ RSS](/packages/dganisha-php-json-server/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependenciesVersions (1)Used By (0)

\#PHP JSON Server

Easy to use library, that provides you REST API server in a few minutes. Created for front-end developers who need a quick back-end for prototyping. May be used with you lovely php web framework

Inspired by [JSON Server](https://github.com/typicode/json-server)

\####**NOT FOR PRODUCTION**

[![Latest Stable Version](https://camo.githubusercontent.com/72d8009fff7c214e9c2dfda962536aed21720a89f845639362978e79791ba0ee/68747470733a2f2f706f7365722e707567782e6f72672f7a6c6f622f7068702d6a736f6e2d7365727665722f762f737461626c65)](https://packagist.org/packages/zlob/php-json-server)[![Total Downloads](https://camo.githubusercontent.com/698469ad5b16b8f905afa711a13cafa44948e7ef9483ef0a97b92acaf6052f46/68747470733a2f2f706f7365722e707567782e6f72672f7a6c6f622f7068702d6a736f6e2d7365727665722f646f776e6c6f616473)](https://packagist.org/packages/zlob/php-json-server)[![License](https://camo.githubusercontent.com/77ac24297aede9b31f35ec9d9961c994d2848651f8834f0d6f55f13fd09053cd/68747470733a2f2f706f7365722e707567782e6f72672f7a6c6f622f7068702d6a736f6e2d7365727665722f6c6963656e7365)](https://packagist.org/packages/zlob/php-json-server)[![Build Status](https://camo.githubusercontent.com/a4a0722637a9af35752a314c322070a8350ec3c1a87b90c3bb1c7d58ec3fcafd/68747470733a2f2f7472617669732d63692e6f72672f5a6c6f622f7068702d6a736f6e2d7365727665722e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/Zlob/php-json-server)

\##Install

via composer: `composer require zlob/php-json-server`

\##Example

You can use this library with any php web framework. Here is example how to integrate it with Laravel 5.1:

- First, you need to create controller, where we will use php-json-server:

```
