Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,8 @@ composer require koriym/file-upload

## Demo

### Web Demo

To see file upload integration in action:

```bash
Expand All @@ -66,6 +68,21 @@ php -S localhost:8080 -t demo/

Then visit [http://localhost:8080](http://localhost:8080) in your browser.

### Console Demos

Run various examples from the command line:

```bash
# Basic examples with nested objects and DI
php demo/run.php

# Array processing demo
php demo/ArrayDemo.php

# CSV file processing with batch operations
php demo/csv/run.php
```

## Documentation

Comprehensive documentation including design philosophy, AI prompts for development assistance, and sample data examples can be found in the [docs/](docs/) directory.
Expand Down