Skip to content

jarekkozak/yii2-libs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

98 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

yii2-libs

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 "*"

About

PHP classes for make live with yii2 more convenient

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages