sidroberts/centum

dev-development 2025-08-01 05:23 UTC

README

Centum is an all-encompassing framework designed to simplify the building of MVC-style web applications.

Code Build Status

GitHub issues GitHub pull requests

๐Ÿš€ Features

Centum provides modular components for rapid development:

๐Ÿ“š Documentation

Docs Build Status Docs Lint Status

๐Ÿš€ Quick Start

Create a new Centum project:

composer create-project sidroberts/centum-project YOUR-PROJECT-NAME -s dev

cd YOUR-PROJECT-NAME

docker compose up

Read more in the documentation.

๐Ÿงช Testing

Centum uses Codeception for testing and is available through a Composer script:

composer test

To run tests with code coverage:

composer test-coverage

๐Ÿ›  Technologies

Testing Tools

๐Ÿ“„ License

License

See LICENSE.md for more details.

ยฉ Sid Roberts