Download the PHP package edumedia/tag-bundle without Composer
On this page you can find all versions of the php package edumedia/tag-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package tag-bundle
eduMedia Tag Bundle
Rationale
Revival of https://github.com/FabienPennequin/FPNTagBundle for Symfony 6+ and PHP 8+.
Note: The main difference with fpn/tag-bundle
is that taggable entities do not hold their tags, they're only available through the TagService
.
How to
Install bundle
Create Tag class
Create Tagging class
Make entity taggable
Here is a User example:
Define service arguments
Migrate, to create tables
Install assets
Features
- Most features are packed in
eduMedia\TagBundle\Service\TagService
(not documented yet, but should be self-explanatory) - If
symfony/console
is installed, aedumedia:tag:create
command is available - If
symfony/twig-bundle
is installed,tag_service
is globally available - If
symfony/form
is installed,eduMedia\TagBundle\Form\Type\TagType
is available - If using
easycorp/easyadmin-bundle
, aeduMedia\TagBundle\Admin\Field\TagField
is available
TODO
- Automated tests (help appreciated)
All versions of tag-bundle with dependencies
PHP Build Version
Package Version
Requires
php Version
>=8.0.2
symfony/http-kernel Version ^6.0|^7.0
doctrine/orm Version ^2.1|^3.2
symfony/dependency-injection Version ^6.0|^7.0
symfony/config Version ^6.0|^7.0
symfony/http-kernel Version ^6.0|^7.0
doctrine/orm Version ^2.1|^3.2
symfony/dependency-injection Version ^6.0|^7.0
symfony/config Version ^6.0|^7.0
The package edumedia/tag-bundle contains the following files
Loading the files please wait ....