cloudbrowser/adapter

PHP Library to access the APIs provided by cloudbrowser.co

1.0.1 2018-08-11 21:17 UTC

This package is not auto-updated.

Last update: 2024-05-23 21:16:13 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

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.