https://github.com/netgen/tagsbundle
Netgen Tags Bundle is an eZ Platform bundle for taxonomy management and easier classification of content, providing more functionality for tagging content than ezkeyword field type included in eZ Platform kernel.
https://github.com/netgen/tagsbundle
ezplatform ezpublish php taxonomy-management
Last synced: 6 months ago
JSON representation
Netgen Tags Bundle is an eZ Platform bundle for taxonomy management and easier classification of content, providing more functionality for tagging content than ezkeyword field type included in eZ Platform kernel.
- Host: GitHub
- URL: https://github.com/netgen/tagsbundle
- Owner: netgen
- License: gpl-2.0
- Created: 2013-04-02T23:57:10.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2024-03-29T09:27:53.000Z (over 1 year ago)
- Last Synced: 2024-05-17T10:43:00.951Z (over 1 year ago)
- Topics: ezplatform, ezpublish, php, taxonomy-management
- Language: PHP
- Homepage: https://netgen.io
- Size: 4.06 MB
- Stars: 48
- Watchers: 9
- Forks: 42
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Netgen Tags Bundle
==================[](https://travis-ci.com/netgen/TagsBundle)
[](https://codecov.io/gh/netgen/TagsBundle)
[](https://packagist.org/packages/netgen/tagsbundle)
[](https://packagist.org/packages/netgen/tagsbundle)
[](https://packagist.org/packages/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.
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 interfaceCredits
-------Release 3.0 of this bundle was backed in [crowdfunding campaign](https://www.indiegogo.com/projects/netgen-tags-bundle-support-for-ez-platform-ui--3) by [Netmaking AS](https://netmaking.no), [Greater Stavanger](http://www.greaterstavanger.com) and others.
License and installation instructions
-------------------------------------[License](LICENSE)
[Installation instructions](doc/INSTALL.md)
[Upgrade instructions](doc/UPGRADE.md)
[Changelogs](doc/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