Skip to content

Commit e33d4bc

Browse files
committed
Rewrite packages README after monorepo split
1 parent 770ee15 commit e33d4bc

File tree

2 files changed

+28
-5
lines changed

2 files changed

+28
-5
lines changed

README.md

Lines changed: 27 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,45 @@
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+
1635
Please feel free to open an [issue](https://github.com/yokai-php/batch-src/issues)
1736
or a [pull request](https://github.com/yokai-php/batch-src/pulls)
1837
in 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).

docs/integration.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
todo

0 commit comments

Comments
 (0)