PHPackages                             neat/database - 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. neat/database

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

neat/database
=============

Neat Database components

1.5.2(3mo ago)04.3k[5 issues](https://github.com/neat-php/database/issues)[1 PRs](https://github.com/neat-php/database/pulls)1MITPHPPHP ^7.4 || ^8.0CI failing

Since Apr 7Pushed 1w ago2 watchersCompare

[ Source](https://github.com/neat-php/database)[ Packagist](https://packagist.org/packages/neat/database)[ RSS](/packages/neat-database/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependencies (4)Versions (19)Used By (1)

Neat Database components
========================

[](#neat-database-components)

[![Stable Version](https://camo.githubusercontent.com/503e88d0b9e6948bc84d211b07fc15919700e8037f88892db860d2ec0be1f563/68747470733a2f2f706f7365722e707567782e6f72672f6e6561742f64617461626173652f76657273696f6e)](https://packagist.org/packages/neat/database)[![Build Status](https://camo.githubusercontent.com/a579ad0e35e0624cbb2cfc2908e697577b623f04ad8a37d04415685ad0a1476d/68747470733a2f2f7472617669732d63692e6f72672f6e6561742d7068702f64617461626173652e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/neat-php/database)

Neat database components provide a clean and expressive API for accessing your databases. At its core is the Connection which uses a PDO instance underneath.

Getting started
---------------

[](#getting-started)

To install this package, simply issue [composer](https://getcomposer.org) on the command line:

```
composer require neat/database

```

Then create a new database connection

```
