ardzo/db-interface

Library for work with databases

1.8.2 2018-11-26 17:58 UTC

This package is not auto-updated.

Last update: 2025-03-25 23:29:48 UTC


README

Introduction

This is a class on PHP for work with databases.
Supported databases - MySQL, SQLite 3.
Used driver for MySQL - MySQLi.

Requirements

Using

Copy "DbInterface.php" from "src" and required libraries onto server and use it in your script.
Or use Composer - class will loads automatically.
See example code in folder "example". In this folder there is PHP script, sample SQLite3 database and dump of MySQL database. You can use it for fast testing of library.