Skip to content

Commit 22ba414

Browse files
committed
docs: add badges for PHP version, tests, coverage, documentation, license, and GitHub sponsors in README.md
Signed-off-by: Felipe Sayão Lobato Abreu <github@mentordosnerds.com>
1 parent 9a6c9ca commit 22ba414

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,14 +1,14 @@
11
# FastForward Config
22

3+
**FastForward Config** is a flexible and modern PHP configuration library built for performance, extendability, and lazy-loading behavior. It supports dot-notation keys, recursive directory loading, Laminas-compliant configuration providers, and optional PSR-16 caching.
4+
35
[![PHP Version](https://img.shields.io/badge/php-^8.3-777BB4?logo=php&logoColor=white)](https://www.php.net/releases/)
46
[![Tests](https://img.shields.io/github/actions/workflow/status/php-fast-forward/config/tests.yml?logo=githubactions&logoColor=white&label=tests&color=22C55E)](https://github.com/php-fast-forward/config/actions/workflows/tests.yml)
57
[![Coverage](https://img.shields.io/badge/coverage-phpunit-4ADE80?logo=php&logoColor=white)](https://php-fast-forward.github.io/config/coverage/index.html)
68
[![Docs](https://img.shields.io/github/deployments/php-fast-forward/config/github-pages?logo=readthedocs&logoColor=white&label=docs&labelColor=1E293B&color=38BDF8&style=flat)](https://php-fast-forward.github.io/config/index.html)
79
[![License](https://img.shields.io/github/license/php-fast-forward/config?color=64748B)](LICENSE)
810
[![GitHub Sponsors](https://img.shields.io/github/sponsors/php-fast-forward?logo=githubsponsors&logoColor=white&color=EC4899)](https://github.com/sponsors/php-fast-forward)
911

10-
**FastForward Config** is a flexible and modern PHP configuration library built for performance, extendability, and lazy-loading behavior. It supports dot-notation keys, recursive directory loading, Laminas-compliant configuration providers, and optional PSR-16 caching.
11-
1212
---
1313

1414
## ✨ Features

0 commit comments

Comments
 (0)