https://github.com/tina4stack/tina4php-core
Core files for Tina4 PHP
https://github.com/tina4stack/tina4php-core
Last synced: 4 months ago
JSON representation
Core files for Tina4 PHP
- Host: GitHub
- URL: https://github.com/tina4stack/tina4php-core
- Owner: tina4stack
- Created: 2023-07-03T17:39:14.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2025-12-16T08:50:57.000Z (6 months ago)
- Last Synced: 2025-12-19T21:42:41.736Z (5 months ago)
- Language: PHP
- Size: 58.6 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# tina4php-core
### 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 |