Skip to content

Commit 280f736

Browse files
committed
Update project description to reflect structured input objects from HTTP
1 parent 97aa783 commit 280f736

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,17 @@
11
# Ray.InputQuery
22

3-
Type-safe input object builder from query data.
3+
Structured input objects from HTTP.
44

55
## Installation
66

77
```bash
88
composer require ray/input-query
99
```
1010

11+
## Documentation
12+
13+
Comprehensive documentation including design philosophy, AI prompts for development assistance, and sample data examples can be found in the [docs/](docs/) directory.
14+
1115
## Usage
1216

1317
Ray.InputQuery converts flat query data into typed PHP objects automatically.

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ray/input-query",
3-
"description": "Type-safe input objects from HTTP queries",
3+
"description": "Structured input objects from HTTP",
44
"license": "MIT",
55
"authors": [
66
{

0 commit comments

Comments
 (0)