Skip to content

Commit c40077e

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 ebb6186 commit c40077e

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
# FastForward Defer
22

3+
A minimal utility that brings **defer-style execution** (similar to Go) to PHP using object scope and destructors.
4+
It allows you to register callbacks that will run **automatically at the end of a scope**, in **LIFO order (Last-In, First-Out)**.
5+
36
[![PHP Version](https://img.shields.io/badge/php-^8.3-777BB4?logo=php&logoColor=white)](https://www.php.net/releases/)
47
[![Tests](https://img.shields.io/github/actions/workflow/status/php-fast-forward/defer/tests.yml?logo=githubactions&logoColor=white&label=tests&color=22C55E)](https://github.com/php-fast-forward/defer/actions/workflows/tests.yml)
58
[![Coverage](https://img.shields.io/badge/coverage-phpunit-4ADE80?logo=php&logoColor=white)](https://php-fast-forward.github.io/defer/coverage/index.html)
69
[![Docs](https://img.shields.io/github/deployments/php-fast-forward/defer/github-pages?logo=readthedocs&logoColor=white&label=docs&labelColor=1E293B&color=38BDF8&style=flat)](https://php-fast-forward.github.io/defer/index.html)
7-
[![License](https://img.shields.io/github/license/php-fast-forward/dev-tools?color=64748B)](LICENSE)
10+
[![License](https://img.shields.io/github/license/php-fast-forward/defer?color=64748B)](LICENSE)
811
[![GitHub Sponsors](https://img.shields.io/github/sponsors/php-fast-forward?logo=githubsponsors&logoColor=white&color=EC4899)](https://github.com/sponsors/php-fast-forward)
912

10-
A minimal utility that brings **defer-style execution** (similar to Go) to PHP using object scope and destructors.
11-
It allows you to register callbacks that will run **automatically at the end of a scope**, in **LIFO order (Last-In, First-Out)**.
1213
---
1314

1415
## Core Concept

0 commit comments

Comments
 (0)