Skip to content

integratedfordevelopers/integrated-subscription-bundle

Repository files navigation

IntegratedSubscriptionWallBundle

This bundle provides SubscriptionWall management

Requirements

  • See the require section in the composer.json

Features

  • SubscriptionWall management

Documentation

Installation

This bundle can be installed following these steps:

Install using composer

$ php composer.phar require integrated/subscription-bundle:dev-master

Enable the bundle

// app/AppKernel.php
public function registerBundles()
{
    $bundles = array(
        // ...
        new Integrated\Bundle\SubscriptionBundle\IntegratedSubscriptionBundle(),
        // ...
    );
}

Import the routing

# app/config/routing.yml
integrated_subscription:
    resource: "@IntegratedSubscriptionBundle/Resources/config/routing.xml"
    prefix: "/admin"

License

This bundle is under the MIT license. See the complete license in the bundle:

LICENSE

Contributing

Pull requests are welcome. Please see our CONTRIBUTING guide.

About

This bundle is part of the Integrated project. You can read more about this project on the Integrated for Developers website.

About

Manage subscriptions and protect your content with a subscription wall

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •