poing / blazon
PSR-4 Composer Package
Installs: 18
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
pkg:composer/poing/blazon
Requires
- php: >=5.6.4
This package is auto-updated.
Last update: 2025-10-07 02:09:15 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