sergeil/expander-bundle

Provides an easy way how to leverage native DIC tags based mechanism for creating extension-points.

Installs: 43 850

Dependents: 18

Suggesters: 0

Security: 0

Stars: 2

Watchers: 1

Forks: 1

Open Issues: 0

Type:symfony-bundle

v1.2.1 2022-01-09 07:35 UTC

This package is auto-updated.

Last update: 2024-04-09 12:24:07 UTC


README

The bundle adds a bunch of classes and might prove useful when you need to build easily extensible architecture, it defines some sort of extension-points architecture that leverages CompilerPass approach provided by Symfony.

Installation

Add this dependency to your composer.json:

"sergeil/expander-bundle": "~1.0"

Update your AppKernel class and add SliExpanderBundle declaration there:

new Sli\ExpanderBundle\SliExpanderBundle(),

Documentation

It is on its way already, rly

Licensing

This bundle is under the MIT license. See the complete license in the bundle: Resources/meta/LICENSE