Centum is an all-encompassing framework designed to simplify the building of MVC-style web applications.
Centum provides modular components for rapid development:
- Access
- Clock
- Console
- Container
- Cron
- Filter
- Flash
- Forms
- HTTP
- Paginator
- Queue
- Router
- Translate
- Twig
- Url
- Validator
- Codeception module
Create a new Centum project:
composer create-project sidroberts/centum-project YOUR-PROJECT-NAME -s dev
cd YOUR-PROJECT-NAME
docker compose upRead more in the documentation.
Centum uses Codeception for testing and is available through a Composer script:
composer testTo run tests with code coverage:
composer test-coverageSee LICENSE for more details.