A set of helper classes for the Yii Framework which are used as LUYA Helpers.
In order to install the LUYA Yii Framework Helpers use Composer:
composer require luyadev/yii-helpers
The LUYA Yii Framework Helpers library provides the following classes:
- ArrayHelper - Working with Arrays
- ExportHelper - Export Data into a given Format (e.g. CSV, XLS)
- ImportHelper - Import Data
- FileHelper - Working with Filesystem
- Json = Working with JSON Data
- RestHelper - Yii Framework REST API Output
- StringHelper - Working with Strings
- ZipHelper - Create ZIP Archives