rygilles / openapi-php-client-generator
This package is abandoned and no longer maintained.
No replacement package was suggested.
Generate PHP client library from OpenAPI schema.
v0.2
2021-09-17 09:38 UTC
Requires
- php: >=7.4
- symfony/console: 6.0.x-dev
- symfony/filesystem: 6.0.x-dev
- symfony/process: 6.0.x-dev
- symfony/yaml: 6.0.x-dev
- twig/twig: 3.x-dev
Requires (Dev)
- phpunit/phpunit: ^9
README
Automatically generate PHP client from OpenAPI schema.
Installation
Require this package with composer using the following command:
$ composer require rygilles/openapi-php-client-generator
Usage
@todo : README.md to complete
Example
This emsearch-php-client has been built on this, you can see there a complete exemple of using library.