You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+37-28Lines changed: 37 additions & 28 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,13 +8,10 @@
8
8
Transfer Object Generator
9
9
==========================
10
10
11
-
Would you like to build Symfony-compatible Transfer Objects easily?
11
+
Would you like to build Symfony-compatible Transfer Objects?
12
12
13
13
You're in the right place! 🎉
14
14
15
-
Build Transfer Object by Blueprint
16
-
----------------------------------
17
-
18
15
Imagine you have a Rest API response:
19
16
20
17
```json
@@ -59,18 +56,33 @@ Key Features
59
56
60
57
**Symfony Compatability:**
61
58
62
-
* includes Symfony console commands: [TransferGeneratorCommand](/src/Command/TransferGeneratorCommand.php) and [DefinitionGeneratorCommand](/src/Command/DefinitionGeneratorCommand.php)
63
-
* includes Symfony services: [TransferGeneratorFacade](/src/TransferGenerator/TransferGeneratorFacade.php) and [DefinitionGeneratorFacade](/src/DefinitionGenerator/DefinitionGeneratorFacade.php)
0 commit comments