Skip to content

Latest commit

 

History

History
96 lines (55 loc) · 2.85 KB

README.md

File metadata and controls

96 lines (55 loc) · 2.85 KB

Centum

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