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

https://github.com/pozitronik/yii2-helpers

Some useful helpers for Yii2 framework
https://github.com/pozitronik/yii2-helpers

Last synced: 7 months ago
JSON representation

Some useful helpers for Yii2 framework

Awesome Lists containing this project

README

        

yii2-helpers
============
Some useful helpers for Yii2 framework

![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/pozitronik/yii2-helpers/ci_with_postgresql.yml?branch=master)

Installation
------------

The preferred way to install this extension is through [composer](http://getcomposer.org/download/).

Run

```
php composer.phar require pozitronik/yii2-helpers "^1.0.0"
```

or add

```
"pozitronik/yii2-helpers": "^1.0.0"
```

to the require section of your `composer.json` file.

Requirements
------------

PHP >= 8.0

Usage
-----

Sorry, not documented yet (but you can rely to PHPDoc).