LaravelPackages.net
Acme Inc.
Toggle sidebar
ktran/priapi

PRIAPI - API Testing tool for Laravel

15
2
1.2
About ktran/priapi

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

PRIAPI - API Testing tool for Laravel

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 [email protected]

www.ktranblog.com

Star History Chart