ktran/priapi is a Laravel package for priapi - api testing tool for laravel.
It currently has 2 GitHub stars and 15 downloads on Packagist (latest version 1.2).
Install it with composer require ktran/priapi.
Discover more Laravel packages by ktran
or browse all Laravel packages to compare alternatives.
Last updated
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.
Require the ktran/priapi package in your composer.json and update your dependencies:
composer require ktran/priapi
php artisan migrate
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"
Kevin Tran [email protected]
www.ktranblog.com