o2system / database
PHP Database Management Library
Installs: 1 777
Dependents: 2
Suggesters: 0
Security: 0
Stars: 1
Watchers: 4
Forks: 2
Open Issues: 0
Type:package
Requires
- php: ^7.2.0
- ext-ctype: *
- o2system/kernel: *
- dev-master
- v2.2.115
- v2.2.111
- v2.2.110
- v2.2.79
- v2.2.48
- v2.2.44
- v2.2.43
- v2.2.42
- v2.2.40
- v2.2.39
- v2.2.38
- v2.2.36
- v2.2.29
- v2.2.0
- v2.1.415
- v2.1.414
- v2.1.106
- v2.1.105
- v2.1.78
- v2.1.56
- v2.1.55
- v2.1.51
- v2.1.46
- v2.1.42
- v2.1.20
- v2.1.19
- v2.1.13
- v2.1.11
- v2.1.9
- v2.1.7
- v2.1.6
- v2.1.5
- v2.1.4
- v2.1.3
- v2.1.2
- v2.1.1
- v2.0.2
- v2.0.1
- v2.0.0
- v1.0.0-beta
This package is auto-updated.
Last update: 2024-10-25 22:56:08 UTC
README
O2System Database
O2System Database is an Open Source PHP Database Drivers Library. The database drivers in the O2System Database are grouped into two main categories: SQL and NoSQL. O2System Database is built for working more powerfully within O2System Framework, but it can also be used within other frameworks as standalone version with limited features.
Supported Remote Storage SQL Database Engines Drivers
Currently we only support for MySQL / MariaDB only.
Supported Local Storage SQL Database Engines Drivers
Currently we only support for SQLite3 only.
Supported NoSQL Database Engines Drivers
Composer Installation
The best way to install O2System Database is to use Composer
composer require o2system/database
Usage
use O2System\Database;
Documentation is available on this repository wiki or visit this repository github page.
Ideas and Suggestions
Please kindly mail us at contact@o2system.id
Bugs and Issues
Please kindly submit your issues at Github so we can track all the issues along development and send a pull request to this repository.
System Requirements
- PHP 7.2+ with MySQLi or MongoDB Extension
- Composer
- O2System Kernel