yokai / batch-symfony-framework
symfony/framework-bundle bridge for yokai/batch
Installs: 19 903
Dependents: 1
Suggesters: 1
Security: 0
Stars: 1
Watchers: 3
Forks: 1
Type:symfony-bundle
Requires
- php: ^8.1
- composer-runtime-api: ^2.0
- psr/log: ^1.0|^2.0|^3.0
- symfony/config: ^6.4|^7.0
- symfony/console: ^6.4|^7.0
- symfony/dependency-injection: ^6.4|^7.0
- symfony/framework-bundle: ^6.4|^7.0
- symfony/http-kernel: ^6.4|^7.0
- yokai/batch: ^0.6.0
Requires (Dev)
- phpunit/phpunit: ^9.5
- sonata-project/admin-bundle: ^4.0
- symfony/filesystem: ^6.4|^7.0
- symfony/form: ^6.4|^7.0
- symfony/security-bundle: ^6.4|^7.0
- symfony/translation: ^6.4|^7.0
- symfony/twig-bundle: ^6.4|^7.0
Suggests
- sonata-project/admin-bundle: If you want a SonataAdmin like rendering in the user interface
- symfony/form: If you want the JobExecution form filter in the user interface
- symfony/messenger: If you to launch jobs via messenger
- symfony/security-bundle: If you want to secure the access to JobExecution in the user interface
- symfony/translation: Required if you want to enable the user interface
- symfony/twig-bundle: Required if you want to enable the user interface
README
Bridge of symfony/framework-bundle
for Batch.
⚠️ BETA
This library is following semver.
However before we reach the first stable version (v1.0.0
), we may decide to introduce API changes in minor versions.
This is why you should stick to a v0.[minor].*
requirement !
Installation
composer require yokai/batch-symfony-framework
Documentation
This package provides:
- integration with Symfony framework
- a UI with Symfony framework
Contribution
This package is a readonly split of a larger repository, containing all tests and sources for all librairies of the batch universe.
Please feel free to open an issue or a pull request in the main repository.
The library was originally created by Yann Eugoné. See the list of contributors.
License
This library is under MIT LICENSE.