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'
Output for 8.4.15
/bin/php-8.4.15: /usr/lib/libm.so.6: version `GLIBC_2.38' not found (required by /bin/php-8.4.15)
/bin/php-8.4.15: /usr/lib/libm.so.6: version `GLIBC_2.35' not found (required by /bin/php-8.4.15)
/bin/php-8.4.15: /usr/lib/libc.so.6: version `GLIBC_2.34' not found (required by /bin/php-8.4.15)
/bin/php-8.4.15: /usr/lib/libc.so.6: version `GLIBC_2.38' not found (required by /bin/php-8.4.15)
Process exited with code 1.