tlumx/tlumx-db

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

Installs: 10

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/tlumx/tlumx-db

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

This package is not auto-updated.

Last update: 2025-10-12 10:02: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