gam6itko / s-shot
Installs: 1 653
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Requires
- php: >=7.4
Requires (Dev)
- phpunit/phpunit: ^9.5
README
api client for https://www.s-shot.ru/ API
usage
$builder = new UrlBuilder('API_KEY'); $builder->build('https://google.com', [ 'resolution' => '1024x768', //or 'resolution' => '1024', 'size' => 400, 'format' => 'jpeg', 'scale' => 100, 'timeout' => 2, 'delay' => 3, 'jsSupport' => true, 'flashSupport' => true, 'proxy' => 'proxy.com:8080', 'cookies' => 'CookieString', 'referer' => 'my-site.ru', 'userAgent' => 'Internet Explorer 3.0', ]); // https://api.s-shot.ru/API_KEY/1024x768/400/JPEG/Z100/T2/D3/JS1/FS0/PX(proxy.com:8080)/CK(CookieString)/RF(my-site.ru)/UA(Internet+Explorer+3.0)/?https://google.com