Skip to content

Commit b022ef7

Browse files
committed
fix: Fix the license link in the README.md file.
Signed-off-by: Felipe Sayão Lobato Abreu <github@mentordosnerds.com>
1 parent 07d0835 commit b022ef7

File tree

1 file changed

+3
-10
lines changed

1 file changed

+3
-10
lines changed

README.md

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,15 @@
11
# Fast Forward Fork
22

3+
A PHP 8.3+ library for orchestrating forked workers with typed signals, immutable worker groups,
4+
captured worker output, and PSR-3 logging.
5+
36
[![PHP Version](https://img.shields.io/badge/php-^8.3-777BB4?logo=php&logoColor=white)](https://www.php.net/releases/)
47
[![Tests](https://img.shields.io/github/actions/workflow/status/php-fast-forward/fork/tests.yml?logo=githubactions&logoColor=white&label=tests&color=22C55E)](https://github.com/php-fast-forward/fork/actions/workflows/tests.yml)
58
[![Coverage](https://img.shields.io/badge/coverage-phpunit-4ADE80?logo=php&logoColor=white)](https://php-fast-forward.github.io/fork/coverage/index.html)
69
[![Docs](https://img.shields.io/github/deployments/php-fast-forward/fork/github-pages?logo=readthedocs&logoColor=white&label=docs&labelColor=1E293B&color=38BDF8&style=flat)](https://php-fast-forward.github.io/fork/index.html)
710
[![License](https://img.shields.io/github/license/php-fast-forward/fork?color=64748B)](LICENSE)
811
[![GitHub Sponsors](https://img.shields.io/github/sponsors/php-fast-forward?logo=githubsponsors&logoColor=white&color=EC4899)](https://github.com/sponsors/php-fast-forward)
912

10-
A PHP 8.3+ library for orchestrating forked workers with typed signals, immutable worker groups,
11-
captured worker output, and PSR-3 logging.
12-
13-
[![PHP Version](https://img.shields.io/badge/php-%5E8.3-777BB4.svg)](https://www.php.net/releases/)
14-
[![Packagist Version](https://img.shields.io/packagist/v/fast-forward/fork.svg)](https://packagist.org/packages/fast-forward/fork)
15-
[![Packagist Downloads](https://img.shields.io/packagist/dt/fast-forward/fork.svg)](https://packagist.org/packages/fast-forward/fork)
16-
[![License](https://img.shields.io/github/license/php-fast-forward/fork.svg)](LICENSE)
17-
[![Tests](https://github.com/php-fast-forward/fork/actions/workflows/tests.yml/badge.svg)](https://github.com/php-fast-forward/fork/actions/workflows/tests.yml)
18-
[![Reports](https://github.com/php-fast-forward/fork/actions/workflows/reports.yml/badge.svg)](https://github.com/php-fast-forward/fork/actions/workflows/reports.yml)
19-
2013
`fast-forward/fork` wraps `pcntl_fork()` and related POSIX primitives in a small, strongly-typed API
2114
that is easier to reason about in real applications. It gives you a single manager for orchestration,
2215
explicit worker objects for lifecycle inspection, immutable worker groups for batch coordination, and a

0 commit comments

Comments
 (0)