Download the PHP package nmirceac/api-tools without Composer
On this page you can find all versions of the php package nmirceac/api-tools. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download nmirceac/api-tools
More information about nmirceac/api-tools
Files in nmirceac/api-tools
Download nmirceac/api-tools
More information about nmirceac/api-tools
Files in nmirceac/api-tools
Vendor nmirceac
Package api-tools
Short Description API Tools for Laravel
License proprietary
Homepage https://github.com/nmirceac/apiTools
Package api-tools
Short Description API Tools for Laravel
License proprietary
Homepage https://github.com/nmirceac/apiTools
Please rate this library. Is it a good library?
Informations about the package api-tools
apiTools
API Tools
Contents
- Intro
- Examples
1. Intro
How to install?
- composer require nmirceac/api-tools
- php artisan vendor:publish
- check config/api.php (just in case)
- add your API details to .env
- php artisan apitools:docs - to generate the documentation
- add the 'api-tools' middleware in your \App\Http\Kernel's api section
- check the examples below
- enjoy!
Kernel config sample
`
Samples
.env sample config
2. Examples
Api controller
User controller
Methods examples
API routes
All versions of api-tools with dependencies
PHP Build Version
Package Version
Requires
binarytorch/larecipe Version
^2.2
binarytorch/larecipe-swagger Version ^0.2.0
php Version >=5.4.0
binarytorch/larecipe-swagger Version ^0.2.0
php Version >=5.4.0
The package nmirceac/api-tools contains the following files
Loading the files please wait ....