Download the PHP package apexwire/yii2-restclient without Composer
On this page you can find all versions of the php package apexwire/yii2-restclient. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download apexwire/yii2-restclient
More information about apexwire/yii2-restclient
Files in apexwire/yii2-restclient
Download apexwire/yii2-restclient
More information about apexwire/yii2-restclient
Files in apexwire/yii2-restclient
Vendor apexwire
Package yii2-restclient
Short Description Tools to use API as ActiveRecord for Yii2
License BSD-3-Clause
Homepage https://github.com/apexwire/yii2-restclient
Package yii2-restclient
Short Description Tools to use API as ActiveRecord for Yii2
License BSD-3-Clause
Homepage https://github.com/apexwire/yii2-restclient
Please rate this library. Is it a good library?
Informations about the package yii2-restclient
Yii2 Rest Client
Инструменты для использования API, как ActiveRecord для Yii2
Используйте свой API как ActiveRecord
Установка
Предпочтительный способ установки расширения через composer.
Запустить
или добавить
в разделе "require" вашего composer.json
Конфигурация
Добавьте этот код в ваш файл конфигурации:
Применение
Определите свою модель
Debug
Пример подключения debug панели
Возможности
- можно указать список полей, которые вернутся:
MyModel::find()->select(['id','name'])
- можно указать лимит:
MyModel::find()->limit(2)
- поддерживается пагинация
- поддерживается сортировка
- поддерживается поиск. Пример тут.
Лицензия
Этот проект был выпущен под лицензией BSD-3-Clause. Подробнее тут.
Copyright © 2016, ApexWire
Выражение признательности
- Проект основан на расширении Yii2 HiArt.
All versions of yii2-restclient with dependencies
PHP Build Version
Package Version
The package apexwire/yii2-restclient contains the following files
Loading the files please wait ....