Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/steevanb/php-parallel-processes
Execute processes in parallel
https://github.com/steevanb/php-parallel-processes
parallel php process symfony
Last synced: 22 days ago
JSON representation
Execute processes in parallel
- Host: GitHub
- URL: https://github.com/steevanb/php-parallel-processes
- Owner: steevanb
- License: apache-2.0
- Created: 2021-08-24T17:45:18.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2024-10-24T09:17:09.000Z (25 days ago)
- Last Synced: 2024-10-25T06:34:42.099Z (24 days ago)
- Topics: parallel, php, process, symfony
- Language: PHP
- Homepage:
- Size: 242 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- Changelog: changelog.md
- License: LICENSE
Awesome Lists containing this project
README
[![Version](https://img.shields.io/badge/version-0.15.0-blueviolet.svg)](https://github.com/steevanb/php-parallel-processes/tree/0.15.0)
[![PHP](https://img.shields.io/badge/php-^8.1-blue.svg)](https://php.net)
![Lines](https://img.shields.io/badge/code%20lines-6,102-blue.svg)
![Downloads](https://poser.pugx.org/steevanb/php-parallel-processes/downloads)
![GitHub workflow status](https://img.shields.io/github/actions/workflow/status/steevanb/php-parallel-processes/ci.yml?branch=master)
![Coverage](https://img.shields.io/badge/coverage-46%25-success.svg)# php-parallel-processes
Work in progress ;)
# Installation
```
composer require steevanb/php-parallel-processes ^0.15
```# Usage with Docker
If you don't want to install it as dependency, you can use the official Docker image:
[steevanb/php-parallel-processes:x.y.z](https://hub.docker.com/r/steevanb/php-parallel-processes/tags).