luyadev/yii-helpers

Static helper methods in addition to the Yii Framework.

1.6.0 2024-02-14 14:20 UTC

This package is auto-updated.

Last update: 2024-04-14 14:36:35 UTC


README

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 (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