File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
# Symfony Process Manager
2
2
3
- [ ![ Latest Stable Version ] ( https://poser.pugx.org/bluepsyduck/ symfony-process-manager/v/stable )] ( https://packagist.org/packages/bluepsyduck/ symfony-process-manager )
4
- [ ![ License ] ( https://poser.pugx.org/bluepsyduck/ symfony-process-manager/license )] ( https://packagist.org/packages/bluepsyduck/symfony-process-manager )
5
- [ ![ Build Status ] ( https://travis-ci.com/ BluePsyduck/symfony-process-manager.svg?branch=master )] ( https://travis-ci .com/BluePsyduck/symfony-process-manager )
6
- [ ![ codecov ] ( https://codecov. io/gh/BluePsyduck/symfony-process-manager/branch/master/graph/badge.svg )] ( https://codecov.io/gh/BluePsyduck/symfony-process-manager )
3
+ [ ![ GitHub release (latest SemVer) ] ( https://img.shields.io/github/v/release/BluePsyduck/ symfony-process-manager )] ( https://github.com/BluePsyduck/ symfony-process-manager/releases )
4
+ [ ![ GitHub ] ( https://img.shields.io/github/license/BluePsyduck/ symfony-process-manager )] ( LICENSE.md )
5
+ [ ![ build ] ( https://img.shields.io/github/workflow/status/ BluePsyduck/symfony-process-manager/CI?logo=github )] ( https://github .com/BluePsyduck/symfony-process-manager/actions )
6
+ [ ![ Codecov ] ( https://img.shields. io/codecov/c/ gh/BluePsyduck/symfony-process-manager?logo=codecov )] ( https://codecov.io/gh/BluePsyduck/symfony-process-manager )
7
7
8
8
This package provides a simple process manager class to be able to execute multiple processes with a specified limit
9
9
of parallel processes. The class expects the processes to use the [ Symfony Process] ( https://github.com/symfony/process )
You can’t perform that action at this time.
0 commit comments