Weave Code
Code Weaver
Helps Laravel developers discover, compare, and choose open-source packages. See popularity, security, maintainers, and scores at a glance to make better decisions.
Feedback
Share your thoughts, report bugs, or suggest improvements.
Subject
Message

Cnc Bundle Laravel Package

docroms/cnc-bundle

View on GitHub
Deep Wiki
Context7

cncBundle

This Bundle help developers for integrate their movies to CNC.

How to install ?

composer.json

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

config.json

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

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

How to use it?

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);

Weaver

How can I help you explore Laravel packages today?

Conversation history is not saved when not logged in.
Prompt
Add packages to context
No packages found.
cadot.eu/make
besmartand-pro/php-quality-config
sentix/ai-chatbot
codifyo/ts-generator-bundle
mintobit/jobqueue
a4sex/maintenance-bundle
a4sex/entity-date-update
a4sex/client-identifier
a4sex/base-utilites
a4sex/key-value-storage
a4sex/micro-status
chilldev/dependency-injection-extra
datinglibre/datinglibre-app-api
biberltd/corebundle
bricre/symfony-bundle-test
biberltd/logbundle
dominium/http-adapter-bundle
dominium/google-analytics
a4sex/auto-clean-entity
christhompsontldr/laravel-inky