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
Requires
- php: >=5.3.0
This package is not auto-updated.
Last update: 2025-01-04 15:29:48 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.