seagoj/devtools 问题修复 & 功能扩展

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

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

seagoj/devtools

最新稳定版本:1.5

Composer 安装命令:

composer require seagoj/devtools

包简介

Tools for PHP development

README 文档

README

Build Status

Devtools is a collection of PHP libraries designed for rapid development and debugging.

  • Dbg: Debuging class that manages exceptions and debugging output

  • Git: Class to interface with the GitHub API

  • Markdown: Class to translate Markdown into prper HTML code

  • Model: Data access class to be used in MVC type architectures

  • RandData: Generates random test data of specific type to debug with

  • Unit Unit tester

Installation and reference

Clone the repo to /lib/Devtools in your project file

Copy dep/autoloader.php to the Document Root and reference it in your project files as below:

require_once $_SERVER['DOCUMENT_ROOT'].'/autoloader.php';
Usage

Calls to namespaces must be Fully-Qualified (must begin with a leading backspace)

$dbg = new \Devtools\Dbg();

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: MIT
  • 更新时间: 2015-02-27