tina4stack / tina4php-core
Tina4 PHP Core Functionality
Installs: 3 787
Dependents: 3
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 0
Open Issues: 0
Requires (Dev)
- overtrue/phplint: ^2.0
- phpmetrics/phpmetrics: ^2.8
- phpunit/phpunit: ^9
- tina4stack/tina4php-debug: ^2.0
README
Installing
composer require tina4stack/tina4php-core
Core functionality for Tina4 documented below
Library | Description |
---|---|
Annotations.php | Provides an array of annotations throughout the source code |
Cache.php | Adds a wrapper for PHPFastCache to project |
Data.php | Provides a way to access global database as object |
Module.php | The back bone of extending and incorporating Tina4 libraries together |
Test.php | Tina4's annotated testing mechanism for Test Driven Development |
Utilities.php | Wrapper for Utility.php trait file to allow Utilities methods to be used |