I like to know if there is already PHP 5.2.x or higher and PHP cURL extension, will this be enough to use Composer without line require Mandrill.php?
Should I set inside CP any settings?
<?php
require_once 'mandrill-api-php/src/Mandrill.php'; //Not required with Composer
$mandrill = new Mandrill('YOUR_API_KEY');
?>