PHPackages                             geeshoe/dblib - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Database &amp; ORM](/categories/database)
4. /
5. geeshoe/dblib

AbandonedArchivedLibrary[Database &amp; ORM](/categories/database)

geeshoe/dblib
=============

PHP library for automating MySQL/MariaDb tasks within your project

v0.5.2(7y ago)11661Apache-2.0PHPPHP ^7.1

Since Apr 26Pushed 7y ago1 watchersCompare

[ Source](https://github.com/geeShoe/DbLib)[ Packagist](https://packagist.org/packages/geeshoe/dblib)[ Docs](http://www.geeshoe.com)[ RSS](/packages/geeshoe-dblib/feed)WikiDiscussions master Synced 4d ago

READMEChangelogDependencies (2)Versions (15)Used By (1)

DbLib
=====

[](#dblib)

DbLib is a PHP library intended to make it easier to work with MySQL/MariaDb databases within your project.

Please note that this project is in initial development and as such, some documentation may be incomplete.

Getting Started
---------------

[](#getting-started)

DbLib is intended to be fully compliant with [PSR-1](https://www.php-fig.org/psr/psr-1/), [PSR-2](https://www.php-fig.org/psr/psr-2/), &amp; [PSR-4](https://www.php-fig.org/psr/psr-4/)

### Prerequisites

[](#prerequisites)

DbLib works with both MySQL and MariaDb.

- PHP 7.1+
- [PDO\_MYSQL extension](http://php.net/manual/en/ref.pdo-mysql.php)
- [PDO\_JSON extension](http://php.net/manual/en/book.json.php) - If using the supplied Json configuration adapter.

To check if the above PHP extension's are enabled, run the following command in the CLI or add it to a page in your web root...

```
phpinfo();
