Download the PHP package imskully/php-mysqli-simplified without Composer
On this page you can find all versions of the php package imskully/php-mysqli-simplified. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download imskully/php-mysqli-simplified
More information about imskully/php-mysqli-simplified
Files in imskully/php-mysqli-simplified
Download imskully/php-mysqli-simplified
More information about imskully/php-mysqli-simplified
Files in imskully/php-mysqli-simplified
Vendor imskully
Package php-mysqli-simplified
Short Description MySQLi interface usage further simplified.
License GPL-3.0
Homepage https://github.com/ImSkully/php-mysqli-simplified
Package php-mysqli-simplified
Short Description MySQLi interface usage further simplified.
License GPL-3.0
Homepage https://github.com/ImSkully/php-mysqli-simplified
Please rate this library. Is it a good library?
Informations about the package php-mysqli-simplified
PHP MySQLi Simplified
A further improved and simplified usage of the MySQLi driver achieved by using overload functions that provide simplistic usage and a shorter syntax.
API Functions
fetch($db, $query)
Executes the specified query and returns the first result.
fetchAll($db, $query)
Executes the provided query and returns an array of all results.
execute($db, $query)
Executes the provided query.
escape($data, $db)
Runs the mysqli_escape_string()
to escape special characters from the string.
All versions of php-mysqli-simplified with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.3.0
ext-json Version *
ext-json Version *
The package imskully/php-mysqli-simplified contains the following files
Loading the files please wait ....