poing / blazon
PSR-4 Composer Package
Requires
- php: >=5.6.4
This package is auto-updated.
Last update: 2024-11-07 00:02:40 UTC
README
A base PHP project structure using the PSR-4 standard.
Summary
PSR4-Template is a base PHP project structure that implements the PSR-4 standard. The project files are autoloaded using Composer.
Installation
In order to use the template just clone the git repository to your machine and run composer install.
$ git clone git@github.com:cringer/psr4-template.git
$ cd psr4-template
$ php composer.phar install
Usage
Create any classes in the /src folder with the App namespace and they will be autoloaded and available for use.
Issues - how to help?
If you find any bugs, issues errors or believe we could add further useful functionality let us know via the github issues page for this project here - https://github.com/cringer/psr4-template/issues.
Contributors
Here's a list of people who have helped by contributing to this project to date:
- Jeremy Schaffer : Github | Twitter @cncringer