Skip to content

Commit

Permalink
init details
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidFricker committed Aug 11, 2018
1 parent 046e85e commit a9c8bc8
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions README.md
@@ -0,0 +1,17 @@
# CloudBrowserCo - Screenshot and PDF API
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.

0 comments on commit a9c8bc8

Please sign in to comment.