jarekkozak/yii2-libs

Collection of useful class & code for Yii Framework 2.0

Installs: 416

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 3

Forks: 1

Open Issues: 0

Type:yii2-extension

dev-master 2016-01-07 08:15 UTC

This package is not auto-updated.

Last update: 2024-04-27 13:37:33 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 "*"