https://github.com/yiirocks/svg-inline-bootstrap
Inline Bootstrap Icons for Yii
https://github.com/yiirocks/svg-inline-bootstrap
bootstrap bootstrap-icons extension icon icons inline inline-bootstrap-icons packagist svg yii yii3
Last synced: about 1 year ago
JSON representation
Inline Bootstrap Icons for Yii
- Host: GitHub
- URL: https://github.com/yiirocks/svg-inline-bootstrap
- Owner: YiiRocks
- License: mit
- Created: 2020-07-24T23:02:05.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2025-03-12T19:56:25.000Z (over 1 year ago)
- Last Synced: 2025-03-12T20:32:47.519Z (over 1 year ago)
- Topics: bootstrap, bootstrap-icons, extension, icon, icons, inline, inline-bootstrap-icons, packagist, svg, yii, yii3
- Language: PHP
- Homepage: https://yii.rocks/svg-inline-bootstrap
- Size: 60.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Inline Bootstrap Icons for Yii
> **inline**
> ***/ˈɪnlʌɪn/***
> *adjective*
>
> included as part of the main text on a page, rather than in a separate section
This extension provides simple functions for [Yii framework 3.0](http://www.yiiframework.com/) applications to add
[Bootstrap](https://getbootstrap.com/) [Icons](https://icons.getbootstrap.com/) inline.
[](https://packagist.org/packages/yiirocks/svg-inline-bootstrap)
[](https://php.net/)
[](https://packagist.org/packages/yiirocks/svg-inline-bootstrap)
[](https://github.com/yiirocks/svg-inline-bootstrap/blob/master/LICENSE)
## Installation
The package could be installed via composer:
```bash
composer require yiirocks/svg-inline-bootstrap
```
## Usage
The default configuration will enable `$svg` in any view.
```php
echo $svg->bootstrap('award');
```
Available options can be found in the [documentation](https://www.yii.rocks/svg-inline/bootstrap/).
## Unit testing
The package is tested with [PHPUnit](https://phpunit.de/). To run tests:
```bash
./vendor/bin/phpunit
```
[](https://codeclimate.com/github/YiiRocks/svg-inline-bootstrap/maintainability)
[](https://app.codacy.com/gh/YiiRocks/svg-inline-bootstrap)
[](https://scrutinizer-ci.com/g/yiirocks/svg-inline-bootstrap/?branch=master)
