PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Cesar D. Rodas   PHP JSON API Server   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP JSON API Server
Handle REST API requests with functions in scripts
Author: By
Last change:
Date: 7 years ago
Size: 477 bytes
 

Contents

Class file image Download
{ "name": "jsonful/server", "description": "JSON server", "version": "v0.1.3", "type": "library", "license": "MIT", "authors": [ { "name": "Cesar Rodas", "email": "cesar@rodas.me" } ], "autoload": { "psr-0": { "JSONful": "src/" } }, "minimum-stability": "stable", "require": { "crodas/function-discovery": ">=0.7.1", "pimple/pimple": "^1.0" } }