https://github.com/srph/toy-koa-php
A proof-of-concept of cloning Koa to PHP.
https://github.com/srph/toy-koa-php
Last synced: about 1 month ago
JSON representation
A proof-of-concept of cloning Koa to PHP.
- Host: GitHub
- URL: https://github.com/srph/toy-koa-php
- Owner: srph
- Created: 2015-12-26T20:51:59.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-12-26T20:52:18.000Z (over 10 years ago)
- Last Synced: 2025-01-26T17:15:45.590Z (over 1 year ago)
- Language: PHP
- Homepage:
- Size: 1000 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
## poa
An attempt to "clone" Koa to PHP.
### Running
```bash
php index.php
```
### Output
```
1
2
class Context#2 (2) {
protected $request =>
NULL
protected $response =>
NULL
}
```