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.
- Host: GitHub
- URL: https://github.com/hectororm/connection
- Owner: hectororm
- License: mit
- Created: 2021-01-26T21:02:03.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2025-11-20T16:50:23.000Z (4 months ago)
- Last Synced: 2025-11-20T18:24:43.960Z (4 months ago)
- Topics: connection, orm, pdo, php, php8, sql
- Language: PHP
- Homepage: https://gethectororm.com
- Size: 43.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Hector Connection
[](https://github.com/hectororm/connection/releases)

[](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).