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

https://github.com/hectororm/connection

Hector Connection is the PDO connection module of Hector ORM. Can be used independently of ORM.
https://github.com/hectororm/connection

connection orm pdo php php8 sql

Last synced: 24 days ago
JSON representation

Hector Connection is the PDO connection module of Hector ORM. Can be used independently of ORM.

Awesome Lists containing this project

README

          

# Hector Connection

[![Latest Version](https://img.shields.io/packagist/v/hectororm/connection.svg?style=flat-square)](https://github.com/hectororm/connection/releases)
![Packagist Dependency Version](https://img.shields.io/packagist/dependency-v/hectororm/connection/php?version=dev-main&style=flat-square)
[![Software license](https://img.shields.io/github/license/hectororm/connection.svg?style=flat-square)](https://github.com/hectororm/connection/blob/main/LICENSE)

> **Note**
>
> This repository is a **read-only split** from the [main HectorORM repository](https://github.com/hectororm/hectororm).
>
> For contributions, issues, or more information, please visit
> the [main HectorORM repository](https://github.com/hectororm/hectororm).
>
> **Do not open issues or pull requests here.**

---

**Hector Connection** is the PDO connection module of Hector ORM. Can be used independently of ORM.

📖 **[Full documentation](https://gethectororm.com/docs/current/components/connection)**

## Installation

You can install **Hector Connection** with [Composer](https://getcomposer.org/), it's the recommended installation.

```bash
$ composer require hectororm/connection
```

## Documentation

For usage and examples, visit
the [official documentation on **gethectororm.com**](https://gethectororm.com/docs/current/components/connection).