Skip to content

Commit 81346d2

Browse files
Copilotvalbeat
andcommitted
Add Packagist version badge to README
Co-authored-by: valbeat <[email protected]>
1 parent f78b98a commit 81346d2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# PHP Result
22

3+
![Packagist Version](https://img.shields.io/packagist/v/valbeat/result)
4+
35
A Result type implementation for PHP inspired by Rust's `Result<T, E>` type.
46

57
This library provides a robust way to handle operations that might fail, without relying on exceptions. It encourages explicit error handling and makes it impossible to accidentally ignore errors.

0 commit comments

Comments
 (0)