Skip to content

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

License

Notifications You must be signed in to change notification settings

guyt101z/PHP-ContextIO

 
 

Repository files navigation

Context.IO

Description

A PHP Client Library for Context.IO.

Requirements

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

Install using Github

Copy class.contextio.php, class.contextioresponse.php and OAuth.php into your library directory, then require_once '/class.contextio.php'; in your code.

Install using Composer

You can install the library by adding it as a dependency to your composer.json.

"require": { "contextio/php-contextio": "dev-master" }

Examples

See examples.php

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 100.0%