PHPackages                             gquemener/7digital-bundle - 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. [Framework](/categories/framework)
4. /
5. gquemener/7digital-bundle

AbandonedLibrary[Framework](/categories/framework)

gquemener/7digital-bundle
=========================

Symfony2 integration of the 7digital php client

v1.2(12y ago)08MITPHP

Since Jan 31Pushed 12y ago1 watchersCompare

[ Source](https://github.com/gquemener/7digital-bundle)[ Packagist](https://packagist.org/packages/gquemener/7digital-bundle)[ RSS](/packages/gquemener-7digital-bundle/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependencies (4)Versions (4)Used By (0)

7digital API Bundle
===================

[](#7digital-api-bundle)

This bundle intends to integrate the [7digital API PHP client](https://github.com/gquemener/7digital-client) inside Symfony2.

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

[](#installation)

Add the following lines to your composer.json:

```
{
    "require": {
        "gquemener/7digital-bundle": "~1.0"
    }
}
```

And run `php composer.phar update gquemener/7digital-bundle`

Then, register the bundle in your kernel:

```
# app/AppKernel.php

# ...

class AppKernel extends Kernel
{
    public function registerBundles()
    {
        $bundles = array(
            # ...
            new SevenDigital\SevenDigitalBundle(),
        );

        return $bundles;
    }
}
```

Configuration
-------------

[](#configuration)

```
# app/config/config.yml

seven_digital:
    consumer_key: ...
    version: '1.2' # Or any other 7digital API version
    cache:         # A doctrine cache service id
```

Usage
-----

[](#usage)

This bundle provides really basic integration of the 7digital API PHP client, through 5 services:

```
- `7digital_api.client` The configured API client
- `7digital_api.artist` The Artist service
- `7digital_api.track` The Track service
- `7digital_api.release` The Release service
- `7digital_api.tag` The Tag service

```

Going Further
-------------

[](#going-further)

You can read more about available methods for each service on the [7digital API PHP client repository](https://github.com/gquemener/7digital-client) or on [7digital API Official documentation](http://developer.7digital.com/resources/api-docs/catalogue-api)

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity65

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 ~2 days

Total

3

Last Release

4482d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/601a33ec3e405a1a803937142a0917bd2a4fef4a55ac8bb0f506084f70d09039?d=identicon)[GildasQ](/maintainers/GildasQ)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/gquemener-7digital-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/gquemener-7digital-bundle/health.svg)](https://phpackages.com/packages/gquemener-7digital-bundle)
```

###  Alternatives

[symfony/framework-bundle

Provides a tight integration between Symfony components and the Symfony full-stack framework

3.6k235.4M9.7k](/packages/symfony-framework-bundle)[shopware/platform

The Shopware e-commerce core

3.3k1.5M3](/packages/shopware-platform)[sulu/sulu

Core framework that implements the functionality of the Sulu content management system

1.3k1.3M152](/packages/sulu-sulu)[prestashop/prestashop

PrestaShop is an Open Source e-commerce platform, committed to providing the best shopping cart experience for both merchants and customers.

9.0k15.4k](/packages/prestashop-prestashop)[contao/core-bundle

Contao Open Source CMS

1231.6M2.4k](/packages/contao-core-bundle)[shopware/storefront

Storefront for Shopware

684.2M148](/packages/shopware-storefront)

PHPackages © 2026

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