Skip to content

Commit afe1b52

Browse files
authored
Merge pull request #4 from valbeat/copilot/fix-3
Add Packagist version badge to README
2 parents 33f3c06 + 81346d2 commit afe1b52

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)