https://github.com/co0lc0der/yii2-adminlte3-widgets
AdminLTE 3 widgets for Yii2
https://github.com/co0lc0der/yii2-adminlte3-widgets
adminlte3 php php-oop yii2 yii2-extension yii2-widgets
Last synced: 12 months ago
JSON representation
AdminLTE 3 widgets for Yii2
- Host: GitHub
- URL: https://github.com/co0lc0der/yii2-adminlte3-widgets
- Owner: co0lc0der
- License: mit
- Created: 2022-03-21T07:00:39.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-11-13T11:51:46.000Z (over 1 year ago)
- Last Synced: 2025-07-06T16:19:29.862Z (about 1 year ago)
- Topics: adminlte3, php, php-oop, yii2, yii2-extension, yii2-widgets
- Language: PHP
- Homepage: https://packagist.org/packages/co0lc0der/yii2-adminlte3-widgets
- Size: 86.9 KB
- Stars: 6
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# AdminLTE 3 widgets for Yii2
[](https://github.com/co0lc0der/yii2-adminlte3-widgets/release)

[](https://packagist.org/packages/co0lc0der/yii2-adminlte3-widgets)
[](https://github.com/co0lc0der/yii2-adminlte3-widgets/network)
[](https://github.com/co0lc0der/yii2-adminlte3-widgets/blob/main/LICENSE.md)

AdminLTE 3 widgets for Yii2. **Based on [AdminLTE 3.1.0](https://github.com/ColorlibHQ/AdminLTE/releases/tag/v3.1.0)**. More widgets, helpers and Gii will be added in the future. This extension on [Yii framework webpage](https://www.yiiframework.com/extension/co0lc0der/yii2-adminlte3-widgets).
At present time the extension includes
- Traits
* [CardToolsSupportTrait](docs/CardToolsSupportTrait.md)
* [ShadowSupportTrait](docs/ShadowSupportTrait.md)
* [ColorSupportTrait](docs/ColorSupportTrait.md)
* [CustomCssSupportTrait](docs/CustomCssSupportTrait.md)
- Helpers
* [CardToolsHelper](docs/CardToolsHelper.md)
- Widgets
* [CardWidget](docs/CardWidget.md)
* [TabsCardWidget](docs/TabsCardWidget.md)
* [ProfileCardWidget](docs/ProfileCardWidget.md)
* [ContactCardWidget](docs/ContactCardWidget.md)
* [DirectChatWidget](docs/DirectChatWidget.md)
* [SocialWidget](docs/SocialWidget.md)
* [UserCardWidget](docs/UserCardWidget.md)
Read [documentation](https://github.com/co0lc0der/yii2-adminlte3-widgets/blob/main/docs/index.md) for examples.
## Installation
The preferred way to install this extension is through [composer](http://getcomposer.org/download/).
Either run
```sh
composer require co0lc0der/yii2-adminlte3-widgets
```
or add
```js
"co0lc0der/yii2-adminlte3-widgets": "*"
```
to the require section of your `composer.json` file.