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

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

haukurh/dbal
============

A simple and lightweight database abstraction layer

v1.0.0(6y ago)011MITPHPCI failing

Since Apr 28Pushed 6y ago1 watchersCompare

[ Source](https://github.com/haukurh/dbal)[ Packagist](https://packagist.org/packages/haukurh/dbal)[ RSS](/packages/haukurh-dbal/feed)WikiDiscussions master Synced yesterday

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

haukurh/dbal
============

[](#haukurhdbal)

A simple and lightweight database abstraction layer, which offers a API for basic CRUD operations but can be extended at will to fit every scenario.

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

[](#installation)

The easiest way to implement `haukurh/dbal` in your project is to require it with composer.

```
composer require haukurh/dbal
```

Initialize
----------

[](#initialize)

Initialize the database connection.

```
