jarekkozak / yii2-libs
Collection of useful class & code for Yii Framework 2.0
Installs: 416
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 1
Open Issues: 0
Type:yii2-extension
Requires
- php: >=5.4.0
- fightbulc/moment: 1.6.*
- kartik-v/yii2-widgets: *
- nategood/httpful: *
Requires (Dev)
This package is not auto-updated.
Last update: 2025-03-29 18:00:00 UTC
README
PHP classes for make live with yii2 more convenient
REQUIREMENTS
The minimum requirement by this libs are minimum PHP 5.4.0 and yii2 2.0.2.
In order to work some extra libraries have to be installed (pls look into composer.json). The best way to install it is use Composer.
INSTALLATION
Install from an Archive File
Extract the archive file downloaded from this site to
a directory named vendor
in your yii2 application and manually add dependency in composer.json.
"require": {
........
"jarekkozak/yii2-libs": "*"
},
Install via Composer
If you do not have Composer, you may install it by following the instructions at getcomposer.org.
You can then install the libs using the following command:
php composer.phar require jarekkozak/yii2-libs "*"