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

https://github.com/mxrvx/orm

Cycle ORM for MODX Revolution
https://github.com/mxrvx/orm

cycle-orm modx modx-revolution mxrvx

Last synced: 3 days ago
JSON representation

Cycle ORM for MODX Revolution

Awesome Lists containing this project

README

          

# Cycle ORM for MODX Revolution

## Installation and configuration

Install the package via composer:

```
composer require --dev mxrvx/orm
```
[![PHP](https://img.shields.io/packagist/php-v/mxrvx/orm.svg?style=flat-square&logo=php)](https://packagist.org/packages/mxrvx/orm)
[![Latest Version on Packagist](https://img.shields.io/packagist/v/mxrvx/orm.svg?style=flat-square&logo=packagist)](https://packagist.org/packages/mxrvx/orm)
[![License](https://img.shields.io/packagist/l/mxrvx/orm.svg?style=flat-square)](LICENSE)
[![Total Downloads](https://img.shields.io/packagist/dt/mxrvx/orm.svg?style=flat-square)](https://packagist.org/packages/mxrvx/orm)

## Configuration

## Install
```
composer require mxrvx/orm --update-no-dev
composer exec mxrvx-orm install
```

## Remove
```
composer exec mxrvx-orm remove
composer remove mxrvx/orm
```

## Feedback

I will be glad to see your ideas, suggestions and questions in [issues](https://github.com/mxrvx/orm/issues).