2017 © Pedro Peláez
 

symfony-bundle sylius-affiliate-bundle

Affiliate & referral system for Sylius applications.

image

pentarim/sylius-affiliate-bundle

Affiliate & referral system for Sylius applications.

  • Friday, August 19, 2016
  • by pentarim
  • Repository
  • 2 Watchers
  • 0 Stars
  • 23 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 6 Forks
  • 2 Open issues
  • 6 Versions
  • 5 % Grown

The README.md

SyliusAffiliateBundle

Affiliate bundle for Sylius., (*1)

Installation

  1. require the bundle with Composer:, (*2)

    $ composer require pentarim/sylius-affiliate-bundle
    
  2. enable the bundle in app/AppKernel.php:, (*3)

    public function registerBundles()
    {
    $bundles = array(
      // ...
      new \Pentarim\SyliusAffiliateBundle\SyliusAffiliateBundle(),
      // ...
    );
    }
    
  3. register routes in app/config/routing.yml, (*4)

    sylius_affiliate:
    resource: "@SyliusAffiliateBundle/Resources/config/routing/main.yml"
    
  4. To create database tables and RBAC permissions run the following command:, (*5)

    $ app/console sylius:affiliate:install
    

    There are "--skip-permissions" and "--skip-database" options for this command please check the help page for details, (*6)

  5. Create menu entries for frontend and backend, (*7)

    TBC, (*8)

Configuration

TBC, for now please check Pentarim/SyliusAffiliateBundle/DependencyInjection/Configuration.php, (*9)

Versioning

Releases will be numbered with the format major.minor.patch., (*10)

And constructed with the following guidelines., (*11)

  • Breaking backwards compatibility bumps the major.
  • New additions without breaking backwards compatibility bumps the minor.
  • Bug fixes and misc changes bump the patch.

For more information on SemVer, please visit semver.org website.
This versioning method is same for all Sylius bundles and applications., (*12)

MIT License

License can be found here., (*13)

Authors

The bundle was created by Laszlo Horvath, its based on prior work of Joseph Bielawski., (*14)

The work on this bundle was proudly sponsored by Locastic., (*15)

The Versions

19/08 2016

dev-master

9999999-dev http://sylius.org

Affiliate & referral system for Sylius applications.

  Sources   Download

MIT

The Requires

 

The Development Requires

shop ecommerce referral affiliate

19/08 2016

v0.19.3

0.19.3.0 http://sylius.org

Affiliate & referral system for Sylius applications.

  Sources   Download

MIT

The Requires

 

The Development Requires

shop ecommerce referral affiliate

18/08 2016

v0.19.2

0.19.2.0 http://sylius.org

Affiliate & referral system for Sylius applications.

  Sources   Download

MIT

The Requires

 

The Development Requires

shop ecommerce referral affiliate

18/08 2016

v0.19.1

0.19.1.0 http://sylius.org

Affiliate & referral system for Sylius applications.

  Sources   Download

MIT

The Requires

 

The Development Requires

shop ecommerce referral affiliate

16/08 2016

v0.19.0

0.19.0.0 http://sylius.org

Affiliate & referral system for Sylius applications.

  Sources   Download

MIT

The Requires

 

The Development Requires

shop ecommerce referral affiliate

16/08 2016

v0.18.0

0.18.0.0 http://sylius.org

Affiliate & referral system for Sylius applications.

  Sources   Download

MIT

The Requires

 

The Development Requires

shop ecommerce referral affiliate