cleverage / process-bundle
Process, import/export, transform and validate data with a simple API with Symfony3
Installs: 39 138
Dependents: 14
Suggesters: 0
Security: 0
Stars: 20
Watchers: 8
Forks: 12
Open Issues: 28
Type:symfony-bundle
Requires
- php: >=8.1
- ext-dom: *
- ext-intl: *
- ext-json: *
- ext-mbstring: *
- league/flysystem-bundle: ^3.1
- psr/cache: ^1|^2|^3
- symfony/config: ^6.4|^7.1
- symfony/console: ^6.4|^7.1
- symfony/dependency-injection: ^6.4|^7.1
- symfony/event-dispatcher-contracts: ^3
- symfony/expression-language: ^6.4|^7.1
- symfony/form: ^6.4|^7.1
- symfony/framework-bundle: ^6.4|^7.1
- symfony/messenger: ^6.4|^7.1
- symfony/monolog-bundle: ~3.3
- symfony/options-resolver: ^6.4|^7.1
- symfony/process: ^6.4|^7.1
- symfony/property-access: ^6.4|^7.1
- symfony/scheduler: ^6.4|^7.1
- symfony/serializer: ^6.4|^7.1
- symfony/stopwatch: ^6.4|^7.1
- symfony/validator: ^6.4|^7.1
- symfony/yaml: ^6.4|^7.1
Requires (Dev)
Suggests
- cleverage/doctrine-process-bundle: Dedicated bundle for Doctrine dependencies for the process bundle
- cleverage/enqueue-process-bundle: Manage asynchronous events within the process bundle
- cleverage/flysystem-process-bundle: Dedicated bundle for Flysystem dependencies for the process bundle
- cleverage/rest-process-bundle: Dedicated bundle for Rest dependencies for the process bundle
- cleverage/soap-process-bundle: Dedicated bundle for Soap dependencies for the process bundle
- dev-v4-dev
- dev-v3.2-dev
- dev-v3.1-dev
- dev-main
- v4.0.0-rc2
- v4.0.0-rc1
- v3.2.9
- v3.2.8
- v3.2.7
- v3.2.6
- v3.2.5
- v3.2.4
- v3.2.3
- v3.2.2
- v3.2.1
- v3.2.0
- v3.1.5
- v3.1.4
- v3.1.3
- v3.1.2
- v3.1.1
- v3.1.0
- v3.0.10
- v3.0.9
- v3.0.8
- v3.0.7
- v3.0.6
- v3.0.5
- v3.0.4
- v3.0.3
- v3.0.2
- v3.0.1
- v3.0.0
- v2.0.6
- v2.0.5
- v2.0.4
- v2.0.3
- v2.0.2
- v2.0.1
- v2.0.0
- v1.1.3
- v1.1.2
- v1.1.1
- v1.1
- v1.0.9
- v1.0.8
- v1.0.7
- v1.0.6
- v1.0.5
- v1.0.4
- v1.0.3
- v1.0.2
- v1.0.1
- v1.0.0
- dev-prepare-release
- dev-phpdoc
- dev-feature/fix-regression-SF5-SubprocessInstance
- dev-v3.0-dev
- dev-refactor/file-handling
- dev-feature/extract-zip-task
- dev-v2.0-dev
- dev-feature/process_launcher
- dev-feature/extra-validation-input-csv-reader
- dev-fix/processor-error
- dev-v1.1-dev
- dev-v1.2-dev
- dev-v1.0-dev
This package is auto-updated.
Last update: 2024-11-05 14:35:17 UTC
README
Introduction
This bundle allows to configure series of tasks to be performed on a certain order. Basically, it will greatly ease the configuration of import and exports but can do much more.
Compatible with every currently supported Symfony versions.
Index
- Quick start
- Task types
- Custom tasks and development
- Advanced workflow
- Contribute
- Cookbooks
- Common Setup
- [Transformations]
- [Flow manipulation]
- [Dummy tasks]
- [Debugging]
- [Logging]
- [Subprocess]
- [File manipulation]
- [Direct call (in controller)]
- Performances monitoring
- Memory usage analysis
- Reference
- Process definition
- Task definition
- Basic and debug
- Data manipulation and transformations
- File/CSV
- File/XML
- Flow manipulation
- Transformers
- Generic transformers definition