承接 octopy/debugify 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

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

octopy/debugify

Composer 安装命令:

composer require octopy/debugify

包简介

Your Debug Companion

README 文档

README

Version Downloads License

Debugify

This package is used to send messages to Debugify App and can be installed in all PHP apps.

Installation

composer require octopyid/debugify --dev

Usage

dfy('foo', 'bar', 'baz');

By default, messages will be grouped into the Grey color group, but you can group your messages into 4 different color: Green, Blue, Yellow and Red.

dfy('SELECT * FROM users WHERE username = "baz"')->color('green');

Configuration

If you use a different host and port, you can set it in the following way in top of your application:

dfy()->configure(function (\Octopy\Debugify\Config $config){
    $config->host('127.0.0.1')->port(1234);
});

Security

If you discover any security related issues, please email bug@octopy.dev instead of using the issue tracker.

Credits

License

The MIT License (MIT). Please see License File for more information.

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: MIT
  • 更新时间: 2025-04-07