Ecosyste.ms: Awesome
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: about 1 month 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 (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-06-17T13:25:55.000Z (over 1 year ago)
- Last Synced: 2024-05-28T13:28:21.822Z (7 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
```