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

https://github.com/razshare/amp-v3-event-loop-hangs-after-exists


https://github.com/razshare/amp-v3-event-loop-hangs-after-exists

Last synced: 19 days ago
JSON representation

Awesome Lists containing this project

README

          

# Instructions

Install dependencies and dump autoloader
```sh
composer update
composer load
```

Run the program with
```sh
composer start
```

or debug it with
```sh
composer debug
```