PHPackages                             petrvacha/mandrill-api-php-ssl - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Mail &amp; Notifications](/categories/mail)
4. /
5. petrvacha/mandrill-api-php-ssl

ActiveLibrary[Mail &amp; Notifications](/categories/mail)

petrvacha/mandrill-api-php-ssl
==============================

API client library for the Mandrill email as a service platform. This fork supports a SSL verification.

1.1(5y ago)1156Apache-2.0PHPPHP &gt;=5.2.0

Since Jul 18Pushed 5y ago1 watchersCompare

[ Source](https://github.com/petrvacha/mandrill-api-php-ssl)[ Packagist](https://packagist.org/packages/petrvacha/mandrill-api-php-ssl)[ Docs](https://github.com/petrvacha/mandrill-api-php-ssl)[ RSS](/packages/petrvacha-mandrill-api-php-ssl/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (58)Used By (0)

Mandrill API for PHP
====================

[](#mandrill-api-for-php)

This is a fork of an official library - [bitbucket.org/mailchimp/mandrill-api-php](https://bitbucket.org/mailchimp/mandrill-api-php).

It supports SSL verification.

Installation
------------

[](#installation)

```
composer require petrvacha/mandrill-api-php-ssl

```

Usage without SSL verification
------------------------------

[](#usage-without-ssl-verification)

```
$yourKey = "yourSecretMandrillKey";
$mandrill = new Mandrill($yourKey);
```

Usage with SSL verification
---------------------------

[](#usage-with-ssl-verification)

Download cacart.pem from [curl.haxx.se/docs/caextract.html](http://curl.haxx.se/docs/caextract.html).

```
$yourKey = "yourSecretMandrillKey";
$absolutePathToCaCert = "/etc/ssl/certs/cacert.pem";
$mandrill = new Mandrill($yourKey, $absolutePathToCaCert);
```

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity72

Established project with proven stability

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~54 days

Recently: every ~625 days

Total

57

Last Release

1981d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/4ea1b73c1f24642ad0df0e5a08288fe41b276315d3d877bddaf6b4209e579407?d=identicon)[petrvacha](/maintainers/petrvacha)

---

Top Contributors

[![petrvacha](https://avatars.githubusercontent.com/u/659610?v=4)](https://github.com/petrvacha "petrvacha (1 commits)")

---

Tags

apimandrillmandrill-apiphpsslssl-supportapiemailsslmandrill

### Embed Badge

![Health badge](/badges/petrvacha-mandrill-api-php-ssl/health.svg)

```
[![Health](https://phpackages.com/badges/petrvacha-mandrill-api-php-ssl/health.svg)](https://phpackages.com/packages/petrvacha-mandrill-api-php-ssl)
```

###  Alternatives

[slm/mail

Integration of various email service providers in the Laminas\\Mail

108732.4k1](/packages/slm-mail)[ecomailcz/ecomail

Ecomail.cz API Wrapper

17383.8k4](/packages/ecomailcz-ecomail)[hafael/azure-mailer-driver

Supercharge your Laravel or Symfony app with Microsoft Azure Communication Services (ACS)! Effortlessly add email, chat, voice, video, and telephony-over-IP for next-level communication. 🚀

14109.2k](/packages/hafael-azure-mailer-driver)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
