Skip to content

crunchmail/crunchmail-client-php

Repository files navigation

Crunchmail-client-php 0.6.1

Official PHP wrapper for Crunchmail API

Build Status Latest Stable Version Latest Unstable Version

Important Notice

This API is under development. Do not use in production!

Install

Using composer (recommended)

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';

Manually

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.

Getting started

See example script to see how to use the API.

Documentation

Contributing

See CONTRIBUTING.md.

About

Official PHP client library for Crunchmail API

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages