https://github.com/hectororm/orm
Hector ORM is a PHP ORM independent of any framework and inspired by other ORM functionalities.
https://github.com/hectororm/orm
orm pdo php php8 query-builder sql
Last synced: 13 days ago
JSON representation
Hector ORM is a PHP ORM independent of any framework and inspired by other ORM functionalities.
- Host: GitHub
- URL: https://github.com/hectororm/orm
- Owner: hectororm
- License: mit
- Created: 2021-01-26T21:03:37.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2025-03-14T13:40:25.000Z (about 1 month ago)
- Last Synced: 2025-03-27T10:21:23.209Z (30 days ago)
- Topics: orm, pdo, php, php8, query-builder, sql
- Language: PHP
- Homepage: https://gethectororm.com
- Size: 854 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Hector Orm
[](https://github.com/hectororm/orm/releases)
[](https://github.com/hectororm/orm/blob/main/LICENSE)
[](https://github.com/hectororm/orm/actions/workflows/tests.yml?query=branch%3Amain)
[](https://app.codacy.com/gh/hectororm/orm)
[](https://packagist.org/packages/hectororm/orm)**Hector Orm** is an independent ORM.
## Installation
### Composer
You can install **Hector Orm** with [Composer](https://getcomposer.org/), it's the recommended installation.
```shell
$ composer require hectororm/orm
```### Dependencies
* **PHP** >= 8.0
* PHP extensions:
* **JSON**
* **PDO**
* Packages dependencies:
* **berlioz/helpers**
* **hectororm/connection**
* **hectororm/query**
* **hectororm/schema**
* **psr/simple-cache**
* **psr/event-dispatcher**## Documentation
For more information, and use of Hector ORM, go to website and online documentation : https://gethectororm.com