twoh / core
This project contains the core modules of TWOH Framework.
1.0.0
2025-03-06 15:07 UTC
Requires
- php: ^8.3
- ext-redis: *
- tinify/tinify: ^1.6
- twoh/cli-router: ^1
- twoh/database-driver: ^1
- twoh/logger: ^1
- twoh/security-check: ^1
- twoh/validator: ^1
- vlucas/phpdotenv: ^5.6
Requires (Dev)
- phpunit/phpunit: ^11
- roave/security-advisories: dev-latest
This package is auto-updated.
Last update: 2025-03-06 14:07:56 UTC
README
About Core
This project contains the core modules of TWOH Framework.
Requirements
- PHP 8.3 or higher
- Composer
Installation
composer req twoh/core
Documentation
Generate PHP Documentation
doxygen Doxyfile
Open Documentation in Browser
open documentation/html/index.html
Running Tests
To verify that the tests are passing, run the following command:
vendor/bin/phpunit