PHPackages                             natewiebe13/php-lucide - 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. natewiebe13/php-lucide

ActiveLibrary

natewiebe13/php-lucide
======================

PHP library for Lucide icons

v1.0.100(3mo ago)52.8k—10%[1 PRs](https://github.com/natewiebe13/php-lucide/pulls)MITPHPPHP &gt;=7.4CI passing

Since Nov 6Pushed 2mo ago1 watchersCompare

[ Source](https://github.com/natewiebe13/php-lucide)[ Packagist](https://packagist.org/packages/natewiebe13/php-lucide)[ RSS](/packages/natewiebe13-php-lucide/feed)WikiDiscussions v1.0 Synced 1mo ago

READMEChangelog (10)Dependencies (1)Versions (103)Used By (0)

php-lucide
==========

[](#php-lucide)

PHP Library for [Lucide](https://lucide.dev/).

For more information on Lucide itself, please refer to their [README](https://github.com/lucide-icons/lucide).

Installation
------------

[](#installation)

Install `php-lucide` using [Composer](https://getcomposer.org/).

```
composer require natewiebe13/php-lucide
```

Versioning
----------

[](#versioning)

This library uses [Semantic Versioning](https://semver.org/) as a versioning strategy. This covers the public API, but does not guarantee backwards compatibility with breaking changes made by Lucide (ex: icon name changes). Any large backwards compatibility breaks made by Lucide may result in a new major version of this library, but will be determined on a case by case basis. In the event that an icon naming change is made, the Aliases feature can be used to assist migrating to the new icon name.

Usage
-----

[](#usage)

### Icons

[](#icons)

`Icons` are retrieved from an `IconManager`.

```
