An open API service indexing awesome lists of open source software.

https://github.com/luyadev/yii-helpers

A repository containg all helper classes based on the Yii Helper classes
https://github.com/luyadev/yii-helpers

hacktoberfest luya yii2

Last synced: 7 months ago
JSON representation

A repository containg all helper classes based on the Yii Helper classes

Awesome Lists containing this project

README

        

# LUYA Yii Framework Helpers

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

![Tests](https://github.com/luyadev/yii-helpers/workflows/Tests/badge.svg)
[![Maintainability](https://api.codeclimate.com/v1/badges/2ed27dd74523a05e5e81/maintainability)](https://codeclimate.com/github/luyadev/yii-helpers/maintainability)
[![Test Coverage](https://api.codeclimate.com/v1/badges/2ed27dd74523a05e5e81/test_coverage)](https://codeclimate.com/github/luyadev/yii-helpers/test_coverage)
[![Total Downloads](https://poser.pugx.org/luyadev/yii-helpers/downloads)](//packagist.org/packages/luyadev/yii-helpers)

## Installation

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

```sh
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