luyadev/yii-helpers

Static helper methods in addition to the Yii Framework.

Maintainers

👁 nadar

Package info

github.com/luyadev/yii-helpers

pkg:composer/luyadev/yii-helpers

Statistics

Installs: 86 530

Dependents: 5

Suggesters: 0

Stars: 2

Open Issues: 0

1.6.0 2024-02-14 14:20 UTC

Requires

Suggests

None

Provides

None

Conflicts

None

Replaces

None

MIT a32e15360103e545fec06657a487c648adfafed8

  • Basil Suter <git.woop@nadar.io>

This package is auto-updated.

Last update: 2026-06-14 20:19:02 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