PHPackages                             danek/grimoire-db - 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. danek/grimoire-db

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

danek/grimoire-db
=================

Grimoire is a PHP library for simple working with data in the database.

029PHP

Since Aug 16Pushed 8mo ago1 watchersCompare

[ Source](https://github.com/jDanek/grimoire-db)[ Packagist](https://packagist.org/packages/danek/grimoire-db)[ RSS](/packages/danek-grimoire-db/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (2)Used By (0)

Grimoire
========

[](#grimoire)

[![https://repository-images.githubusercontent.com/677257963/b1803baf-c64a-4975-98c9-9ea5f5425cfa](https://repository-images.githubusercontent.com/677257963/b1803baf-c64a-4975-98c9-9ea5f5425cfa)](https://repository-images.githubusercontent.com/677257963/b1803baf-c64a-4975-98c9-9ea5f5425cfa)

Grimoire is a PHP library for simple working with data in the database. The most interesting feature is a very easy work with table relationships. The overall performance is also very important and Grimoire can actually run faster than a native driver.

Contents

- [Requirements](#requirements)
- [Installation](#installation)
- [Usage](#usage)

[Requirements](#id1)
--------------------

[](#requirements)

- PHP 7.1+
- only MySQL database supported

[Installation](#id2)
--------------------

[](#installation)

```
composer require danek/grimoire-db
```

[Usage](#id3)
-------------

[](#usage)

```
