We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ccda123 commit 04aeca5Copy full SHA for 04aeca5
composer.json
100644
100755
@@ -1,6 +1,6 @@
1
{
2
"name": "reallifekip/immutable-base",
3
- "description": "適用於 DTO, VO 等不可變物件的基礎抽象類別",
+ "description": "Lightweight abstract classes for building immutable PHP objects.",
4
"type": "library",
5
"license": "MIT",
6
"autoload": {
@@ -19,6 +19,7 @@
19
],
20
"keywords": [
21
"dto",
22
+ "data-transfer-object",
23
"value-object",
24
"immutable"
25
]
0 commit comments