netgen/information-collection-bundle
Information collection alike feature for Ibexa Platform
Maintainers
Package info
github.com/netgen/NetgenInformationCollectionBundle
Type:ibexa-bundle
pkg:composer/netgen/information-collection-bundle
Requires
- php: ^8.3
- ext-pdo: *
- doctrine/doctrine-migrations-bundle: ^3.7 || ^4.0
- doctrine/orm: ^2.20
- google/recaptcha: ^1.3
- ibexa/admin-ui: ^5.0
- ibexa/content-forms: ^5.0
- ibexa/core: ^5.0
- phpoffice/phpspreadsheet: ^5.3
- symfony/mailer: ^7.3
- symfony/polyfill-php84: ^1.33
- symfony/string: ^7.3
- twig/twig: ^3.22
Requires (Dev)
- netgen/coding-standard: ^1.0
Suggests
- league/csv: To enable the CSV export functionality
- phpoffice/phpspreadsheet: To enable the XLS and XLSX export functionalities
Provides
None
Conflicts
None
Replaces
None
GPL-2.0-only efdf42e102884b65e7a0d3d7c2b39b1654c95fb9
- Netgen
- Mario BlaΕΎek <mario.b.woop@netgen.hr>
information collectionnetgeninformation-collection-bundleibexa
This package is auto-updated.
Last update: 2026-06-04 10:04:24 UTC
README
π Image
π Build Status
π Code Coverage
π Quality Score
π Downloads
π Latest stable
π License
The information collection feature makes it possible to gather user input when a node referencing an information collector object is viewed. It is typically useful when it comes to the creation of feedback forms, polls, etc.
An object can collect information if at least one of the class attributes is marked as an information collector. When the object is viewed, each collector attribute will be displayed using the chosen datatype's data collector template. Instead of just outputting the attributes' contents, the collector templates provide interfaces for data input. The generated input interface depends on the datatype that represents the attribute. ( From eZ legacy documentation).
This bundle reimplements information collection feature in Ibexa Platform stack.
