luyadev/yii-helpers

Static helper methods in addition to the Yii Framework.


Keywords
hacktoberfest, luya, yii2
License
MIT

Documentation

LUYA Yii Framework Helpers

A set of helper classes for the Yii Framework which are used as LUYA Helpers.

Tests Maintainability Test Coverage Total Downloads

Installation

In order to install the LUYA Yii Framework Helpers use composer:

composer require luyadev/yii-helpers

Usage

The LUYA Yii Framework Helpers library provides the following classes:

  • ArrayHelper - Working with Arrays
  • ExportHelper - Export Data into a given Format (f.e. 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