Skip to content

Commit 08eea04

Browse files
committed
Simplify README introduction for clarity and conciseness.
1 parent 4ddbf40 commit 08eea04

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

README.md

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,12 @@
11
PHP Typed Values
22
================
33

4-
PHP 8.2 typed value objects for common PHP data types.
4+
A PHP 8.2 library of typed value objects for common PHP data types.
55

66
[![Latest Version on Packagist](https://img.shields.io/packagist/v/georgii-web/php-typed-values.svg?style=flat-square)](https://packagist.org/packages/georgii-web/php-typed-values)
77
[![Tests](https://github.com/georgii-web/php-typed-values/actions/workflows/php.yml/badge.svg)](https://github.com/georgii-web/php-typed-values/actions/workflows/php.yml)
88
[![Total Downloads](https://img.shields.io/packagist/dt/georgii-web/php-typed-values.svg?style=flat-square)](https://packagist.org/packages/georgii-web/php-typed-values)
99

10-
## Why Use This Library?
11-
12-
- Make data safer through strong typing and validation.
13-
- Improve readability with self-documenting types.
14-
- Use tiny immutable objects as building blocks for larger value objects.
15-
- Fit naturally into DDD (Domain-Driven Design) shared domain models.
16-
- Work well with CQRS by expressing clear intent in commands and queries.
17-
- Extendable with custom-typed values.
18-
1910
Install
2011
-------
2112

0 commit comments

Comments
 (0)