aryeo / papi
强大的API(PAPI)工具。
v1.6.3
2021-07-15 00:00 UTC
Requires
- php: ^8.0
- cebe/php-openapi: ^1.5
- minicli/minicli: ^2.0
- symfony/yaml: ^5.3
Requires (Dev)
- mikey179/vfsstream: ^1.6
- phpunit/phpunit: ^9.5
README
Laravel中驱动型API开发的工具套件。
安装
composer require aryeo/papi --dev
使用
# 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
贡献
运行测试
./vendor/bin/phpunit