JSON to PHP Class
Generate PHP 8 classes with typed constructor property promotion from JSON. Each class becomes a value object you can hydrate from json_decode output. Drop into Laravel / Symfony / any PHP 8.1+ codebase.
How to use the JSON to PHP Class
Paste JSON. Output uses PHP 8 constructor promotion — fewer lines than the old getter/setter style. For PHP <8.0, expand into traditional property declarations + constructor body.