chrismcmacken/phptools

Small utilities that assist in developing applications

Installs: 3 558

Dependents: 0

Suggesters: 0

Security: 0

Stars: 25

Watchers: 6

Forks: 3

Open Issues: 3

pkg:composer/chrismcmacken/phptools

dev-master 2013-10-23 20:15 UTC

This package is not auto-updated.

Last update: 2025-10-11 19:26:52 UTC


README

Licensing
-------------------------------
All contributed code should include the license statement at the top of each 
source file. The license statement can be found in docs/license. Make sure you
replace the fields contained in <> with their proper values.

Directory Naming Convention
-------------------------------
Each package or tool should be placed in it's own directory and be included by
including a single file in any project. Each package should also have a README
file inside of it's root folder describing how to use the package. For example 
the DB project would reside inside of a directory called DB in the root of the 
repository, with a README document at /DB/README that explains how to use the
project.