File tree Expand file tree Collapse file tree 1 file changed +24
-2
lines changed
Expand file tree Collapse file tree 1 file changed +24
-2
lines changed Original file line number Diff line number Diff line change 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 )
You can’t perform that action at this time.
0 commit comments