Download the PHP package wuhaohui/laravel-exception-notify without Composer

On this page you can find all versions of the php package wuhaohui/laravel-exception-notify. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package laravel-exception-notify

laravel-exception-notify

ENGLISH

Laravel 中异常监控报警通知(Bark、Chanify、钉钉群机器人、Discord、飞书群机器人、邮件、PushDeer、QQ 频道机器人、Server 酱、Slack、Telegram、企业微信群机器人、息知)。

Tests Check & fix styling codecov

功能

相关项目

环境要求

安装

配置

注册服务

laravel

lumen

将以下代码段添加到 bootstrap/app.php 文件中的 Register Service Providers 部分下:

申请通道 token 等信息

配置文件中配置 token 等信息

config/exception-notify.php

.env 文件中配置

使用

app/Exceptions/Handler.phpreport 方法中添加

通知结果(息知)

扩展自定义通道

app/Providers/AppServiceProvider.phpboot 方法中添加

测试

变更日志

请参阅 CHANGELOG 获取最近有关更改的更多信息。

贡献指南

请参阅 CONTRIBUTING 有关详细信息。

安全漏洞

请查看我们的安全政策了解如何报告安全漏洞。

贡献者

鸣谢

协议

MIT 许可证(MIT)。有关更多信息,请参见协议文件。


All versions of laravel-exception-notify with dependencies

PHP Build Version
Package Version
Requires php Version >=7.2
ext-json Version *
guanguans/notify Version ^1.25
illuminate/bus Version ^5.7 || ^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0
illuminate/contracts Version ^5.7 || ^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0
illuminate/events Version ^5.7 || ^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0
illuminate/http Version ^5.7 || ^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0
illuminate/log Version ^5.7 || ^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0
illuminate/queue Version ^5.7 || ^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0
illuminate/support Version ^5.7 || ^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0
symfony/cache Version *
symfony/rate-limiter Version *
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package wuhaohui/laravel-exception-notify contains the following files

Loading the files please wait ....