lesjoursfr / mandrill-api-php
API client library for the Mandrill email as a service platform
2.2.0
2026-04-20 08:30 UTC
Requires
- php: ^8.4
Requires (Dev)
- escapestudios/symfony2-coding-standard: ^3.18.0
- squizlabs/php_codesniffer: ^4.0.1
This package is auto-updated.
Last update: 2026-06-09 19:31:27 UTC
README
This project is a fork of the original Mandrill PHP API project rewrited to use PSR-4 loading.
Installation
composer install lesjoursfr/mandrill-api-php
Documentation
The documentation is available here
Development only
To install the Symphony PHP CS you have to run the following commands (assuming you have downloaded composer.phar) :
php composer.phar install
vendor/bin/phpcs --config-set installed_paths vendor/escapestudios/symfony2-coding-standard
Then you can check the code style with the following command
vendor/squizlabs/php_codesniffer/bin/phpcs --standard=./phpcs.xml --no-cache --parallel=1 ./src
To generate the documentation you have to run (assuming you have downloaded phpDocumentor.phar) :
php phpDocumentor.phar run -d src/ -t docs