ardzo / db-interface
Library for work with databases
1.8.2
2018-11-26 17:58 UTC
Requires
- ardzo/error-processor: ^2.7.1
This package is not auto-updated.
Last update: 2025-10-22 02:00:10 UTC
README
Introduction
This is a class on PHP for work with databases.
Supported databases - MySQL, SQLite 3.
Used driver for MySQL - MySQLi.
Requirements
- PHP 5.0+
- MySQL
- Windows or Unix
- class "Error_Processor"
- class "MailSender"
- library "Often Used Functions" (http://ardzo.com/ru/soft_various.php)
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.