Generate a php class from a raw array
Download this script by cloning or downloading then do:
cd json-to-php-class-generator
composer install
From command line run the src/main.php passing a json to transform, for example:
php src/main.php '{"username": "test"}'
For contributions, issues and feature requests please check issues page.