https://github.com/rumpl/php_popen
https://github.com/rumpl/php_popen
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/rumpl/php_popen
- Owner: rumpl
- Created: 2021-06-30T09:19:20.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-06-30T09:20:05.000Z (about 5 years ago)
- Last Synced: 2025-03-18T20:48:10.045Z (over 1 year ago)
- Language: PHP
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
PHP script that executes docker compose and gets the output
Example:
```console
❯ php index.php
[+] Running 1/0
⠿ Container php_popen_nginx_1 Running 0.0s
command returned 0
```