php-to-json-schema icon indicating copy to clipboard operation
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...