An open API service indexing awesome lists of open source software.

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.

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
}
```