PHP Package: kartik-v/dependent-dropdown

Kartik's Dependent Dropdown is a PHP library for creating dynamic chained dropdowns in web applications, enhancing user experience and data selection.

Current Version: 1.4.9
Last Updated: 2019-03-09
PHP Requirement: >=7.4
Dependencies:
kartik-v/yii2-widget-select2
kartik-v/yii2-widgets
⚠️ To ensure full functionality, the above dependencies might be required.

Package Description

Kartik's Dependent Dropdown library simplifies the process of creating cascading dropdowns in web forms. This library allows developers to link dropdowns to each other based on user selections, offering a more intuitive and user-friendly way of inputting data.

🔗 View on GitHub

Download Latest Version: 1.4.9

Download Download v1.4.9

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/dependent-dropdown/1.4.9/loader.php';
require_once 'libs/kartik-v/yii2-widget-select2/2.2.5/loader.php';
require_once 'libs/kartik-v/yii2-widgets/3.4.1/loader.php';

use kartik\dependent\DepDrop;

$obj = new DepDrop();
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.