Skip to content

Commit 1c0ad37

Browse files
committed
update README
1 parent 9a085ee commit 1c0ad37

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
# Composite Entity
22

3-
Composite Entity is lightweight and smart PHP 8.1+ Entity class with automatic Data Mapping and serialization. Very
4-
useful to work with database rows, just hydrate associative array into strict typed object and make your IDE happy.
3+
Composite Entity is a lightweight and intelligent PHP 8.1+ class that shines in its ability to be serialized and deserialized from an array.
4+
This smart feature makes it extremely useful when managing data from databases.
5+
6+
It efficiently converts database rows into a strictly typed object and back into an array, enhancing your workflow and making your interaction with databases much smoother and more productive.
57

68
Overview:
79
* [Requirements](#requirements)
@@ -22,8 +24,7 @@ Install package via composer:
2224

2325
## Supported column types:
2426

25-
Composite entity can automatically serialize and deserialize back almost all data types you may need:
26-
27+
Composite Entity has the capability to automatically serialize and deserialize nearly all data types you might require.
2728
- String
2829
- Integer
2930
- Float
@@ -100,8 +101,7 @@ $user = User::fromArray([
100101
]);
101102
```
102103

103-
And that's it, no special getters or setters, no "behaviours" or extra code, Composite Entity casts everything
104-
automatically.
104+
And that's it, no special getters or setters, no "behaviours" or extra code, Composite Entity casts everything automatically.
105105

106106
## License:
107107

0 commit comments

Comments
 (0)