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
Then visit [http://localhost:8080](http://localhost:8080) in your browser.
68
70
71
+
### Console Demos
72
+
73
+
Run various examples from the command line:
74
+
75
+
```bash
76
+
# Basic examples with nested objects and DI
77
+
php demo/run.php
78
+
79
+
# Array processing demo
80
+
php demo/ArrayDemo.php
81
+
82
+
# CSV file processing with batch operations
83
+
php demo/csv/run.php
84
+
```
85
+
69
86
## Documentation
70
87
71
88
Comprehensive documentation including design philosophy, AI prompts for development assistance, and sample data examples can be found in the [docs/](docs/) directory.
0 commit comments