netgen/tagsbundle

Netgen Tags Bundle is an Ibexa Platform bundle for taxonomy management and easier classification of content, providing more functionality for tagging content than ezkeyword field type included in Ibexa Platform kernel.

Installs: 371 058

Dependents: 14

Suggesters: 2

Security: 1

Stars: 48

Watchers: 9

Forks: 42

Open Issues: 9

Type:ibexa-bundle

5.2.0 2024-03-29 09:27 UTC

README

Build Status Code Coverage Downloads Latest stable License

Netgen Tags Bundle is an Ibexa Platform bundle for taxonomy management and easier classification of content, providing more functionality for tagging content than ezkeyword field type included in Ibexa Platform kernel.

Implemented features

  • eztags field type
  • Tags service and legacy SPI handler
  • Event dispatching tags service
  • /tags/id/{tagId} and /tags/view/{tagUrl} pages
  • TagId and TagKeyword search criteria
  • Solr indexing of eztags field type
  • Tag router and path generator
  • Admin interface (standalone, as well integrated into Ibexa Platform Admin UI)
  • REST interface

Credits

Release 3.0 of this bundle was backed in crowdfunding campaign by Netmaking AS, Greater Stavanger and others.

License and installation instructions

License

Installation instructions

Upgrade instructions

Changelogs

Unit tests

There are two sets of tests available, unit tests and legacy integration tests.

Running unit tests

$ composer install
$ composer test

Running legacy integration tests

$ composer install
$ composer test-integration