This repository provides a starting point for other PHP projects.
- Create a new project based on this GitHub template.
- Clone the project.
- Update the
composer.json
data:name
description
type
(in library)keywords
require.php
(in project)autoload.psr-4
(the project namespace)autoload-dev.psr-4
(the project namespace)
- Remove unnecessary folders.
- Search for the
@todo
tag and make changes. - Update the
README.md
file. - Make other needed adjustments.
- Commit & push.
- Continue work on the new project.
For available commands check Makefile.