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 1mo ago

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 43% 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://www.gravatar.com/avatar/50c1e5e2937e59f035c53e833435b65f34d67f8e04a4b9934681159c7111400b?d=identicon)[magdev](/maintainers/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

[stripe/stripe-php

Stripe PHP Library

4.0k143.3M475](/packages/stripe-stripe-php)[twilio/sdk

A PHP wrapper for Twilio's API

1.6k92.9M270](/packages/twilio-sdk)[knplabs/github-api

GitHub API v3 client

2.2k15.8M187](/packages/knplabs-github-api)[facebook/php-business-sdk

PHP SDK for Facebook Business

90121.9M34](/packages/facebook-php-business-sdk)[meilisearch/meilisearch-php

PHP wrapper for the Meilisearch API

73813.7M114](/packages/meilisearch-meilisearch-php)[google/gax

Google API Core for PHP

263103.1M452](/packages/google-gax)

PHPackages © 2026

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