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

Blade Heroicons is a PHP library providing SEO-optimized heroicons for Blade templates.

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

Package Description

Blade Heroicons is a PHP library that offers a comprehensive collection of heroicons optimized for SEO purposes. With over 1000 icons to choose from, this library helps developers enhance their Blade templates with visually appealing and accessible icons, improving user experience and SEO rankings.

📦 Show all available classes🔗 View on GitHub

Download Latest Version: 2.6.0

Download Download v2.6.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-heroicons/2.6.0/loader.php';
require_once 'libs/blade-ui-kit/blade-icons/1.8.0/loader.php';

use BladeUI\Heroicons\Icons\Collection;

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