PHPackages                             dekalee/cdn77-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. [API Development](/categories/api)
4. /
5. dekalee/cdn77-bundle

ActiveSymfony-bundle[API Development](/categories/api)

dekalee/cdn77-bundle
====================

A bundle to use the lib to communicate with the cdn77 api

v1.5.2(7y ago)014.2kMITPHP

Since Mar 17Pushed 7y ago2 watchersCompare

[ Source](https://github.com/dekalee/cdn77-bundle)[ Packagist](https://packagist.org/packages/dekalee/cdn77-bundle)[ RSS](/packages/dekalee-cdn77-bundle/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependencies (3)Versions (11)Used By (0)

Dekalee CDN77 Bundle
====================

[](#dekalee-cdn77-bundle)

[![Scrutinizer Code Quality](https://camo.githubusercontent.com/74bdcb75bd7fcbf1ca28a7ab1cc2058068f0b5b4825a1caf30c8b9332b934fee/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f64656b616c65652f63646e37372d62756e646c652f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/dekalee/cdn77-bundle/?branch=master)[![Latest Stable Version](https://camo.githubusercontent.com/0b7d40e5da12d68a32c8b110e891943874232c221e5afb18cd24f9636f7a28dd/68747470733a2f2f706f7365722e707567782e6f72672f64656b616c65652f63646e37372d62756e646c652f762f737461626c65)](https://packagist.org/packages/dekalee/cdn77-bundle)[![Total Downloads](https://camo.githubusercontent.com/4e03a98cfe2dbc9721b2a61c834b16b80effb7b8324a1bd05fb52f4457777de7/68747470733a2f2f706f7365722e707567782e6f72672f64656b616c65652f63646e37372d62756e646c652f646f776e6c6f616473)](https://packagist.org/packages/dekalee/cdn77-bundle)[![License](https://camo.githubusercontent.com/998b8ba11e4b3514f00acb3774d222a036cb135710e4e4b7c4670b0b556c5515/68747470733a2f2f706f7365722e707567782e6f72672f64656b616c65652f63646e37372d62756e646c652f6c6963656e7365)](https://packagist.org/packages/dekalee/cdn77-bundle)

This symfony bundle wraps the usage of the library [Cdn77](https://github.com/dekalee/cdn77-bundle)

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

[](#installation)

Use composer to install this bundle :

```
    composer require dekalee/cdn77-bundle

```

Activate it in the `AppKernel.php` file:

```
    new Dekalee\Cdn77Bundle\DekaleeCdn77Bundle(),
```

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

[](#configuration)

In the `config.yml` file, you should set at least :

```
    dekalee_cdn77:
        login: %dekalee_cnd77_login%
        password: %dekalee_cnd77_password%
```

If you want to override the api urls used, you can do it for each of them :

```
    dekalee_cdn77:
        list: Your url
        create: Your url
        purge: Your url
        purge_all: Your url
        resource_log: Your url
        delete_resource: Your url
```

Usage
-----

[](#usage)

To use a query in your project, you can call (from a `ContainerAwareInterface` class) :

```
    $this->container->get('dekalee_cdn77.query.purge_all')->execute();
```

Each action will have it's own service.

Debug
-----

[](#debug)

In order to see some usefull debug information in the symfony profiler, you can install the [eightpoints/guzzle-bundle](https://packagist.org/packages/eightpoints/guzzle-bundle).

###  Health Score

33

—

LowBetter than 72% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity19

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity69

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

Recently: every ~106 days

Total

10

Last Release

2709d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/2675545?v=4)[Nicolas Thal](/maintainers/nicolasThal)[@nicolasThal](https://github.com/nicolasThal)

![](https://www.gravatar.com/avatar/db41627d2f062afcd3558e79eb75ef060f04d2f57644be8bae8dff0f48e71812?d=identicon)[maximevalette](/maintainers/maximevalette)

![](https://www.gravatar.com/avatar/81e74183a746c1d0813128bea90894477d621a72a1290bc540c225728f70109e?d=identicon)[victorbalssa](/maintainers/victorbalssa)

![](https://avatars.githubusercontent.com/u/1492645?v=4)[Jérémy GIGNON](/maintainers/gignonje)[@gignonje](https://github.com/gignonje)

![](https://www.gravatar.com/avatar/bce05fefcead2a9f1fadaa947173566615109994b6abfc58e1b28ea92d0f551f?d=identicon)[gbd\_dkl](/maintainers/gbd_dkl)

![](https://avatars.githubusercontent.com/u/23316288?v=4)[julienguilmont](/maintainers/julienguilmont)[@julienguilmont](https://github.com/julienguilmont)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/dekalee-cdn77-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/dekalee-cdn77-bundle/health.svg)](https://phpackages.com/packages/dekalee-cdn77-bundle)
```

###  Alternatives

[ecotone/symfony-bundle

Ecotone for Symfony — CQRS, Event Sourcing, Sagas, Durable Workflows, and Outbox on top of Symfony Messenger, via PHP attributes.

11241.1k1](/packages/ecotone-symfony-bundle)

PHPackages © 2026

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