Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/michaelnjuguna/phpmon
A CLI tool to monitor and restart PHP applications
https://github.com/michaelnjuguna/phpmon
php phpmon server
Last synced: about 2 months ago
JSON representation
A CLI tool to monitor and restart PHP applications
- Host: GitHub
- URL: https://github.com/michaelnjuguna/phpmon
- Owner: michaelnjuguna
- License: mit
- Created: 2024-08-02T14:08:34.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-08-02T19:00:39.000Z (6 months ago)
- Last Synced: 2024-12-06T13:24:31.562Z (2 months ago)
- Topics: php, phpmon, server
- Language: PHP
- Homepage: https://packagist.org/packages/michaelnjuguna/phpmon
- Size: 10.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: license.txt
Awesome Lists containing this project
README
# PHPmon
A CLI tool to monitor and restart PHP applications
## Installation
```bash
composer global require MichaelNjuguna/phpmon
```## Usage
```bash
phpmon index.php
```## Contributing
1. Fork this repository.
2. Create new branch with feature name.
3. Create your feature.
4. Commit and set commit message with feature name.
5. Push your code to your fork repository.
6. Create pull request.## Support
If you like this project, you can support me with starring ⭐ this repository.
## License
[MIT](license.txt)
Made with 💜