Download the PHP package power/db without Composer
On this page you can find all versions of the php package power/db. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Vendor power
Package db
Short Description Simple static class to work with mysql databases
License BSD-3-Clause
Package db
Short Description Simple static class to work with mysql databases
License BSD-3-Clause
Please rate this library. Is it a good library?
Informations about the package db
Simple static/non-static classes for working with MySql databases
- PHP version: 7.0+
- Composer:
composer require power/db
- This code was taken as a basis https://github.com/colshrapnel/safemysql
Two ways to use: static and non/static
All methods available in both class types
Work with one database
Work with several databases from static class
Using placeholders
Make custom error handler
Save error and query logs to file
Use DBCacheQuery
class to insert a large number of records using fewer queries
All versions of db with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.0.0
ext-mysqli Version *
ext-mysqli Version *
The package power/db contains the following files
Loading the files please wait ....