crabbly / mailosaur-php

Mailosaur PHP Client Library

Home Page:https://mailosaur.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mailosaur PHP Client Library

Mailosaur allows you to automate tests involving email. Allowing you to perform end-to-end automated and functional email testing.

Build Status

Installation

You can install the bindings via Composer. Run the following command:

composer require mailosaur/mailosaur

To use the client library, use Composer's autoload:

require_once('vendor/autoload.php');

Documentation and usage examples

Mailosaur's documentation includes all the information and usage examples you'll need.

Running tests

Once you've cloned this repository locally, you can simply run:

composer install

export MAILOSAUR_SERVER=yourserverid
export MAILOSAUR_API_KEY=yourapikey

./vendor/bin/phpunit

Contacting us

You can get us at support@mailosaur.com

License

Copyright (c) 2016 Mailosaur Ltd Distributed under MIT license.

About

Mailosaur PHP Client Library

https://mailosaur.com

License:MIT License


Languages

Language:PHP 98.0%Language:HTML 2.0%