sidroberts/centum-project

A skeleton project for the Centum framework.

dev-development 2023-11-09 03:38 UTC

This package is auto-updated.

Last update: 2024-03-09 04:19:58 UTC


README

A quick starting point for projects based on the Centum framework.

GitHub release

GitHub issues GitHub pull requests

Documentation

Check out Centum's Quick Start guide.

Usage

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

Testing

Static code analysis with Psalm:

composer analyse

Test with Codeception:

composer test

Test with Codeception (plus code coverage):

composer test-coverage

License

License

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.