2017 © Pedro Peláez
 

library devtools

Tools for PHP development

image

seagoj/devtools

Tools for PHP development

  • Friday, April 29, 2016
  • by seagoj
  • Repository
  • 5 Watchers
  • 12 Stars
  • 215 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 1 Open issues
  • 6 Versions
  • 0 % Grown

The README.md

Devtools

Build Status, (*1)

Devtools is a collection of PHP libraries designed for rapid development and debugging., (*2)

  • Dbg: Debuging class that manages exceptions and debugging output, (*3)

  • Git: Class to interface with the GitHub API, (*4)

  • Markdown: Class to translate Markdown into prper HTML code, (*5)

  • Model: Data access class to be used in MVC type architectures, (*6)

  • RandData: Generates random test data of specific type to debug with, (*7)

  • Unit Unit tester, (*8)

Installation and reference

Clone the repo to /lib/Devtools in your project file, (*9)

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

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

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

$dbg = new \Devtools\Dbg();

The Versions

29/04 2016

dev-master

9999999-dev

Tools for PHP development

  Sources   Download

MIT

The Requires

 

The Development Requires

20/10 2015
02/03 2015

dev-feature/logger

dev-feature/logger

Tools for PHP development

  Sources   Download

MIT

The Requires

 

The Development Requires

27/02 2015

dev-development

dev-development

Tools for PHP development

  Sources   Download

MIT

The Requires

 

The Development Requires