2017 © Pedro Peláez
 

symfony-bundle subscription-bundle

Symfony2 bundle for dzangocart subscription accounts

image

dzangocart/subscription-bundle

Symfony2 bundle for dzangocart subscription accounts

  • Saturday, March 25, 2017
  • by opichon
  • Repository
  • 1 Watchers
  • 0 Stars
  • 104 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 10 Versions
  • 0 % Grown

The README.md

DzangocartSubscriptionBundle

Symfony 2 bundle for dzangocart subscription accounts, (*1)

Features

  • Declare your entities to be subscription-type products
  • Manage different pricing plans and their features
  • Display a pricing page on your web site
  • Easy links to your dzangocart store

Requirements

While this bundle is primarily intended for owners of a Dzangocart store, most of its feature can still be used by anyone., (*2)

Installation

Add the following to your project's composer.json file:, (*3)

{
    require: {
        "dzangocart/subscription-bundle": "dev-master"
    }
}

Register the bundle:, (*4)

#app/AppKernel.php
public function registerBundles()
{
    $bundles = array(
        …
        new DzangocartSubscriptionBundle()
    );

    return $bundles;
}

If you are using assetic, add the bundle to the assetic configuration:, (*5)

#config.yml
assetic:
    DzangocartSubscriptionBundle

Configuration

TODO, (*6)

Usage

TODO, (*7)

Fixtures

For your convenience, several fixtures are included in the bundle, under Resources\fixtures., (*8)

Some of these fixtures only have demonstration value (plans, features) but others like units and periods, may be of some practical use. To load the fixtures into your database using propel:, (*9)

php app/console propel:fixtures:load @DzangocartSubscriptionBundle

The Versions

25/03 2017

dev-master

9999999-dev

Symfony2 bundle for dzangocart subscription accounts

  Sources   Download

MIT

The Requires

 

The Development Requires

by Olivier Pichon

symfony2 bundle subscription dzangocart

25/03 2017

0.7.2

0.7.2.0

Symfony2 bundle for dzangocart subscription accounts

  Sources   Download

MIT

The Requires

 

The Development Requires

by Olivier Pichon

symfony2 bundle subscription dzangocart

25/03 2017

0.7.1

0.7.1.0

Symfony2 bundle for dzangocart subscription accounts

  Sources   Download

MIT

The Requires

 

The Development Requires

by Olivier Pichon

symfony2 bundle subscription dzangocart

20/01 2017

0.6.10

0.6.10.0

Symfony2 bundle for dzangocart subscription accounts

  Sources   Download

proprietary

The Requires

 

The Development Requires

by Olivier Pichon

symfony2 bundle subscription dzangocart

25/11 2016

0.6.9

0.6.9.0

Symfony2 bundle for dzangocart subscription accounts

  Sources   Download

proprietary

The Requires

 

The Development Requires

by Olivier Pichon

symfony2 bundle subscription dzangocart

12/11 2016

0.5.24

0.5.24.0

Symfony2 bundle for dzangocart subscription accounts

  Sources   Download

proprietary

The Requires

 

by Olivier Pichon

symfony2 bundle subscription dzangocart

23/08 2015

0.4.4

0.4.4.0

Symfony2 bundle for dzangocart subscription accounts

  Sources   Download

proprietary

The Requires

 

by Olivier Pichon

symfony2 bundle subscription dzangocart

06/07 2015

0.3.3

0.3.3.0

Symfony2 bundle for dzangocart subscription accounts

  Sources   Download

proprietary

The Requires

 

by Olivier Pichon

symfony2 bundle subscription dzangocart

14/09 2014

0.2.1

0.2.1.0

Symfony2 bundle for dzangocart subscription accounts

  Sources   Download

proprietary

The Requires

 

by Olivier Pichon

symfony2 bundle subscription dzangocart

09/07 2014

0.1.9

0.1.9.0

Symfony2 bundle for dzangocart subscription accounts

  Sources   Download

proprietary

The Requires

 

by Olivier Pichon

symfony2 bundle subscription dzangocart