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.
iio/libmergepdf
redaxo/project
zatona-eg/zatona-eg-api
patrickbussmann/oauth2-apple
3brs/enterprise-security-bundle
ardenexal/fhir-models
ardenexal/fhir-validation
dpfx/laravel-livewire-wizards
dmstr/symfony-system-resources-bundle
dmstr/symfony-job-queue-bundle
dmstr/openapi-json-schema-bundle
dmstr/keycloak-security-bundle
dmstr/doctrine-audit-log-bundle
dmstr/api-platform-utils-bundle
dmstr/api-configuration-bundle
chrisdev/ux-components
crudly/encrypted
cuci/prototurk-sdk
gos/pubsub-router-bundle
cuci/prototurk-sdk-symfony