ipl / sql
Icinga PHP Library - SQL abstraction layer
Installs: 13 724
Dependents: 2
Suggesters: 0
Security: 0
Stars: 4
Watchers: 10
Forks: 2
Open Issues: 13
Requires
- php: >=7.2
- ext-pdo: *
- ipl/stdlib: >=0.12.0
Requires (Dev)
- ipl/stdlib: dev-main
This package is auto-updated.
Last update: 2024-10-15 07:59:01 UTC
README
The package ipl\Sql
provides a database connection
abstraction and an SQL query abstraction layer
for building SQL queries via an OOP API.
For details please see the features description.
Installation
The recommended way to install this library is via Composer:
composer require ipl/sql