Skip to content

GGGGino/TourCMSBundle

Repository files navigation

TourCMSBundle

Symfony Bundle for the TourCMS library.

Installation

CLI

composer require ggggino/tourcms-bundle

AppKernel.php

array(
    ...,
    new GGGGino\TourCMSBundle\GGGGinoTourCMSBundle()
)

routing_dev.yml

ggggino_tourcms:
    resource: "@GGGGinoTourCMSBundle/Controller"
    prefix: /ggggino-tourcms
    type: annotation

Configuration

ggggino_tourcms:
    marketplace_id: 10
    api_key: 'prova'
    timeout: 0
    channel_id: %tourcms_channel_id%

About

Symfony Bundle for the TourCMS library.

Resources

License

Stars

Watchers

Forks

Packages

No packages published