dsabre / json-to-php-class-generator

Generate a php class from a raw array

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

json-to-php-class-generator

Generate a php class from a raw array

Installation

Download this script by cloning or downloading then do:

cd json-to-php-class-generator
composer install

Usage

From command line run the src/main.php passing a json to transform, for example:

php src/main.php '{"username": "test"}'

Contributing

For contributions, issues and feature requests please check issues page.

Authors

Support me

Buy Me a Coffee

License

GPL-3.0

About

Generate a php class from a raw array

License:GNU General Public License v3.0


Languages

Language:PHP 100.0%