Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tina4stack/tina4php-core
Core files for Tina4 PHP
https://github.com/tina4stack/tina4php-core
Last synced: 18 days 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 (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-07-13T20:18:01.000Z (6 months ago)
- Last Synced: 2024-11-30T17:16:49.693Z (27 days ago)
- Language: PHP
- Size: 63.5 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- 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 |