PHP Package: kartik-v/yii2-widgets

The Yii2-widgets PHP library by kartik-v enhances functionality for creating beautiful widgets in Yii2 applications with ease and flexibility.

Current Version: 3.4.1
Last Updated: 2018-10-09
PHP Requirement: >=7.4
Dependencies:
kartik-v/yii2-framework
kartik-v/yii2-base
⚠️ To ensure full functionality, the above dependencies might be required.

Package Description

The Yii2-widgets PHP library by kartik-v provides a comprehensive set of widgets for Yii2 applications, enabling developers to build interactive and visually appealing web interfaces. With a focus on customization and extensibility, this library simplifies the process of creating dynamic and responsive widgets for various use cases.

📦 Show all available classes🔗 View on GitHub

Download Latest Version: 3.4.1

Download Download v3.4.1

Code Integration Example

Make sure to include the correct namespace and class paths for proper usage.

<?php
// Example from PHPlibraries.com
require_once 'libs/kartik-v/yii2-widgets/3.4.1/loader.php';
require_once 'libs/kartik-v/yii2-framework/{lib_version}/loader.php';
require_once 'libs/kartik-v/yii2-base/{lib_version}/loader.php';

use kartik\widgets\Widget1;
use kartik\widgets\Widget2;

$obj = new Widget1();
echo '✅ Test OK: ' . get_class($obj);
?>

We aim to make using PHP packages easier without Composer. If something doesn't work, let us know — we'll fix it promptly.

Community Discussion

Ask questions, share tips, or report issues below.