neclimdul / openapi-php-helper
Runtime helper for OpenAPI Generator PHP templates.
1.2.0-alpha5
2024-11-06 15:09 UTC
Requires
- php: >=8.1
- ext-json: *
- ext-simplexml: *
- guzzlehttp/guzzle: ^6.2 || ^7.0
Requires (Dev)
- fakerphp/faker: ^1.20
- jangregor/phpstan-prophecy: ^1.0
- mikey179/vfsstream: ^1.6
- php-parallel-lint/php-parallel-lint: ^1.3
- phpspec/prophecy-phpunit: ^2.0
- phpstan/extension-installer: ^1.4
- phpstan/phpstan: ^1.8
- phpunit/phpunit: ^9.0 | ^10
- squizlabs/php_codesniffer: ^3.7
- vimeo/psalm: ^5.9
This package is auto-updated.
Last update: 2024-11-19 05:40:36 UTC
README
PHP OpenAPI helpers.
This project aims to consolidate shared logic for PHP OpenAPI projects. This provides a more complete solution with less shared boilerplate.
Goals
This project shares its goals with its sibling template project it is designed to support.
- Faster development
- Bug fixes
- Additional spec compatibility
- Testing
Usage
Generally this package will be used with the templates it is designed to support and not on its own. If you need to add it to your project you can do so via composer.
composer require neclimdul/openapi-php-helper
License
This library is derived from the OpenAPI and Swagger projects and is released under the Apache 2.0.