tlumx/tlumx-db

Tlumx db component, lightweight PHP database access layer, wrapper for PDO, simple PHP Query Builder

v1.0.0 2018-03-05 20:27 UTC

This package is not auto-updated.

Last update: 2024-04-14 02:50:51 UTC


README

Build Status Coverage Status License

Tlumx\Db component is a lightweight PHP database access layer (wrapper for PDO), that provides very simple PHP Query Builder.

Requirements

  • PHP >= 7.0
  • PDO Extension

Installation

Use Composer to install tlumx-db.

$ composer require tlumx/tlumx-db "1.0.*"

Usage

See: https://docs.tlumx.com/tlumx-db/

Resources