php-schema2class
php-schema2class copied to clipboard
Generate PHP classes from JSON schemas
cannot generate class for types other than 'object'
Composer typically ensures compatibility between operating systems - what the plugin vendor needs to do is to provide a PHP-based bin script, not bash or anything else. Currently, the bin...
I've looked at this library and would say that it is the most sophisticated of the ones I found. But it still has some features missing. One of them is...
Updates the requirements on [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) to permit the latest version. Release notes Sourced from phpunit/phpunit's releases. PHPUnit 11.2.6 Changed #5880: Add hints to CLI parameter deprecation messages How to install...
This commit introduces a new and custom EnumGenerator to address the limitations we faced with the immutable Laminas' EnumGenerator Instead of relying on the Laminas' generator, we've now built our...
We are currently facing an issue with the `EnumGenerator` from the Laminas package. This is the only generator that is immutable and, as a result, it causes challenges when using...
I will start with the fact that I love the library and the codebase! I am trying to apply it to a codebase with over 200 json schemas. For some...