File tree Expand file tree Collapse file tree 2 files changed +28
-5
lines changed Expand file tree Collapse file tree 2 files changed +28
-5
lines changed Original file line number Diff line number Diff line change 1- # Yokai Batch
1+ # symfony/framework-bundle bridge for Batch processing library
22
33[ ![ Latest Stable Version] ( https://img.shields.io/packagist/v/yokai/batch-symfony-framework?style=flat-square )] ( https://packagist.org/packages/yokai/batch-symfony-framework )
44[ ![ Downloads Monthly] ( https://img.shields.io/packagist/dm/yokai/batch-symfony-framework?style=flat-square )] ( https://packagist.org/packages/yokai/batch-symfony-framework )
55
6- Bridge of [ ` symfony/framework-bundle ` ] ( https://github.com/symfony/framework-bundle ) for [ Batch] ( https://github.com/yokai-php/batch-src ) .
6+ Bridge of [ ` symfony/framework-bundle ` ] ( https://github.com/symfony/framework-bundle ) for [ Batch] ( https://github.com/yokai-php/batch ) .
7+
8+
9+ ## :warning : BETA
10+
11+ This library is following [ semver] ( https://semver.org/ ) .
12+ However before we reach the first stable version (` v1.0.0 ` ), we may decide to introduce ** API changes in minor versions** .
13+ This is why you should stick to a ` v0.[minor].* ` requirement !
14+
15+
16+ # Installation
17+
18+ ```
19+ composer require yokai/batch-symfony-framework
20+ ```
721
822
923## Documentation
1024
11- Please refer to [ main repository] ( https://github.com/yokai-php/batch-src ) documentation.
25+ This package provides:
26+
27+ - [ integration] ( docs/integration.md ) with Symfony framework
1228
1329
1430## Contribution
1531
32+ This package is a readonly split of a [ larger repository] ( https://github.com/yokai-php/batch-src ) ,
33+ containing all tests and sources for all librairies of the batch universe.
34+
1635Please feel free to open an [ issue] ( https://github.com/yokai-php/batch-src/issues )
1736or a [ pull request] ( https://github.com/yokai-php/batch-src/pulls )
1837in the [ main repository] ( https://github.com/yokai-php/batch-src ) .
1938
39+ The library was originally created by [ Yann Eugoné] ( https://github.com/yann-eugone ) .
40+ See the list of [ contributors] ( https://github.com/yokai-php/batch-src/contributors ) .
41+
2042
21- ## MIT License
43+ ## License
2244
23- License can be found [ here ] ( LICENSE ) .
45+ This library is under MIT [ LICENSE ] ( LICENSE ) .
Original file line number Diff line number Diff line change 1+ todo
You can’t perform that action at this time.
0 commit comments