PHPackages                             docroms/cnc-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. docroms/cnc-bundle

ActiveSymfony-bundle[Framework](/categories/framework)

docroms/cnc-bundle
==================

Symfony Bundle for CNC movies integration

022PHP

Since Nov 10Pushed 9y ago1 watchersCompare

[ Source](https://github.com/DocRoms/cncBundle)[ Packagist](https://packagist.org/packages/docroms/cnc-bundle)[ RSS](/packages/docroms-cnc-bundle/feed)WikiDiscussions master Synced 4w ago

READMEChangelogDependenciesVersions (1)Used By (0)

cncBundle
=========

[](#cncbundle)

This Bundle help developers for integrate their movies to CNC.

How to install ?
----------------

[](#how-to-install-)

### composer.json

[](#composerjson)

Add this line :
`"docroms/cnc-bundle": "dev-master",`

### config.json

[](#configjson)

Add this lines :
`cnc:`
 `mode: recette # or production`
 `production_oauth_url: http://vad.cnc.fr`
 `production_consumer_key: YourProductionConsumerKey`
 `production_consumer_secret: YourProductionConsumerSecret`
 `production_access_token: YourProductionAccessToken`
 `production_access_token_secret : YourProductionAccessTokenSecret`
 `recette_oauth_url:  http://int-cncvod.integra.fr`
 `recette_consumer_key: YourRecetteConsumerKey`
 `recette_consumer_secret: YourRecetteConsumerSecret`
 `recette_access_token: YourRecetteAccessToken`
 `recette_access_token_secret : YourRecetteAccessTokenSecret`

### AppKernel.php

[](#appkernelphp)

Add this lines on the Bundles array:
`new \docroms\CncBundle\CncBundle()`

How to use it?
--------------

[](#how-to-use-it)

### On your controller :

[](#on-your-controller-)

You can just get the object (for send all movies to the CNC) like that :
 `$editor = $this->get('cnc')`
 `->getNewOeuvresByEditor();`

And send this object like this for send your movie list to the CNC:
 `$result = $this->get('cnc')`
 `->SendToCnc($editor);`

After, you can get your movie list FROM the CNC like that:
 `$result = $this->get('cnc')`
 `->GetFromCnc($editor);`

###  Health Score

20

—

LowBetter than 13% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 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.

### Community

Maintainers

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

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/docroms-cnc-bundle/health.svg)

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

###  Alternatives

[laravel/dusk

Laravel Dusk provides simple end-to-end testing and browser automation.

1.9k38.6M290](/packages/laravel-dusk)[nineinchnick/edatatables

Grid widget for the Yii Framework, wrapper for the DataTables jQuery plugin

173.2k](/packages/nineinchnick-edatatables)[link-cloud/fast-hyperf

LinkCloud Fast Hyperf

241.2k1](/packages/link-cloud-fast-hyperf)

PHPackages © 2026

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