o2system/database

PHP Database Management Library

Installs: 1 767

Dependents: 2

Suggesters: 0

Security: 0

Stars: 1

Watchers: 4

Forks: 2

Open Issues: 0

Type:package

v2.2.115 2020-07-10 17:28 UTC

README

alt text

Scrutinizer Code Quality Build Status PHP Composer Latest Stable Version Total Downloads License

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

Engine 7.2+  
MySQL / MariaDB Yes http://php.net/manual/en/book.mysqli.php
PostgreSQL Yes http://php.net/manual/en/book.pgsql.php
Microsoft SQL Server Yes http://php.net/manual/en/book.mssql.php
Oracle OCI8 Yes http://php.net/manual/en/book.oci8.php

Currently we only support for MySQL / MariaDB only.

Supported Local Storage SQL Database Engines Drivers

Engine 7.2+  
SQLite3 Yes http://php.net/manual/en/book.sqlite3.php
Microsoft Access Yes -

Currently we only support for SQLite3 only.

Supported NoSQL Database Engines Drivers

Engine 7.2+  
MongoDB Yes http://php.net/manual/en/set.mongodb.php

Composer Installation

The best way to install O2System Database is to use Composer

composer require o2system/database

Packagist: https://packagist.org/packages/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