php-to-json-schema
php-to-json-schema copied to clipboard
Creates a JSON Schema from a PHP class
Results
2
php-to-json-schema issues
Sort by
recently updated
recently updated
newest added
The getter reflection logic was not used to fetch properties, meaning the script would only work if the classes had setters, even though that's by all means not always the...