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
- Host: GitHub
- URL: https://github.com/pozitronik/yii2-relations
- Owner: pozitronik
- License: gpl-3.0
- Created: 2021-06-25T11:26:58.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2024-01-10T07:51:33.000Z (over 1 year ago)
- Last Synced: 2024-11-08T10:30:02.689Z (7 months ago)
- Language: PHP
- Size: 88.9 KB
- Stars: 1
- Watchers: 1
- Forks: 3
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Yii2-relations
==================
Поддержка атрибутов ActiveRecord, задаваемых через связи.
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