@@ -13,20 +13,27 @@ The queue system uses logs to ensure maintainability and implements retry featur
1313
1414![ Queue process] ( https://docs.dotkernel.org/img/queue/schema.png )
1515
16+ ## Version History
17+
18+ | Branch | Release | PSR-11 | OSS Lifecycle | PHP Version |
19+ | --------| ---------| --------| ----------------------------------------------------------------------------------------------------------------------------------------| -------------------------------------------------------------------------------------------------------|
20+ | 2.0 | ` > 2.0 ` | 1 | ![ OSS Lifecycle] ( https://img.shields.io/osslifecycle/dotkernel/queue ) | ![ PHP from Packagist (specify version)] ( https://img.shields.io/packagist/php-v/dotkernel/queue/2.0.0 ) |
21+ | 1.0 | ` < 2.0 ` | 1 | ![ OSS Lifecycle] ( https://img.shields.io/osslifecycle/dotkernel/queue ) | ![ PHP from Packagist (specify version)] ( https://img.shields.io/packagist/php-v/dotkernel/queue/1.0.0 ) |
22+
1623## Badges
1724
1825![ OSS Lifecycle] ( https://img.shields.io/osslifecycle/dotkernel/queue )
19- ![ Packagist Dependency Version] ( https://img.shields.io/packagist/dependency -v/dotkernel/queue/php )
26+ ![ Packagist Dependency Version] ( https://img.shields.io/packagist/php -v/dotkernel/queue/2.0.0 )
2027
2128[ ![ GitHub issues] ( https://img.shields.io/github/issues/dotkernel/queue )] ( https://github.com/dotkernel/queue/issues )
2229[ ![ GitHub forks] ( https://img.shields.io/github/forks/dotkernel/queue )] ( https://github.com/dotkernel/queue/network )
2330[ ![ GitHub stars] ( https://img.shields.io/github/stars/dotkernel/queue )] ( https://github.com/dotkernel/queue/stargazers )
24- [ ![ GitHub license] ( https://img.shields.io/github/license/dotkernel/queue )] ( https://github.com/dotkernel/queue/blob/1 .0/LICENSE.md )
31+ [ ![ GitHub license] ( https://img.shields.io/github/license/dotkernel/queue )] ( https://github.com/dotkernel/queue/blob/2 .0/LICENSE.md )
2532
2633[ ![ Build Status] ( https://github.com/mezzio/mezzio-skeleton/actions/workflows/continuous-integration.yml/badge.svg )] ( https://github.com/mezzio/mezzio-skeleton/actions/workflows/continuous-integration.yml )
2734[ ![ codecov] ( https://codecov.io/gh/dotkernel/queue/graph/badge.svg?token=pexSf4wIhc )] ( https://codecov.io/gh/dotkernel/queue )
28- [ ![ Qodana] ( https://github.com/dotkernel/queue/actions/workflows/qodana_code_quality.yml/badge.svg?branch=main )] ( https://github.com/dotkernel/queue/actions/workflows/qodana_code_quality.yml )
29- [ ![ PHPStan] ( https://github.com/dotkernel/queue/actions/workflows/static-analysis.yml/badge.svg?branch=main )] ( https://github.com/dotkernel/queue/actions/workflows/static-analysis.yml )
35+ [ ![ Qodana] ( https://github.com/dotkernel/queue/actions/workflows/qodana_code_quality.yml/badge.svg?branch=2.0.0 )] ( https://github.com/dotkernel/queue/actions/workflows/qodana_code_quality.yml )
36+ [ ![ PHPStan] ( https://github.com/dotkernel/queue/actions/workflows/static-analysis.yml/badge.svg?branch=2.0.0 )] ( https://github.com/dotkernel/queue/actions/workflows/static-analysis.yml )
3037
3138## Documentation
3239
0 commit comments