Download the PHP package brezgalov/yii2-arrayable-api-fields without Composer
On this page you can find all versions of the php package brezgalov/yii2-arrayable-api-fields. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download brezgalov/yii2-arrayable-api-fields
More information about brezgalov/yii2-arrayable-api-fields
Files in brezgalov/yii2-arrayable-api-fields
Download brezgalov/yii2-arrayable-api-fields
More information about brezgalov/yii2-arrayable-api-fields
Files in brezgalov/yii2-arrayable-api-fields
Vendor brezgalov
Package yii2-arrayable-api-fields
Short Description arrays passed to api in string format with separator
License MIT
Package yii2-arrayable-api-fields
Short Description arrays passed to api in string format with separator
License MIT
Please rate this library. Is it a good library?
Informations about the package yii2-arrayable-api-fields
Как пользоваться
Установка через composer:
composer require brezgalov/yii2-arrayable-api-fields --prefer-dist
Для php8:
composer require brezgalov/yii2-arrayable-api-fields --prefer-dist --ignore-platform-reqs
Подключить в behaviours модели:
'arrayableInput' => [
'class' => ArrayableInputBehaviour::class,
'fields' => ['id', 'exclude_id'],
],
All versions of yii2-arrayable-api-fields with dependencies
PHP Build Version
Package Version
The package brezgalov/yii2-arrayable-api-fields contains the following files
Loading the files please wait ....