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
- Host: GitHub
- URL: https://github.com/luyadev/yii-helpers
- Owner: luyadev
- License: mit
- Created: 2020-09-28T15:03:20.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-02-14T14:20:54.000Z (over 1 year ago)
- Last Synced: 2024-11-20T07:42:12.244Z (7 months ago)
- Topics: hacktoberfest, luya, yii2
- Language: PHP
- Size: 161 KB
- Stars: 2
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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.

[](https://codeclimate.com/github/luyadev/yii-helpers/maintainability)
[](https://codeclimate.com/github/luyadev/yii-helpers/test_coverage)
[](//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