grimoire-db

PHP library using MySQLi driver for simple reading data from the database. Based on NotORM.

Downloads
14
Stars
0
Committers
1

Grimoire ########

.. image:: 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


  • PHP 7.1+
  • only MySQL database supported

Installation


.. code-block:: bash

composer require danek/grimoire-db

Usage


.. code:: php