Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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 |