cleverage / cache-process-bundle
Dedicated bundle for Cache dependencies for the Process Bundle
Installs: 5
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 5
Forks: 0
Open Issues: 0
Type:symfony-bundle
Requires
- cleverage/process-bundle: 3.*|dev-v3.0-dev
Requires (Dev)
- phpunit/phpunit: ~6.4
This package is auto-updated.
Last update: 2024-10-25 22:15:56 UTC
README
See process bundle documentation
Help needed
This bundle is a mess, it doesn't require the proper dependencies, it uses missing methods (transformValue), there is a general lack of comments and annotations and it needs to be properly migrated to PHP7.1+.
Also we need to check if tests are ok.
Documentation
Contains tasks and transformers to handle cache.
Activation
Activated if cache pool cleverage_process
is defined.
Task reference
- Service:
CleverAge\ProcessBundle\Transformer\ArrayFilterTransformer
- Transformer code:
array_filter
Accepted inputs
array
or \Iterable
Possible outputs
array
containing only filtered data