PHP Package: yiisoft/yii2-bootstrap

A PHP library providing Bootstrap integration for Yii2 framework, offering responsive design and powerful features for web development.

Current Version: 2.0.11
Last Updated: Date not available
PHP Requirement: >=7.4
Dependencies:
yiisoft/yii2
⚠️ To ensure full functionality, the above dependencies might be required.

Package Description

Yii2-Bootstrap is a powerful PHP library that seamlessly integrates Bootstrap framework into Yii2, enabling developers to create modern and responsive web applications. It simplifies the process of building user interfaces and offers a wide range of components and extensions for enhanced functionality.

📦 Show all available classes🔗 View on GitHub

Download Latest Version: 2.0.11

Download Download v2.0.11

Code Integration Example

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

<?php
// Example from PHPlibraries.com
require_once 'libs/yiisoft/yii2-bootstrap/2.0.11/loader.php';
require_once 'libs/yiisoft/yii2/2.0.52/loader.php';

use yii\bootstrap\Alert;
use yii\bootstrap\Button;

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