Developed with love by KnpLabs Hire us for your project!
16

SyliusPluginsBundle

by Sylius

Installable plugins bundle for Symfony2 applications.

About SyliusPluginsBundle...

Prototype bundle for plugins feature in your Symfony2 applications.
Plugins are just like bundles but can be installed via web interface.
End-user needs only to download and install it, and developer implements it almost like a bundle.

Stay tuned and follow me on twitter for updates.

Sylius.

Sylius is simple but end-user and developer friendly webshop engine built on top of Symfony2. Visit sylius.org.

Examples.

If you want to see this and other bundles in action, try out the Sylius sandbox application.
It's open sourced github project.

Documentation.

Docs are available here.

Mailing lists.

If you are using this bundle and have any questions, feel free to ask on users mailing list.
Mail or view it.

If you want to contribute, and develop this bundle, use the developers mailing list.
Mail or view it.

Sylius twitter account.

If you want to keep up with updates, follow the official Sylius account on twitter
or follow me.

Bug tracking.

This bundle uses GitHub issues.
If you have found bug, please create an issue.

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.

License.

License can be found here.

Authors.

The bundle was originally created by Paweł Jędrzejewski.
See the list of contributors.

Copyright (c) 2011 Paweł Jędrzejewski

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is furnished
to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
sylius_plugins:
driver: ~ # Required
engine: twig
classes: # Required
model: # Required
plugin: ~ # Required
controller:
frontend:
plugin: Sylius\Bundle\PluginsBundle\Controller\Frontend\PluginController
backend:
plugin: Sylius\Bundle\PluginsBundle\Controller\Backend\PluginController
manipulator:
plugin: Sylius\Bundle\PluginsBundle\Manipulator\PluginManipulator