PHPackages                             docnet/php-dbal - 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. docnet/php-dbal

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

docnet/php-dbal
===============

A library which wraps mysqli into a fluent, easy-to-use set of classes.

v2.4.1(2mo ago)219.9k↓16.7%5[4 issues](https://github.com/DocnetUK/php-dbal/issues)Apache-2.0PHPPHP &gt;=5.4.0

Since Feb 1Pushed 2mo ago17 watchersCompare

[ Source](https://github.com/DocnetUK/php-dbal)[ Packagist](https://packagist.org/packages/docnet/php-dbal)[ Docs](https://github.com/DocnetUK/php-dbal)[ RSS](/packages/docnet-php-dbal/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (10)DependenciesVersions (14)Used By (0)

PHP DB Access Layer
===================

[](#php-db-access-layer)

Designed to wrap mysqli into a series of fast, secure and easy to use classes.

Install with Composer
---------------------

[](#install-with-composer)

Require line as follows

`"docnet/php-dbal": "v2.1"`

Let's Connect
-------------

[](#lets-connect)

You're gonna need to connect to a DB before you can do anything else...

```
