Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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