Official PHP wrapper for Crunchmail API
This API is under development. Do not use in production!
Crunchmail-client uses composer.
First install composer if needed, then install crunchmail-php-client into your project directory:
composer require crunchmail/crunchmail-client-php
After installing, you need to require Composer's autoloader:
require 'vendor/autoload.php';
If you wish to install the client manually, you will need to first install guzzle 6 and load the libraries yourself, as composer will not handle the autoload for you in that case.
See example script to see how to use the API.
See CONTRIBUTING.md.