molovo/accidents

为命令行PHP应用程序提供优雅的错误处理。

v0.2.0 2016-04-07 18:52 UTC

This package is auto-updated.

Last update: 2024-08-29 04:03:33 UTC


README

为命令行PHP应用程序提供优雅的错误处理。

Screenshot

安装

composer require molovo/accidents

用法

<?php

require 'vendor/autoload.php';

Accidents\Handler::register();