rygilles / openapi-php-client-generator
Generate PHP client library from OpenAPI schema.
Installs: 93
Dependents: 4
Suggesters: 0
Security: 0
Stars: 0
Watchers: 3
Forks: 0
Open Issues: 0
pkg:composer/rygilles/openapi-php-client-generator
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.