diff --git a/README.md b/README.md index 464fafc..a0077e5 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # PHP Result +![Packagist Version](https://img.shields.io/packagist/v/valbeat/result) + A Result type implementation for PHP inspired by Rust's `Result` type. 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.