php-code-builder icon indicating copy to clipboard operation
php-code-builder copied to clipboard

JSON Schema enabled PHP code building abstraction for PHP

Results 4 php-code-builder issues
Sort by recently updated
recently updated
newest added

Non required properties could be missing and can return null. The generated classes do not reflect this is the phpdoc, For example, the schema: ``` { "type": "object", "properties": {...

I try to use the example.php as a first learning point. Later I will use my own JSON. After a first compuser update I got: .... Generating autoload files 3...

Hi again! One more unexpected behavior. Can you help, пожалуйста?) allOf.json ``` { "$id": "allOf.json", "$schema": "http://json-schema.org/draft-07/schema#", "description": "All of data", "allOf": [ { "$ref": "ref.json" }, { "required": ["field1"]...

Hi, there is an error in json-schema/src/Schema.php:355 in processNumeric() if "multipleOf" is set in the Schema to "0.01" and a $data like "129.95" or "139.95" $div is at this moment...