Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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 (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-09-25T15:17:04.000Z (about 2 months ago)
- Last Synced: 2024-09-30T18:10:46.820Z (about 2 months ago)
- Topics: orm, pdo, php, php8, query-builder, sql
- Language: PHP
- Homepage: https://gethectororm.com
- Size: 838 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Hector Orm
[![Latest Version](https://img.shields.io/packagist/v/hectororm/orm.svg?style=flat-square)](https://github.com/hectororm/orm/releases)
[![Software license](https://img.shields.io/github/license/hectororm/orm.svg?style=flat-square)](https://github.com/hectororm/orm/blob/main/LICENSE)
[![Build Status](https://img.shields.io/github/actions/workflow/status/hectororm/orm/tests.yml?branch=main&style=flat-square)](https://github.com/hectororm/orm/actions/workflows/tests.yml?query=branch%3Amain)
[![Quality Grade](https://img.shields.io/codacy/grade/2580ecb12b404940b20b246f6350c11a/main.svg?style=flat-square)](https://app.codacy.com/gh/hectororm/orm)
[![Total Downloads](https://img.shields.io/packagist/dt/hectororm/orm.svg?style=flat-square)](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