Download the PHP package gnugat/redaktilo-bundle without Composer
On this page you can find all versions of the php package gnugat/redaktilo-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package redaktilo-bundle
Redaktilo Bundle
Provides the following services from Redaktilo in a Symfony2 application:
redaktilo.editor
: an instance ofGnugat\Redaktilo\Editor
Documentation:
- Extending
- Installation
- Usage with Symfony2 DependencyInjection Component standalone
- Further documentation
Extending
You can also extend
Redaktilo by creating new SearchStrategy
and new Command
.
To make your custom Command
and SearchStrategy
available, simply define them
as services in your Symfony2 application and tag them:
Note:
SearchStrategy
's priority is optionnal (defaults to 0). The higher the priority is, the soonerSearchEngine
will check if theSearchStrategy
supports the given pattern.
Installation
Use Composer to install the bundle:
composer require gnugat/redaktilo-bundle:^1.0
Then register the bundle in you kernel. For example:
Usage with Symfony2 DependencyInjection Component standalone
If you're not using the full stack framework, but rather just the Symfony2 DependencyInjection Component, you can still use this bundle:
Further documentation
You can see the current and past versions using one of the following:
- the
git tag
command - the releases page on Github
- the file listing the changes between versions
You can find more documentation at the following links:
- copyright and MIT license
- versioning and branching models
- contribution instructions
All versions of redaktilo-bundle with dependencies
symfony/http-kernel Version ^2.3|^3.0
symfony/dependency-injection Version ^2.3|^3.0
symfony/config Version ^2.3|^3.0
symfony/yaml Version ^2.3|^3.0