redcatgirl / yii-bootstrap.386
Yii Framework Twitter Bootstrap Extension i386 theme
Fund package maintenance!
Open Collective
yiisoft
Requires
- php: ^7.4|^8.0
- oomphinc/composer-installers-extender: ^2.0.0
- redcatgirl/bootstrap.386: ^1.0
- redcatgirl/yii-jquery: 1.0.x-dev
- yiisoft/arrays: ^1.0|^2.0
- yiisoft/assets: ^2.0
- yiisoft/html: ^2.0
- yiisoft/json: ^1.0
- yiisoft/widget: ^1.0
Requires (Dev)
- phpunit/phpunit: ^9.5
- roave/infection-static-analysis-plugin: ^1.16
- spatie/phpunit-watcher: ^1.23
- vimeo/psalm: ^4.18
- yiisoft/aliases: ^1.1|^2.0
- yiisoft/di: ^1.0
This package is auto-updated.
Last update: 2025-02-20 01:02:10 UTC
README
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.
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
Follow updates
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.