Skip to content

Commit 4c0488e

Browse files
author
Alexander Miertsch
authored
Update README.md
1 parent 584ae59 commit 4c0488e

File tree

1 file changed

+24
-2
lines changed

1 file changed

+24
-2
lines changed

README.md

Lines changed: 24 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,24 @@
1-
# php-data
2-
Immutable objects for Event Engine
1+
# EventEngine\Data
2+
3+
Generate Immutable Objects with ease!
4+
5+
![Value Object Template vo_string](https://event-engine.io/api/img/vo_string.gif)
6+
7+
## Installation
8+
9+
```bash
10+
composer require event-engine/php-data
11+
```
12+
13+
## PHPStorm Templates
14+
15+
The `EventEngine\Data` package contains a set of live templates specifically designed to work together with the `EventEngine\Data\ImmutableRecord`.
16+
17+
You can import the templates by following official [PHPStorm instructions](https://www.jetbrains.com/help/phpstorm/sharing-live-templates.html).
18+
19+
20+
Please find the `settings.zip` [here](https://github.com/event-engine/php-data/blob/master/.env/PHPStorm/settings.zip).
21+
22+
## Usage
23+
24+
Usage is described in the [documentation](https://event-engine.io/api/immutable_state.html)

0 commit comments

Comments
 (0)