Skip to content

AryeoHQ/papi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

98 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PAPI

Latest Version on Packagist Total Downloads

A suite of tools for spec-driven API development in Laravel.

Installation

composer require aryeo/papi --dev

Usage

# show all commands
./bin/papi help

# report safe example...
export PWD=$(pwd)
./bin/papi report safe l_spec=${PWD}/examples/reference/PetStore/PetStore.2021-07-23.json c_spec=${PWD}/examples/reference/PetStore/PetStore.2021-07-23-changed.json

Contributing

Running Tests

./vendor/bin/phpunit