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

https://github.com/tina4stack/tina4php-database

Tina4 Core Database Library
https://github.com/tina4stack/tina4php-database

Last synced: about 1 year ago
JSON representation

Tina4 Core Database Library

Awesome Lists containing this project

README

          

# Readme
## Tina4 Php Database Core

The Core Database Module for Tina4

### Install the module using composer

```bash
composer require tina4stack/tina4php-database
```

### Extend the Database Interface for your own database drivers

```php