https://github.com/icinga/ipl-sql
https://github.com/icinga/ipl-sql
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/icinga/ipl-sql
- Owner: Icinga
- License: mit
- Created: 2018-04-11T09:11:56.000Z (about 8 years ago)
- Default Branch: main
- Last Pushed: 2025-06-12T11:58:25.000Z (about 1 year ago)
- Last Synced: 2025-06-16T12:53:18.700Z (about 1 year ago)
- Language: PHP
- Homepage:
- Size: 260 KB
- Stars: 4
- Watchers: 9
- Forks: 2
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Icinga PHP Library - SQL abstraction layer
[](https://php.net/)

The package `ipl\Sql` provides a [database connection
abstraction](#sql-connection) and an [SQL query abstraction layer](#sql-queries)
for building SQL queries via an OOP API.
For details please see the [features](doc/01-Features.md) description.
## Installation
The recommended way to install this library is via [Composer](https://getcomposer.org):
```
composer require ipl/sql
```