Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/matrozov/yii2-multiple-field
Multiple field for Yii2
https://github.com/matrozov/yii2-multiple-field
Last synced: about 1 month ago
JSON representation
Multiple field for Yii2
- Host: GitHub
- URL: https://github.com/matrozov/yii2-multiple-field
- Owner: matrozov
- License: mit
- Created: 2018-11-16T16:39:45.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-07-23T09:39:01.000Z (6 months ago)
- Last Synced: 2024-07-23T11:46:29.813Z (6 months ago)
- Language: PHP
- Homepage:
- Size: 206 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Yii2 Multiple field widget
Yii2 widget for handle multiple fields for an attribute of model and tabular input for batch of models.
## Installation
```bash
php composer.phar require matrozov/yii2-multiple-field "dev-master"
```or add
```
"matrozov/yii2-multiple-field": "dev-master"
```to the require section of your `composer.json` file.
## Example
...
## Documentation
You can find a full version of documentation on your language:
* [Russian](./docs/ru/README.md)
## License
**yii2-multiple-field** is released under the MIT License. See the bundled [LICENSE](./LICENSE) for details.