dev-master
9999999-dev http://versionable.co.uk/projects/mandrillLibrary for interacting with the Mandrill API
MIT
The Requires
- php >=5.3.0
- versionable/prospect 1.*
- versionable/ferret 1.*
by Harry Walter
api curl http mandrill prospect
Library for interacting with the Mandrill API
API for interacting with the API at http://mandrillapp.com/api/docs/., (*1)
Example to get information about the current authenticated user:, (*2)
use Versionable\Mandrill\Client; use Versionable\Mandrill\Manager\UserManager; $client = new Client($apiKey); $userManager = new UserManager($client); $user = $userManager->info();
To use this library it is recommended that you install the dependancies., (*3)
This library uses Composer, to install the dependancies download composer following the instructions on http://getcomposer.org/ and then run the following:, (*4)
php composer.phar install
You can run the unit tests with the following command:, (*5)
phpunit
Library for interacting with the Mandrill API
MIT
api curl http mandrill prospect