PHP Package: blade-ui-kit/blade-icons

Blade Icons is a PHP library designed to offer a wide range of SEO-optimized icons for Blade UI Kit users.

Current Version: 1.8.0
Last Updated: 2025-02-13
PHP Requirement: ^7.4|^8.0
Dependencies:
blade-ui-kit/blade-ui-kit
⚠️ To ensure full functionality, the above dependencies might be required.

Package Description

Blade Icons is a comprehensive PHP library that integrates seamlessly with Blade UI Kit, providing a diverse collection of SEO-optimized icons. With a focus on scalability and performance, this library streamlines the process of incorporating high-quality icons into web projects, enhancing user experience and visual appeal.

📦 Show all available classes🔗 View on GitHub

Download Latest Version: 1.8.0

Download Download v1.8.0

Code Integration Example

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

<?php
// Example from PHPlibraries.com
require_once 'libs/blade-ui-kit/blade-icons/1.8.0/loader.php';
require_once 'libs/blade-ui-kit/blade-ui-kit/0.7.0/loader.php';

use BladeIcons\Icon;

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