cloudbrowser / adapter
PHP Library to access the APIs provided by cloudbrowser.co
Installs: 2 523
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 0
Open Issues: 0
Requires
- php: ^5.3.3 || ^7.0
This package is not auto-updated.
Last update: 2024-11-07 23:25:26 UTC
README
A lightweight wrapper written in PHP for the rendering and export APIs provided by CloudBrowserCo (cloudbrowser.co).
Install
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
Requirements
- API KEY (obtain your free key from https://cloudbrowser.co/register)
- PHP 5.3+
- CURL
Notes
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.