2017 © Pedro Peláez
 

package open-orchestra-newsletter-bundle

A bundle which provides a newsletter subscription management for Open Orchestra

image

open-orchestra/open-orchestra-newsletter-bundle

A bundle which provides a newsletter subscription management for Open Orchestra

  • Wednesday, May 11, 2016
  • by open-orchestra
  • Repository
  • 9 Watchers
  • 0 Stars
  • 31 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 13 Versions
  • 0 % Grown

The README.md

open-orchestra-newsletter-bundle

A Open Orchestra newsletter bundle, (*1)

Service Badge
Travis Build Status
CodeClimate (quality) Code Climate
CodeClimate (coverage) Test Coverage
Sension Insight SensioLabsInsight
VersionEye Dependency Status
Latest Stable Version Latest Stable Version
Total Downloads Total Downloads

Description

The open-orchestra-newsletter-bundle provide an easy way to manage a newsletter inside the Open Orchestra project., (*2)

It will provide you with :, (*3)

  • A Front Office block
  • A Back Office integration
  • A way to store the data inside a Mongo database

Usage

Front Office

To use the bundle in a front environment, you will need to activate the bundle and the model :, (*4)

    // app/AppKernel.php
    new OpenOrchestra\NewsletterBundle\OpenOrchestraNewsletterBundle,
    new OpenOrchestra\NewsletterModelBundle\OpenOrchestraNewsletterModelBundle,

Back Office

To use the bundle in a back envirenment, you will have to add the admin bundle :, (*5)

    // app/AppKernel.php
    new OpenOrchestra\NewsletterBundle\OpenOrchestraNewsletterBundle,
    new OpenOrchestra\NewsletterModelBundle\OpenOrchestraNewsletterModelBundle,
    new OpenOrchestra\NewsletterAdminBundle\OpenOrchestraNewsletterAdminBundle,

You will also have to import the route for the bundle :, (*6)

    #app/config/routing.yml
    open_orchestra_newsletter_api:
        resource: "@OpenOrchestraNewsletterAdminBundle/Controller/Api"
        type: annotation
        prefix: /api

    open_orchestra_newsletter_admin:
        resource: "@OpenOrchestraNewsletterAdminBundle/Controller/Admin"
        type: annotation
        prefix: /admin

The Versions

11/05 2016

1.1.x-dev

1.1.9999999.9999999-dev

A bundle which provides a newsletter subscription management for Open Orchestra

  Sources   Download

Apache-2.0

The Requires

 

The Development Requires

11/05 2016
11/05 2016
11/05 2016
11/05 2016
11/05 2016
27/04 2016
29/12 2015

1.2.x-dev

1.2.9999999.9999999-dev

A bundle which provides a newsletter subscription management for Open Orchestra

  Sources   Download

Apache-2.0

The Requires

 

The Development Requires

29/12 2015
29/12 2015

v1.1.0-beta

1.1.0.0-beta

A bundle which provides a newsletter subscription management for Open Orchestra

  Sources   Download

Apache-2.0

The Requires

 

The Development Requires

29/12 2015
29/12 2015
29/12 2015

v1.2.0-beta

1.2.0.0-beta

A bundle which provides a newsletter subscription management for Open Orchestra

  Sources   Download

Apache-2.0

The Requires

 

The Development Requires