Freid001 / hooch

Database abstraction layer (DBAL) and fluent query builder for PHP.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hooch

Build Status Maintainability Test Coverage Latest Stable Version Total Downloads Latest Unstable Version License

About

Database abstraction layer (dbal) and fluent query builder for PHP. Developers can use this package on its own or in conjunction with a framework.

Features

  • Build select, insert, update & delete queries.
  • Chain query statements together.
  • Use filters to store & recall query logic.
  • Switch database connections with ease.
  • PSR simple-cache & logging compatible.
  • Supported database drivers:
    • PDO
    • MySQLi
  • Supported databases:
    • MySQL
    • PostgreSQL (TBD)
    • SQLite (TBD)

Requirements

  • PHP >= 7.1
  • PDO or MySQLi extension.

Installation

via Composer

composer require redstraw/hooch

Documentation

TBD

References

About

Database abstraction layer (DBAL) and fluent query builder for PHP.

License:MIT License


Languages

Language:PHP 100.0%