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
- Host: GitHub
- URL: https://github.com/pozitronik/yii2-helpers
- Owner: pozitronik
- License: gpl-3.0
- Created: 2019-05-06T16:07:17.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-04-03T10:00:38.000Z (about 2 years ago)
- Last Synced: 2024-11-10T08:12:35.627Z (7 months ago)
- Language: PHP
- Size: 138 KB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
yii2-helpers
============
Some useful helpers for Yii2 framework
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).