Download the PHP package jobins/api-generator without Composer
On this page you can find all versions of the php package jobins/api-generator. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download jobins/api-generator
More information about jobins/api-generator
Files in jobins/api-generator
Download jobins/api-generator
More information about jobins/api-generator
Files in jobins/api-generator
Vendor jobins
Package api-generator
Short Description Generate api docs while writing test case (Laravel).
License MIT
Homepage https://github.com/JoBinsJP/api-genereator
Package api-generator
Short Description Generate api docs while writing test case (Laravel).
License MIT
Homepage https://github.com/JoBinsJP/api-genereator
Please rate this library. Is it a good library?
Informations about the package api-generator
API Generator
Generate api docs while writing test case (Laravel).
Idea
It generates api docs with OpenAPI Specification while wiring test case in laravel application. The generated docs can preview on swagger ui either integrate laravel-swagger-ui on application or Swagger Editor online.
Features
- All basic setup features as available in swagger api.
- Request body will define using Laravel FormRequest class.
- The Request body example will grab from test data that used on testing.
- Route parameters will define from Laravel route.
- Response example grabs from the test responses.
Installation
Publish assets
Basic Uses
Define parameters in descriptions method of FormRequest class.
All versions of api-generator with dependencies
PHP Build Version
Package Version
Requires
php Version
^7.4|^8.0|^8.1
ext-json Version *
ext-json Version *
The package jobins/api-generator contains the following files
Loading the files please wait ....