An open API service indexing awesome lists of open source software.

https://github.com/icinga/ipl-sql


https://github.com/icinga/ipl-sql

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# Icinga PHP Library - SQL abstraction layer

[![PHP Support](https://img.shields.io/badge/php-%3E%3D%207.2-777BB4?logo=PHP)](https://php.net/)
![Build Status](https://github.com/Icinga/ipl-sql/workflows/PHP%20Tests/badge.svg?branch=main)

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
```