schematic icon indicating copy to clipboard operation
schematic copied to clipboard

(NOT MAINTAINED) Generate POPO from JSON Schema

Results 2 schematic issues
Sort by recently updated
recently updated
newest added

I wanted to try it out on [Infection](https://github.com/infection/infection) but looks like its choking on the `anyOf` type: ```json "type": { "anyOf": [ { "type": "boolean" }, { "type": "object", "additionalProperties":...

In Generator.php, line 48, the slice(0,-1) returns null for me. I just removed the `->slice(0, -1)` section totally and it worked.

bug
help wanted