atoolo / index-bundle
Backend agnostic indexer core
Package info
github.com/sitepark/atoolo-index-bundle
Type:symfony-bundle
pkg:composer/atoolo/index-bundle
dev-main / 1.x-dev
2026-09-18 13:01 UTC
Requires
- php: >=8.1 <8.6.0
- atoolo/resource-bundle: ^1
- dragonmantank/cron-expression: ^3.6
- psr/log: ^3
- soundasleep/html2text: ^2.1
- symfony/config: ^6.3 || ^7.4.7
- symfony/console: ^6.3 || ^7.4.7
- symfony/dependency-injection: ^6.3 || ^7.4.7
- symfony/finder: ^6.3 || ^7.4.6
- symfony/http-kernel: ^6.3 || ^7.4.7
- symfony/lock: ^6.3 || ^7.4.6
- symfony/messenger: ^6.3 || ^7.4.7
- symfony/property-access: ^6.3 || ^7.4.16
- symfony/scheduler: ^6.3 || ^7.4.4
- symfony/serializer: ^6.3 || ^7.4.7
- symfony/yaml: ^6.3 || ^7.4.6
Requires (Dev)
- dealerdirect/phpcodesniffer-composer-installer: ^1.2
- infection/infection: ^0.27.11
- overtrue/phplint: ^9.7.1
- phpcompatibility/php-compatibility: ^9.3.5
- phpdocumentor/type-resolver: ^1.12
- phpunit/phpunit: ^10.5.63
- roave/security-advisories: dev-latest
- squizlabs/php_codesniffer: ^3.13.5
- symfony/filesystem: ^6.3 || ^7.4.6
Suggests
None
Provides
None
Conflicts
None
Replaces
None
This package is auto-updated.
Last update: 2026-09-18 13:59:18 UTC
README
Atoolo index bundle
Provides the backend agnostic core for indexing resources. It defines the indexer interface, the CMS side indexer configuration, the document enricher mechanics, status handling, abortion, the console commands and the scheduler. The index target itself (Solr, a GenAI application, …) is implemented by other bundles.