Centum is an all-encompassing framework designed to simplify the building of MVC-style web applications.
- Access
- Clock
- Console
- Container
- Cron
- Filter
- Flash
- Forms
- HTTP
- Paginator
- Queue
- Router
- Twig
- Url
- Validator
- Codeception module
Documentation is available at https://sidroberts.co.uk/centum and in the docs/ folder.
composer create-project sidroberts/centum-project YOUR-PROJECT-NAME -s dev
cd YOUR-PROJECT-NAME
docker-compose up
Read more in the documentation.
Centum uses Codeception for testing and is available through a Composer script:
composer test
To run Codeception with code coverage:
composer test-coverage
Centum uses the following technologies:
See LICENSE.md for more details.