vitalik74/yii2-primercss

This is Yii2 extension for PrimerCss

Installs: 6

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:yii2-extension

1.0.0 2015-05-07 05:27 UTC

This package is not auto-updated.

Last update: 2024-04-17 06:12:27 UTC


README

This is Yii2 extension for PrimerCss. Extension provide simple interface to generate html code with PrimerCss library. See api doc.

REQUIREMENTS

The minimum requirement by this application template that your Web server supports PHP 5.4.0 and Yii2.

INSTALLATION

Install via Composer

If you do not have Composer, you may install it by following the instructions at getcomposer.org.

You can then install this widget. Put in your composer.json in require case:

"vitalik74/yii2-primercss": "*"

And run command "composer update".

DOCUMENTATIONS

See doc.

TESTS

Install codeception (see in composer.json). For run test use codecept run functional.