A quick starting point for projects based on the Centum framework.
Check out Centum's Quick Start guide.
A skeleton project can be created using Composer's create-project
command:
composer create-project sidroberts/centum-project YOUR-PROJECT-NAME -s dev
cd YOUR-PROJECT-NAME
docker-compose up
Static code analysis with Psalm:
composer analyse
Test with Codeception:
composer test
Test with Codeception (plus code coverage):
composer test-coverage
Whilst the Centum framework is licensed under the MIT License, this skeleton project is released under the Unlicense license.
See LICENSE.md for more details.