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

https://github.com/pozitronik/yii2-relations

Relational attributes support for Yii2 ActiveRecord
https://github.com/pozitronik/yii2-relations

Last synced: 7 months ago
JSON representation

Relational attributes support for Yii2 ActiveRecord

Awesome Lists containing this project

README

        

Yii2-relations
==================
Поддержка атрибутов ActiveRecord, задаваемых через связи.

![Build Status](https://img.shields.io/github/actions/workflow/status/pozitronik/yii2-relations/ci.yml?branch=master)

Installation
------------

The preferred way to install this extension is through [composer](http://getcomposer.org/download/).

Run

```
php composer.phar require pozitronik/yii2-relations "dev-master"
```

or add

```
"pozitronik/yii2-relations": "dev-master"
```

to the require section of your `composer.json` file.

Requirements
------------

PHP >= 8.0

Usage
-----

### Idea

### Migrations

### Configuration

### Validations