redcatgirl/yii-bootstrap.386

There is no license information available for the latest version (dev-master) of this package.

Yii Framework Twitter Bootstrap Extension i386 theme

dev-master / 1.0.x-dev 2022-06-19 18:29 UTC

This package is auto-updated.

Last update: 2024-04-19 23:24:14 UTC


README

68747470733a2f2f796969736f66742e6769746875622e696f2f646f63732f696d616765732f7969695f6c6f676f2e737667 68747470733a2f2f76342d616c7068612e676574626f6f7473747261702e636f6d2f6173736574732f6272616e642f626f6f7473747261702d736f6c69642e737667

Yii Framework Twitter Bootstrap theme 386 Extension


This Yii Framework extension encapsulates [Twitter Bootstrap theme 386] components and plugins in terms of Yii widgets, and thus makes using Bootstrap components/plugins in Yii applications extremely easy.

For license information check the LICENSE-file.

Documentation is at docs/guide/README.md.

Latest Stable Version Total Downloads Build status Scrutinizer Code Quality Code Coverage Mutation testing badge static analysis type-coverage

Installation

The preferred way to install this extension is through composer.

php composer.phar require --prefer-dist redcatgirl/yii-bootstrap.386

General usage

For example, the following single line of code in a view file would render a Bootstrap Progress plugin:

<?= RedCatGirl\YiiBootstrap386\Progress::widget()
    ->percent('60')
    ->label('test') ?>

Unit testing

The package is tested with PHPUnit. To run tests:

./vendor/bin/phpunit

Mutation testing

The package tests are checked with Infection mutation framework. To run it:

./vendor/bin/infection

Static analysis

The code is statically analyzed with Psalm. To run static analysis:

./vendor/bin/psalm

Support the project

Open Collective

Follow updates

Official website Twitter Telegram Facebook Slack

License

The Yii Framework Twitter Bootstrap 5 Extension is free software. It is released under the terms of the BSD License. Please see LICENSE for more information.

Maintained by Yii Software.