Skip to content

Commit e213f9d

Browse files
committed
Update the badges in README.md to reflect more accurate information and add new documentation and support links.
Signed-off-by: Felipe Sayão Lobato Abreu <github@mentordosnerds.com>
1 parent f2348d8 commit e213f9d

1 file changed

Lines changed: 10 additions & 3 deletions

File tree

README.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,15 @@
11
# FastForward HTTP Factory
22

3-
[![PHP Version](https://img.shields.io/badge/PHP-^8.3-8892BF?logo=php)](https://www.php.net/)
4-
[![License](https://img.shields.io/github/license/php-fast-forward/http-factory)](https://opensource.org/licenses/MIT)
5-
[![CI](https://github.com/php-fast-forward/http-factory/actions/workflows/tests.yml/badge.svg)](https://github.com/php-fast-forward/http-factory/actions)
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--factory-F28D1A.svg?logo=composer&logoColor=white)](https://packagist.org/packages/fast-forward/http-factory)
5+
[![Tests](https://img.shields.io/github/actions/workflow/status/php-fast-forward/http-factory/tests.yml?logo=githubactions&logoColor=white&label=tests&color=22C55E)](https://github.com/php-fast-forward/http-factory/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-factory/coverage/index.html)
7+
[![Docs](https://img.shields.io/github/deployments/php-fast-forward/http-factory/github-pages?logo=readthedocs&logoColor=white&label=docs&labelColor=1E293B&color=38BDF8&style=flat)](https://php-fast-forward.github.io/http-factory/index.html)
8+
[![License](https://img.shields.io/github/license/php-fast-forward/http-factory?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-11](https://img.shields.io/badge/PSR--11-container-777BB4?logo=php&logoColor=white)](https://www.php-fig.org/psr/psr-11/)
12+
[![PSR-17](https://img.shields.io/badge/PSR--17-http--factory-777BB4?logo=php&logoColor=white)](https://www.php-fig.org/psr/psr-17/)
613

714
A Fast Forward service provider and helper-factory package for [PSR-17](https://www.php-fig.org/psr/psr-17/) and [PSR-7](https://www.php-fig.org/psr/psr-7/) HTTP objects, built on top of [Nyholm PSR-7](https://github.com/Nyholm/psr7) and [Nyholm ServerRequestCreator](https://github.com/Nyholm/psr7-server).
815

0 commit comments

Comments
 (0)