vishalxtyagi/php-ghost-wall 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

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

  1. Publish the config file:
php artisan vendor:publish --provider="Vishalxtyagi\PhpGhostWall\PhpGhostWallServiceProvider"
  1. 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
  1. 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

GitHub 信息

  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2024-08-26