Skip to content

Commit 529da10

Browse files
committed
Update README
1 parent b7f532c commit 529da10

File tree

2 files changed

+21
-18
lines changed

2 files changed

+21
-18
lines changed

README.md

Lines changed: 6 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3,25 +3,19 @@
33
DTO stands for **Darn Tidy Object**, a playful twist on the traditional Data Transfer Object. But this isn’t your average DTO. It’s a fully-loaded toolkit for **traversing, transforming, and tidying up structured data** in PHP with style, power, and simplicity.
44

55

6-
## 📦 Installation
7-
8-
```bash
9-
composer require maplephp/dto
10-
```
11-
126
## 📦 Installation
137

148
```bash
159
composer require maplephp/dto
1610
```
1711

1812
## 📘 Documentation
19-
- [Why DTO?](http://localhost:3000/docs/intro#why-dto)
20-
- [Traverse Collection](http://localhost:3000/docs/traverse)
21-
- [Format string](http://localhost:3000/docs/format-string)
22-
- [Format Number](http://localhost:3000/docs/format-number)
23-
- [Format Clock](http://localhost:3000/docs/format-clock)
24-
- [Format Dom](http://localhost:3000/docs/format-dom)
13+
- [Why DTO?](https://maplephp.github.io/DTO/docs/intro#why-dto)
14+
- [Traverse Collection](https://maplephp.github.io/DTO/docs/traverse)
15+
- [Format string](https://maplephp.github.io/DTO/docs/format-string)
16+
- [Format Number](https://maplephp.github.io/DTO/docs/format-number)
17+
- [Format Clock](https://maplephp.github.io/DTO/docs/format-clock)
18+
- [Format Dom](https://maplephp.github.io/DTO/docs/format-dom)
2519

2620

2721
## How It Works

composer.json

Lines changed: 15 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,25 @@
11
{
22
"name": "maplephp/dto",
33
"type": "library",
4-
"version": "v2.0.0",
4+
"version": "v3.0.0",
55
"description": "DTO library in PHP provides benefits such as encapsulating data, enforcing immutability and facilitating data transformation.",
66
"keywords": [
77
"dto",
8-
"traversing",
9-
"objects",
10-
"data transformation",
11-
"immutability"
8+
"collection",
9+
"darn-tidy-object",
10+
"data-transfer-object",
11+
"data-object",
12+
"travsers",
13+
"array",
14+
"transform",
15+
"immutable",
16+
"utility",
17+
"dom",
18+
"string",
19+
"number",
20+
"date"
1221
],
13-
"homepage": "https://wazabii.se",
22+
"homepage": "https://maplephp.github.io/DTO/",
1423
"license": "Apache-2.0",
1524
"authors": [
1625
{

0 commit comments

Comments
 (0)