定制 marko/errors 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

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

marko/errors

最新稳定版本:0.6.0

Composer 安装命令:

composer require marko/errors

包简介

Marko Framework Error Handling

README 文档

README

Interfaces for error handling — defines how errors are captured and structured, not how they're displayed.

Installation

composer require marko/errors

Note: You typically install an implementation package (like marko/errors-simple) which requires this automatically.

Quick Example

use Marko\Errors\ErrorReport;
use Marko\Errors\Severity;

$report = ErrorReport::fromThrowable($exception, Severity::Error);

Documentation

Full usage, API reference, and examples: marko/errors

统计信息

  • 总下载量: 568
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 10
  • 依赖项目数: 3
  • 推荐数: 0

GitHub 信息

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

其他信息

  • 授权协议: MIT
  • 更新时间: 2026-03-24