Download the PHP package tourze/workerman-core-dump-cleaner without Composer
On this page you can find all versions of the php package tourze/workerman-core-dump-cleaner. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package workerman-core-dump-cleaner
Workerman Core Dump Cleaner
中文
A simple package to automatically clean up core dump files in Workerman applications.
Features
- Automatically cleans up core dump files (
core
,core.1
,core.2
, etc.) - Configurable cleanup schedule using cron expression
- Simple integration with Workerman applications
- Monitors up to 20 core dump files (core to core.19)
Requirements
- PHP >= 8.1
- Workerman >= 5.1
- Workerman/Crontab >= 1.0.7
Installation
Quick Start
Configuration
The constructor accepts two parameters:
$projectDir
(string): The directory where core dump files are located$rule
(string): Cron expression for cleanup schedule (default:*/30 * * * * *
)
Contributing
Please feel free to submit pull requests or open issues to improve this package.
License
The MIT License (MIT). Please see License File for more information.
All versions of workerman-core-dump-cleaner with dependencies
PHP Build Version
Package Version
The package tourze/workerman-core-dump-cleaner contains the following files
Loading the files please wait ....