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
- Host: GitHub
- URL: https://github.com/razshare/amp-v3-event-loop-hangs-after-exists
- Owner: razshare
- License: mit
- Created: 2023-06-17T13:20:51.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-17T13:25:55.000Z (almost 3 years ago)
- Last Synced: 2026-04-18T12:00:10.472Z (about 2 months ago)
- Language: PHP
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```