Download the PHP package bc/php-rest without Composer
On this page you can find all versions of the php package bc/php-rest. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package php-rest
php-rest (work in progress)
RESTapi server generator based on openapi specs and slim framework
Install
Command line:
composer require rest-suite/generator
-or-
In composer.json
`
Usage
Generate code
./vendor/bin/apigen generate --namespace 'Example\Api' --output ./examples ./tests/_data/swagger.yml
`
Synchronization
TODO: Two-way sync (schema <=> code) with user-code preservation
Examples
Examples of generated code:
Documentation
TODO
Contribution
Feel free to PR, fork and whatever
All versions of php-rest with dependencies
PHP Build Version
Package Version
Requires
symfony/console Version
3.1.*
symfony/yaml Version 3.1.*
gossi/swagger Version ~0
gossi/php-code-generator Version ~0
rest-suite/lib Version ~0
composer/composer Version 1.3.*
symfony/yaml Version 3.1.*
gossi/swagger Version ~0
gossi/php-code-generator Version ~0
rest-suite/lib Version ~0
composer/composer Version 1.3.*
The package bc/php-rest contains the following files
Loading the files please wait ....