twoh / core
This project contains the core modules of TWOH Framework.
1.0.2
2025-03-27 08:49 UTC
Requires
- php: ^8.3
- ext-redis: *
- aws/aws-sdk-php: ^3.342
- tinify/tinify: ^1.6
- twoh/cli-router: ^1
- twoh/database-driver: ^1
- twoh/logger: ^1
- twoh/security-check: ^1
- twoh/validator: ^1
- twoh/wallet-driver: ^1.1
- vlucas/phpdotenv: ^5.6
Requires (Dev)
- phpunit/phpunit: ^11
- roave/security-advisories: dev-latest
This package is auto-updated.
Last update: 2025-03-27 07:49:40 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