Skip to content

Latest commit

 

History

History
62 lines (31 loc) · 1.45 KB

README.md

File metadata and controls

62 lines (31 loc) · 1.45 KB

Centum

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.