sidroberts / centum-project
A skeleton project for the Centum framework.
Installs: 8
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 3
Forks: 0
Open Issues: 0
Type:project
Requires
- php: ~8.1
- sidroberts/centum: @dev
Requires (Dev)
- codeception/codeception: ~5.0
- codeception/mockery-module: ~0.5
- codeception/module-asserts: ~3.0
- friendsofphp/php-cs-fixer: ~3.0
- mockery/mockery: ~1.0
- psalm/plugin-mockery: ~1.1
- vimeo/psalm: ~5.0
This package is auto-updated.
Last update: 2024-11-09 05:49:59 UTC
README
A quick starting point for projects based on the Centum framework.
Documentation
Check out Centum's Quick Start guide.
Usage
A skeleton project can be created using Composer's create-project
command:
composer create-project sidroberts/centum-project YOUR-PROJECT-NAME -s dev
cd YOUR-PROJECT-NAME
docker-compose up
Testing
Static code analysis with Psalm:
composer analyse
Test with Codeception:
composer test
Test with Codeception (plus code coverage):
composer test-coverage
License
Whilst the Centum framework is licensed under the MIT License, this skeleton project is released under the Unlicense license.
See LICENSE.md for more details.