luyadev/yii-helpers
Static helper methods in addition to the Yii Framework.
Maintainers
1.6.0
2024-02-14 14:20 UTC
Requires
- yiisoft/yii2: ^2.0
Requires (Dev)
- friendsofphp/php-cs-fixer: ^3.2
- luyadev/luya-testsuite: ^2.0
- phpstan/phpstan: ^1.7
- rector/rector: ^0.14.2
Suggests
None
Provides
None
Conflicts
None
Replaces
None
MIT a32e15360103e545fec06657a487c648adfafed8
- Basil Suter <git.woop@nadar.io>
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
