JSON and PHP converter

Easy to convert between JSON and PHP array
JSON Copy
{ "name": "Ruihong Tech", "url": "https://wuruihong.com", "version": 1725144507, "tools": [ "SVG to PNG/JPG", "ico file generator", "Generate short URL", "JSON and PHP converter", "Unix timestamp", "Guess gender from name", "China phone number", "International phone number", "Timer" ] }
Options to PHP
PHP Copy
<?php return [ 'name' => 'Ruihong Tech', 'url' => 'https://wuruihong.com', 'version' => 1725144507, 'tools' => [ 'SVG to PNG/JPG', 'ico file generator', 'Generate short URL', 'JSON and PHP converter', 'Unix timestamp', 'Guess gender from name', 'China phone number', 'International phone number', 'Timer', ], ];
Options to JSON