Skip to content

Commit 0368055

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 b9ee2d9 commit 0368055

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

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

3+
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.
4+
35
[![PHP Version](https://img.shields.io/badge/php-^8.3-777BB4?logo=php&logoColor=white)](https://www.php.net/releases/)
46
[![PSR-11](https://img.shields.io/badge/PSR--11-container-777BB4?logo=php&logoColor=white)](https://www.php-fig.org/psr/psr-11/)
57
[![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)
@@ -8,8 +10,6 @@
810
[![License](https://img.shields.io/github/license/php-fast-forward/container?color=64748B)](LICENSE)
911
[![GitHub Sponsors](https://img.shields.io/github/sponsors/php-fast-forward?logo=githubsponsors&logoColor=white&color=EC4899)](https://github.com/sponsors/php-fast-forward)
1012

11-
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.
12-
1313
## ✨ Features
1414

1515
- Aggregates multiple containers

0 commit comments

Comments
 (0)