A lightweight wrapper written in PHP for the rendering and export APIs provided by CloudBrowserCo (cloudbrowser.co).
The package is PSR-4 compliant, either use a package manager or a standards compliant autoloader (like the one included in the examples directory).
Via composer:
composer require cloudbrowser/adapter
- API KEY (obtain your free key from https://cloudbrowser.co/register)
- PHP 5.3+
- CURL
We have chosen to not make use of exceptions for error communication due to their impact on speed of code execution and relative difficulty for beginners.