PHPackages                             dabble/dabble - 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. dabble/dabble

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

dabble/dabble
=============

Lightweight wrapper and helpers for MySQLi

0.8.1(9y ago)1210.4k↓33.3%4[2 issues](https://github.com/nramenta/dabble/issues)MITPHPPHP &gt;=5.3.0

Since Oct 17Pushed 9y ago5 watchersCompare

[ Source](https://github.com/nramenta/dabble)[ Packagist](https://packagist.org/packages/dabble/dabble)[ RSS](/packages/dabble-dabble/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (20)Used By (0)

Dabble
======

[](#dabble)

Dabble is a lightweight wrapper and collection of helpers for MySQLi.

Installation
------------

[](#installation)

The prefered way to install Dabble is through [composer](http://getcomposer.org/); the minimum composer.json configuration is:

```
{
    "require": {
        "dabble/dabble": "@stable"
    }
}

```

PHP 5.3 or newer with the `mysqli` extension enabled is required. Dabble is developed and tested against MySQL 5.1+.

Usage
-----

[](#usage)

The following is a typical Dabble usage:

```
