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

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

alexsasharegan/database
=======================

PHP mysqli utilities to properly handle errors, connections, and make getting data simpler and more DRY.

2.0.0(9y ago)2100MITPHPPHP &gt;=5.3.0

Since Sep 6Pushed 9y ago1 watchersCompare

[ Source](https://github.com/alexsasharegan/Database_lib)[ Packagist](https://packagist.org/packages/alexsasharegan/database)[ Docs](https://github.com/alexsasharegan/Database_lib)[ RSS](/packages/alexsasharegan-database/feed)WikiDiscussions master Synced 2mo ago

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

Database
========

[](#database)

[![Latest Stable Version](https://camo.githubusercontent.com/4c616395b521cf96253c0b2aefa5ef32c7058d46f4bcf2aaaa938e18aff2e421/68747470733a2f2f706f7365722e707567782e6f72672f616c65787361736861726567616e2f64617461626173652f762f737461626c65)](https://packagist.org/packages/alexsasharegan/database)[![Total Downloads](https://camo.githubusercontent.com/1e4c3a7c09f21ec8c98e6a30fd33f9399f5221eb3b285c470f2b7faa5d5af6c5/68747470733a2f2f706f7365722e707567782e6f72672f616c65787361736861726567616e2f64617461626173652f646f776e6c6f616473)](https://packagist.org/packages/alexsasharegan/database)[![Latest Unstable Version](https://camo.githubusercontent.com/2de47b7c4947e5d7a8ef703905c383b15f358adac7bf2936caa705731c749cda/68747470733a2f2f706f7365722e707567782e6f72672f616c65787361736861726567616e2f64617461626173652f762f756e737461626c65)](https://packagist.org/packages/alexsasharegan/database)[![License](https://camo.githubusercontent.com/fc4447d2f27bb99e50d8911141a28459fb2113997194b7a9129453345d25f693/68747470733a2f2f706f7365722e707567782e6f72672f616c65787361736861726567616e2f64617461626173652f6c6963656e7365)](https://packagist.org/packages/alexsasharegan/database)

PHP MySQL utilities to properly handle errors, connections, and make getting data simple and DRY.

---

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

[](#installation)

With **Composer**:

```
composer require alexsasharegan/database
```

Then require in the vendor autoloader:

```
