jacobdekeizer / json-to-php-generator

Generate PHP classes from json
https://jacobdekeizer.github.io/json-to-php-generator
MIT License
63 stars 18 forks source link

Add option to download all files #44

Closed spatelwearpact closed 4 months ago

spatelwearpact commented 4 months ago

It's a chore to copy and create files individually and would be great to be able to download them all using something like this

https://stackoverflow.com/questions/3665115/how-to-create-a-file-in-memory-for-user-to-download-but-not-through-server

Great job on the app, it works great!

jacobdekeizer commented 4 months ago

Hi,

There is a download button after the results header which downloads a zip file with all the generated php classes. Let me know if that works for you.