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
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: 2024-11-10 05:40:37 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.