cleverage / process-bundle
Process, import/export, transform and validate data with a simple API with Symfony3
Installs: 41 783
Dependents: 15
Suggesters: 0
Security: 0
Stars: 20
Watchers: 8
Forks: 12
Open Issues: 24
Type:symfony-bundle
Requires
- php: >=8.1
- ext-dom: *
- ext-intl: *
- ext-json: *
- ext-mbstring: *
- 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/dotenv: ^6.4|^7.1
- symfony/event-dispatcher-contracts: ^3
- symfony/expression-language: ^6.4|^7.1
- symfony/framework-bundle: ^6.4|^7.1
- symfony/monolog-bridge: ^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/runtime: ^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)
- friendsofphp/php-cs-fixer: *
- phpstan/extension-installer: *
- phpstan/phpstan: *
- phpstan/phpstan-symfony: *
- phpunit/phpunit: <10.0
- rector/rector: *
- roave/security-advisories: dev-latest
- symfony/test-pack: ^1.1
Suggests
- cleverage/doctrine-process-bundle: Dedicated bundle for Doctrine dependencies for 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
- cleverage/ui-process-bundle: UI for the process bundle
- dev-v4-dev
- dev-v3.2-dev
- dev-v3.1-dev
- dev-main
- v4.0.0
- 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-155_file_reader
- 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-12-20 17:29:13 UTC
README
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 Symfony stable version and latest Long-Term Support (LTS) release.
Demo project can be found on there.
Documentation
For usage documentation, see: docs/index.md
Support & Contribution
For general support and questions, please use Github. If you think you found a bug or you have a feature idea to propose, feel free to open an issue after looking at the contributing guide.
License
This bundle is under the MIT license. For the whole copyright, see the LICENSE file distributed with this source code.