sidroberts / centum
dev-development
2025-08-01 05:23 UTC
Requires
- php: ~8.4
- ext-yaml: ~2.0
- codeception/lib-innerbrowser: ~4.0
- dragonmantank/cron-expression: ~3.0
- pda/pheanstalk: ~7.0
- symfony/browser-kit: ~7.0
- symfony/css-selector: ~7.0
- symfony/dom-crawler: ~7.0
- twig/twig: ~3.0
Requires (Dev)
- codeception/codeception: ~5.0
- codeception/mockery-module: ~0.5
- codeception/module-asserts: ~3.0
- composer/semver: ~3.0
- friendsofphp/php-cs-fixer: ~3.0
- mockery/mockery: ~1.0
- psalm/plugin-mockery: ~1.2
- vimeo/psalm: ~6.0
This package is auto-updated.
Last update: 2025-08-02 02:04:30 UTC
README
Centum is an all-encompassing framework designed to simplify the building of MVC-style web applications.
๐ Features
Centum provides modular components for rapid development:
- Access
- Clock
- Console
- Container
- Cron
- Filter
- Flash
- Forms
- HTTP
- Paginator
- Queue
- Router
- Twig
- Url
- Validator
- Codeception module
๐ Documentation
๐ 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
See LICENSE.md for more details.
ยฉ Sid Roberts