yokai/ batch-symfony-framework
yokai/batch的symfony/framework-bundle桥梁
0.6.3
2024-08-14 15:03 UTC
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
为symfony/framework-bundle
和Batch提供的桥梁。
⚠️ 测试版
此库遵循semver。然而,在我们达到第一个稳定版本(v1.0.0
)之前,我们可能会决定在次要版本中引入API更改。这就是为什么你应该坚持使用v0.[minor].*
要求!
安装
composer require yokai/batch-symfony-framework
文档
此包提供
- 与Symfony框架的集成
- 使用Symfony框架的用户界面
贡献
此包是更大的存储库的只读分割,包含batch宇宙中所有库的所有测试和源代码。
此库最初由Yann Eugoné创建。查看贡献者列表。
许可协议
此库在MITLICENSE下。