sidroberts/centum

dev-development 2023-11-25 00:21 UTC

This package is auto-updated.

Last update: 2024-04-25 01:14:16 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

Documentation

Docs Build Status Docs Lint Status

Documentation is available at https://sidroberts.co.uk/centum and in the docs/ folder.

Quick Start

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 Codeception with code coverage:

composer test-coverage

Technologies

Centum uses the following technologies:

Testing

License

License

See LICENSE.md for more details.

© Sid Roberts