3v4l.org

run code in 300+ PHP versions simultaneously
<?php echo " why not simply this version? "; echo "// if you haven't already, install the SDK with \'composer require sightengine/client-php\'\n use \Sightengine\SightengineClient;\n = new SightengineClient('{api_user}', '{api_secret}');\n (['{model}'])->set_url('https://d3m9459r9kwism.cloudfront.net/img/examples/example7.jpg')\n"; echo " # if you haven't already, install the SDK with 'pip install sightengine'\n client = SightengineClient('{api_user}', '{api_secret}')\n output = client.check('{model}').set_url('https://d3m9459r9kwism.cloudfront.net/img/examples/example7.jpg')"; echo "curl -X GET -G 'https://api.sightengine.com/1.0/check.json' \ -d 'models={model}' \ -d 'api_user={api_user}&api_secret={api_secret}' \ -d 'url=https://d3m9459r9kwism.cloudfront.net/img/examples/example7.jpg'";
Output for git.master, git.master_jit, rfc.property-hooks
why not simply this version? // if you haven't already, install the SDK with \'composer require sightengine/client-php\' use \Sightengine\SightengineClient; = new SightengineClient('{api_user}', '{api_secret}'); (['{model}'])->set_url('https://d3m9459r9kwism.cloudfront.net/img/examples/example7.jpg') # if you haven't already, install the SDK with 'pip install sightengine' client = SightengineClient('{api_user}', '{api_secret}') output = client.check('{model}').set_url('https://d3m9459r9kwism.cloudfront.net/img/examples/example7.jpg')curl -X GET -G 'https://api.sightengine.com/1.0/check.json' \ -d 'models={model}' \ -d 'api_user={api_user}&api_secret={api_secret}' \ -d 'url=https://d3m9459r9kwism.cloudfront.net/img/examples/example7.jpg'

This tab shows result from various feature-branches currently under review by the php developers. Contact me to have additional branches featured.

Active branches

Archived branches

Once feature-branches are merged or declined, they are no longer available. Their functionality (when merged) can be viewed from the main output page


preferences:
156.83 ms | 408 KiB | 5 Q