ktran / priapi
PRIAPI - API Testing tool for Laravel
1.2
2021-06-07 05:22 UTC
Requires
- php: >=7.0
- illuminate/support: ^5.5|^6|^7|^8
- maatwebsite/excel: ^3.1
This package is auto-updated.
Last update: 2025-03-07 15:32:53 UTC
README
About
Instead of configuring complicated annotations like swagger or using postman, you can now use this package as an alternative to the combination of postman and swagger.
Features
- Add and test the requests to the API of the laravel project you are integrating
- Organize requests as a directory tree
- Share with other teams in the project
- Export API request list to API document or API request sheets (will update in the next version)
Installation
Require the ktran/priapi
package in your composer.json
and update your dependencies:
composer require ktran/priapi
php artisan migrate
Configuration
The defaults are set in config/priapi.php
. Publish the config to copy the file to your own config:
php artisan vendor:publish --provider="Ktran\Priapi\PriapiServiceProvider"
Author
Kevin Tran tranthai@enjoyworks.co.kr