PHP
https://github.com/ImageSEO/imageseo-php
Requirements
Installation
composer require imageseo/imageseo-phprequire_once __DIR__. '/vendor/autoload.php';Getting Started
Authentication
<?php
use ImageSeo\Client\Client;
$apiKey = "YOUR_API_KEY";
$client =new Client($apiKey);Resources
Image Reports
Last updated
Was this helpful?