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
Requires
- php: ^7.0
Requires (Dev)
- phpunit/phpunit: ^6.5
- satooshi/php-coveralls: ^2.0
- squizlabs/php_codesniffer: 3.*
This package is not auto-updated.
Last update: 2025-10-12 10:02:51 UTC
README
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
- File issues at https://github.com/tlumx/tlumx-db/issues
- Documentation is at https://docs.tlumx.com/tlumx-db/
- License File for more information.