schema-generator
schema-generator copied to clipboard
PHP Model Scaffolding from Schema.org and other RDF vocabularies
**Description** Currently, the Schema Generator only supports enums through [myclabs/php-enum](https://github.com/myclabs/php-enum). Since 8.1, PHP natively supports enum. The Schema Generator should use it instead of myclabs/php-enum. To do so, we should...
**API Platform version(s) affected**: 3.1.10 **Description** I ran the generate command to generate ODM documents from a schema configuration that had two types one of them has a reference to...
**API Platform version(s) affected**: 3.0.8 Generator: 5.2.0 **Description** Enum generation not working for schema.org/OrderStatus Instead OrderStatus becomes a normal Entity **How to reproduce** ```yaml types: Thing: properties: gender: { range:...
Bumps [softprops/action-gh-release](https://github.com/softprops/action-gh-release) from 1 to 2. Release notes Sourced from softprops/action-gh-release's releases. v2.0.0 update actions.yml declaration to node20 to address warnings Changelog Sourced from softprops/action-gh-release's changelog. 0.1.12 fix bug leading...
**API Platform version(s) affected**: dev-main **Description** Hi there, in our company we make heavy use of schema generator in our symfony projects and wanted to upgrade them to symfony 7....
* Fixes #418 * Switched from `cebe/php-openapi` to `devizzent/cebe-php-openapi` as started in #425 * Allowed version ^5.0 for `nikic/php-parser` * Fixed e2e tests * Fixed php-cs-fixer complaints * Added a...
**API Platform version(s) affected**: latest schema.phar **Description** I'm trying to generate classes from an OpenAPI yaml file and when I run the command ``` ./schema.phar generate src2/ ./config/schema.yaml -vv ```...
**Description** I would like to request the addition of a feature that allows developers to override the OpenAPI documentation via a YAML file instead of using the OpenApiFactory class. This...