Skip to content

Latest commit

 

History

History
executable file
·
47 lines (30 loc) · 1.11 KB

File metadata and controls

executable file
·
47 lines (30 loc) · 1.11 KB

PhpToolCase Open Source Project

A powerfull set of tools to speed up the process of coding

PhpToolCase is a library to speed up the process of programming in php.
All classes are independent, and can be used as stand-alone.
Visit the project home for complete guides and examples.

Installation

Composer

Add the package to your composer.json file

"require": 
{
        "phptoolcase/phptoolcase": "*"
}

and run composer update

Stand-Alone

Download latest release from here and include required files to your project.

Project Info

Home

http://phptoolcase.com

Documentation

http://www.phptoolcase.com/api/0.9.2

Tutorials

view the guides included with the API documentation

Wiki Pages

https://github.com/ground-creative/phptoolcase/wiki

Changes

view CHANGELOG

Evolution

view TODO