PHPackages                             ozzyczech/latte-lucide-icons - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Templating &amp; Views](/categories/templating)
4. /
5. ozzyczech/latte-lucide-icons

ActiveLibrary[Templating &amp; Views](/categories/templating)

ozzyczech/latte-lucide-icons
============================

A package to easily make use of Lucide icons in your Latte templates.

v1.17.0(4w ago)0583↓39.4%MITPHPPHP ^8.1CI passing

Since Jun 18Pushed 4w agoCompare

[ Source](https://github.com/OzzyCzech/latte-lucide-icons)[ Packagist](https://packagist.org/packages/ozzyczech/latte-lucide-icons)[ Docs](https://github.com/OzzyCzech/latte-lucide-icons)[ RSS](/packages/ozzyczech-latte-lucide-icons/feed)WikiDiscussions main Synced 3w ago

READMEChangelog (10)Dependencies (12)Versions (15)Used By (0)

[![Packagist Version](https://camo.githubusercontent.com/0847c483f397b5ca819017388e3bec520277edba02abb93980385e44f223ed5b/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f4f7a7a79437a6563682f6c617474652d6c75636964652d69636f6e733f7374796c653d666f722d7468652d6261646765)](https://camo.githubusercontent.com/0847c483f397b5ca819017388e3bec520277edba02abb93980385e44f223ed5b/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f4f7a7a79437a6563682f6c617474652d6c75636964652d69636f6e733f7374796c653d666f722d7468652d6261646765)[![Packagist License](https://camo.githubusercontent.com/f2b5242ffd28b482de19bda86886b2d8393e25f56003f1ab0e706cf30a60e884/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f4f7a7a79437a6563682f6c617474652d6c75636964652d69636f6e733f7374796c653d666f722d7468652d6261646765)](https://camo.githubusercontent.com/f2b5242ffd28b482de19bda86886b2d8393e25f56003f1ab0e706cf30a60e884/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f4f7a7a79437a6563682f6c617474652d6c75636964652d69636f6e733f7374796c653d666f722d7468652d6261646765)[![Packagist Downloads](https://camo.githubusercontent.com/041434ee1f37d4aa3d06e0915bf39e1d4daa2bf04d837034fb64f4fce61f5967/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f646d2f4f7a7a79437a6563682f6c617474652d6c75636964652d69636f6e733f7374796c653d666f722d7468652d6261646765)](https://camo.githubusercontent.com/041434ee1f37d4aa3d06e0915bf39e1d4daa2bf04d837034fb64f4fce61f5967/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f646d2f4f7a7a79437a6563682f6c617474652d6c75636964652d69636f6e733f7374796c653d666f722d7468652d6261646765)

Latte Lucide Icons
==================

[](#latte-lucide-icons)

This package provides a [Latte](https://latte.nette.org/) macro `{lucide}` for rendering [Lucide icons](https://lucide.dev/) in your Latte / Nette application.

🚀 Installation
--------------

[](#-installation)

```
composer require ozzyczech/latte-lucide-icons
```

**Requirements:**

- PHP 8.1+
- Nette 3.2+

⚙️ Setup
--------

[](#️-setup)

### Option 1: Register via `services.neon`

[](#option-1-register-via-servicesneon)

```
extensions:
  lucideIcons: OzzyCzech\LucideIcons\NetteExtension
```

### Option 2: Register via `common.neon` (with custom Latte setup)

[](#option-2-register-via-commonneon-with-custom-latte-setup)

```
latte:
  strictTypes: yes
  strictParsing: yes
  extensions:
    - App\Presentation\Accessory\LatteExtension
    - OzzyCzech\LucideIcons\LatteExtension
```

### Option 3: Register the macro manually

[](#option-3-register-the-macro-manually)

You can also [register macro](https://latte.nette.org/en/custom-tags) manually:

```
class MySuperExtensions extends Latte\Extension {

public function getTags(): array {
    return [
      'lucide' => OzzyCzech\LucideIcons\LucideNode::create(...),
    ];
  }
}
```

🧪 Usage
-------

[](#-usage)

Use the macro directly in your `.latte` templates:

```

  {lucide "check" class => "text-green-500"} Lucide Check Icon

```

This renders the following HTML:

```

```

👨‍🔧 Maintainer
--------------

[](#‍-maintainer)

Maintained by [Roman Ožana](https://ozana.cz/). Contributions are welcome via issues or pull requests.

📄 License
---------

[](#-license)

Latte Lucide Icons is open-sourced software licensed under the [MIT license](/LICENSE).

###  Health Score

46

—

FairBetter than 92% of packages

Maintenance94

Actively maintained with recent releases

Popularity17

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity53

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 89.7% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~26 days

Recently: every ~9 days

Total

14

Last Release

29d ago

Major Versions

v0.0.9 → v1.9.02026-04-24

### Community

Maintainers

![](https://www.gravatar.com/avatar/56ca26f8b97f82b2a0b3e32bf121a275be1139f461584b306cc095562ea91e50?d=identicon)[OzzyCzech](/maintainers/OzzyCzech)

---

Top Contributors

[![OzzyCzech](https://avatars.githubusercontent.com/u/105520?v=4)](https://github.com/OzzyCzech "OzzyCzech (35 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (4 commits)")

---

Tags

iconslattelatte-template-enginelucide-iconslucide-lattenette

### Embed Badge

![Health badge](/badges/ozzyczech-latte-lucide-icons/health.svg)

```
[![Health](https://phpackages.com/badges/ozzyczech-latte-lucide-icons/health.svg)](https://phpackages.com/packages/ozzyczech-latte-lucide-icons)
```

###  Alternatives

[tempest/framework

The PHP framework that gets out of your way.

2.2k31.1k12](/packages/tempest-framework)[contributte/translation

Symfony/Translation integration for Nette Framework.

771.8M49](/packages/contributte-translation)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
