Skip to content

Commit 03caf89

Browse files
committed
feat: update README.md with additional badges and links for better visibility
Signed-off-by: Felipe Sayão Lobato Abreu <github@mentordosnerds.com>
1 parent e0efbf2 commit 03caf89

1 file changed

Lines changed: 12 additions & 2 deletions

File tree

README.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,17 @@
11
# Fast Forward HTTP
22

3-
[![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE)
4-
[![PHP Version](https://img.shields.io/badge/php-^8.3-blue.svg)](https://www.php.net/releases/)
3+
[![PHP Version](https://img.shields.io/badge/php-^8.3-777BB4?logo=php&logoColor=white)](https://www.php.net/releases/)
4+
[![Composer Package](https://img.shields.io/badge/composer-fast--forward%2Fhttp-F28D1A.svg?logo=composer&logoColor=white)](https://packagist.org/packages/fast-forward/clock)
5+
[![Tests](https://img.shields.io/github/actions/workflow/status/php-fast-forward/http/tests.yml?logo=githubactions&logoColor=white&label=tests&color=22C55E)](https://github.com/php-fast-forward/http/actions/workflows/tests.yml)
6+
[![Coverage](https://img.shields.io/badge/coverage-phpunit-4ADE80?logo=php&logoColor=white)](https://php-fast-forward.github.io/http/coverage/index.html)
7+
[![Docs](https://img.shields.io/github/deployments/php-fast-forward/http/github-pages?logo=readthedocs&logoColor=white&label=docs&labelColor=1E293B&color=38BDF8&style=flat)](https://php-fast-forward.github.io/http/index.html)
8+
[![License](https://img.shields.io/github/license/php-fast-forward/http?color=64748B)](LICENSE)
9+
[![GitHub Sponsors](https://img.shields.io/github/sponsors/php-fast-forward?logo=githubsponsors&logoColor=white&color=EC4899)](https://github.com/sponsors/php-fast-forward)
10+
11+
[![PSR-7](https://img.shields.io/badge/PSR--7-http--message-777BB4?logo=php&logoColor=white)](https://www.php-fig.org/psr/psr-7/)
12+
[![PSR-11](https://img.shields.io/badge/PSR--11-container-777BB4?logo=php&logoColor=white)](https://www.php-fig.org/psr/psr-11/)
13+
[![PSR-17](https://img.shields.io/badge/PSR--17-http--factory-777BB4?logo=php&logoColor=white)](https://www.php-fig.org/psr/psr-17/)
14+
[![PSR-18](https://img.shields.io/badge/PSR--18-http--client-777BB4?logo=php&logoColor=white)](https://www.php-fig.org/psr/psr-18/)
515

616
Fast Forward HTTP is the aggregate HTTP package of the Fast Forward ecosystem.
717

0 commit comments

Comments
 (0)