pentarim / sylius-affiliate-bundle
Affiliate & referral system for Sylius applications.
Installs: 27
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 2
Forks: 8
Open Issues: 0
Type:symfony-bundle
Requires
- php: ^5.5.9|^7.0
- sylius/core-bundle: 0.19.*@dev
- sylius/mailer-bundle: 0.19.*@dev
- sylius/resource-bundle: 0.19.*@dev
- symfony/framework-bundle: ^2.7.7
Requires (Dev)
- phpspec/phpspec: ^2.4
- symfony/form: ^2.7
This package is not auto-updated.
Last update: 2025-03-24 17:06:51 UTC
README
Affiliate bundle for Sylius.
Installation
- require the bundle with Composer:
$ composer require pentarim/sylius-affiliate-bundle
- enable the bundle in
app/AppKernel.php
:
public function registerBundles() { $bundles = array( // ... new \Pentarim\SyliusAffiliateBundle\SyliusAffiliateBundle(), // ... ); }
- register routes in
app/config/routing.yml
sylius_affiliate: resource: "@SyliusAffiliateBundle/Resources/config/routing/main.yml"
- To create database tables and RBAC permissions run the following command:
$ app/console sylius:affiliate:install
There are "--skip-permissions" and "--skip-database" options for this command please check the help page for details
- Create menu entries for frontend and backend
TBC
Configuration
TBC, for now please check Pentarim/SyliusAffiliateBundle/DependencyInjection/Configuration.php
Versioning
Releases will be numbered with the format major.minor.patch
.
And constructed with the following guidelines.
- 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.
MIT License
License can be found here.
Authors
The bundle was created by Laszlo Horvath, its based on prior work of Joseph Bielawski.
The work on this bundle was proudly sponsored by Locastic.