Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/voskobovich/dynamicpropertiesbehavior
https://github.com/voskobovich/dynamicpropertiesbehavior
Last synced: 12 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/voskobovich/dynamicpropertiesbehavior
- Owner: voskobovich
- Created: 2014-12-13T21:44:26.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-12-14T14:12:47.000Z (about 10 years ago)
- Last Synced: 2023-02-27T06:54:52.528Z (almost 2 years ago)
- Language: PHP
- Size: 129 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Yii2 Dynamic Properties Behavior
=========================Installation
------------The preferred way to install this extension is through [composer](http://getcomposer.org/download/).
Either run
```
php composer.phar require --prefer-dist voskobovich/yii2-dynamic-properties-behavior "*"
```or add
```
"voskobovich/yii2-dynamic-properties-behavior": "*"
```to the require section of your `composer.json` file.