Libvaloa is a set of standalone open source utility libraries, which make base for Webvaloa platform. All Libvaloa components aim for quality code, modern design patterns, good documentation and highest possible security. All Libvaloa components are licensed with permissive MIT license.
This package adds minimal abstraction layer for PDO connections.
Install the latest version with composer require sundflux/libvaloa-db
or include libvaloa in your composer.json
{
"require": {
"sundflux/libvaloa-db": "^3.0.0"
}
}- PHP 7.2
- Chainable value setters
- Resultsets as objects
Copyright (C) 2019 Tarmo Alexander Sundström & contributors.
Libvaloa is licensed under the MIT License - see the LICENSE file for details.
All notable changes to this project will be documented in this file.
This project adheres to Semantic Versioning.
Changes are grouped by added, fixed or changed feature.
- Bumped version requirement to PHP 7.2
- First version separated from Libvaloa. See Libvaloa changelog for earlier changes.
