/PHP-ContextIO

PHP library for Context.IO's email data API. Replace complex IMAP requests with a few lines of PHP.

Primary LanguagePHPMIT LicenseMIT

===============================================================================
PHP Client Library for Context.IO API
===============================================================================

This repository contains the PHP Client Library for Context.IO. Please consult
http://context.io for more information regarding Context.IO.


REQUIREMENTS

PHP Curl (http://php.net/curl)


INSTALLATION

Copy class.contextio.php, class.contextioresponse.php and OAuth.php into the
same directory.

You only need to include class.contextio.php in your code, other libraries are
included by class.contextio.php.


EXAMPLES

For examples, see examples.php