PHPackages                             magdev/mailchimp-silex-provider - 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. [API Development](/categories/api)
4. /
5. magdev/mailchimp-silex-provider

AbandonedArchivedLibrary[API Development](/categories/api)

magdev/mailchimp-silex-provider
===============================

Silex Service-Provider for the Mailchimp-API

114.0k3PHP

Since Sep 27Pushed 11y ago1 watchersCompare

[ Source](https://github.com/magdev/mailchimp-silex-provider)[ Packagist](https://packagist.org/packages/magdev/mailchimp-silex-provider)[ RSS](/packages/magdev-mailchimp-silex-provider/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

Silex Service-Provider for the Mailchimp-API
============================================

[](#silex-service-provider-for-the-mailchimp-api)

\##Installation

Add it using [Composer](http://getcomposer.org/) :

```
{
    "require": {
        "magdev/mailchimp-silex-provider": "dev-master"
    }
}
```

and until this package is registered at [Packagist](https://packagist.org/) add the repository

```
{
    "repositories" : [{
            "type" : "vcs",
            "url" : "git@github.com:magdev/mailchimp-silex-provider.git"
        }
    ]
}
```

\##Usage

\###Registering the provider

```
use Silex\Application;
use SilexMailchimp\Provider\MailchimpServiceProvider;

$app = new Application();
$app->register(new MailchimpServiceProvider(), array(
    'mailchimp.apikey' => 'Your API-Key',
    'mailchimp.options' => array(),  // An array with options for mailchimp/mailchimp
));
```

\##License

This package is released under the MIT license

###  Health Score

26

—

LowBetter than 41% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity23

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 50% 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.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/179837?v=4)[Marco Grätsch](/maintainers/magdev)[@magdev](https://github.com/magdev)

---

Top Contributors

[![magdev](https://avatars.githubusercontent.com/u/179837?v=4)](https://github.com/magdev "magdev (1 commits)")[![umpirsky](https://avatars.githubusercontent.com/u/208957?v=4)](https://github.com/umpirsky "umpirsky (1 commits)")

### Embed Badge

![Health badge](/badges/magdev-mailchimp-silex-provider/health.svg)

```
[![Health](https://phpackages.com/badges/magdev-mailchimp-silex-provider/health.svg)](https://phpackages.com/packages/magdev-mailchimp-silex-provider)
```

###  Alternatives

[exsyst/swagger

A php library to manipulate Swagger specifications

35916.4M7](/packages/exsyst-swagger)[hubspot/api-client

Hubspot API client

24016.2M20](/packages/hubspot-api-client)[pocketmine/bedrock-protocol

An implementation of the Minecraft: Bedrock Edition protocol in PHP

172445.0k13](/packages/pocketmine-bedrock-protocol)[botman/driver-telegram

Telegram driver for BotMan

93459.5k6](/packages/botman-driver-telegram)

PHPackages © 2026

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