Download the PHP package hadi/database without Composer
On this page you can find all versions of the php package hadi/database. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download hadi/database
More information about hadi/database
Files in hadi/database
Download hadi/database
More information about hadi/database
Files in hadi/database
Please rate this library. Is it a good library?
Informations about the package database
Updated version can be found here https://github.com/im4aLL/roolith-database
PDO MySql driver class for PHP
Introduction
This is simple class for SELECT, INSERT, UPDATE, DELETE query for MySQL
Installation
composer require hadi/database
if you don't want composer then simple grab class file from src/Database.php and use it!
Usage
Connection
Disconnect
Select Query
Method #1
Method #2
Insert
Insert data:
Insert data when supplied email [email protected]
not exists in table users
:
result
Update
Update data where id = 1
or
update username
if nobody else using same username
result
Delete
result
All versions of database with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.3.0
The package hadi/database contains the following files
Loading the files please wait ....