vishalxtyagi/php-ghost-wall
最新稳定版本:v1.0.0
Composer 安装命令:
composer require vishalxtyagi/php-ghost-wall
包简介
A package for monitoring code integrity, alerting on tampering, and sending server information on boot.
README 文档
README
PhpGhostWall is a Laravel package for monitoring code integrity, alerting on tampering, and sending server information on boot.
Installation
You can install the package via composer:
composer require vishalxtyagi/php-ghost-wall
Usage
- Publish the config file:
php artisan vendor:publish --provider="Vishalxtyagi\PhpGhostWall\PhpGhostWallServiceProvider"
- Set up your environment variables in
.env:
INTEGRITY_MONITOR_FILE_PATH=app/Providers/AppServiceProvider.php
INTEGRITY_MONITOR_HASH=your_file_hash_here
INTEGRITY_MONITOR_ALERT_ENDPOINT=https://your-alert-endpoint.com
INTEGRITY_MONITOR_ENDPOINT=https://your-monitor-endpoint.com
- The package will automatically start monitoring on application boot.
Configuration
You can modify the configuration in the published config/ghostwall.php file.
Contributing
Please see CONTRIBUTING for details.
Security
If you discover any security related issues, please email vishaltyagi.sde@gmail.com instead of using the issue tracker.
License
The MIT License (MIT). Please see License File for more information.
统计信息
- 总下载量: 6
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2024-08-26