Skip to content

Commit b9ee2d9

Browse files
committed
feat: add badges for PHP version, PSR-11 compliance, tests, coverage, documentation, license, and GitHub sponsors in README.md
Signed-off-by: Felipe Sayão Lobato Abreu <github@mentordosnerds.com>
1 parent 856c0c4 commit b9ee2d9

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# FastForward\Container
22

3+
[![PHP Version](https://img.shields.io/badge/php-^8.3-777BB4?logo=php&logoColor=white)](https://www.php.net/releases/)
4+
[![PSR-11](https://img.shields.io/badge/PSR--11-container-777BB4?logo=php&logoColor=white)](https://www.php-fig.org/psr/psr-11/)
5+
[![Tests](https://img.shields.io/github/actions/workflow/status/php-fast-forward/container/tests.yml?logo=githubactions&logoColor=white&label=tests&color=22C55E)](https://github.com/php-fast-forward/container/actions/workflows/tests.yml)
6+
[![Coverage](https://img.shields.io/badge/coverage-phpunit-4ADE80?logo=php&logoColor=white)](https://php-fast-forward.github.io/container/coverage/index.html)
7+
[![Docs](https://img.shields.io/github/deployments/php-fast-forward/container/github-pages?logo=readthedocs&logoColor=white&label=docs&labelColor=1E293B&color=38BDF8&style=flat)](https://php-fast-forward.github.io/container/index.html)
8+
[![License](https://img.shields.io/github/license/php-fast-forward/container?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+
311
A PSR-11 compliant aggregate container for PHP, designed to unify and resolve services across multiple container implementations. Built to work seamlessly with `php-di`, configuration objects, and custom container stacks.
412

513
## ✨ Features

0 commit comments

Comments
 (0)