PHPackages                             luckydevshop/foundicons - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. luckydevshop/foundicons

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

luckydevshop/foundicons
=======================

Integrate Zurb's Foundation icons into your Laravel project

1.0.x-dev(11y ago)113MITPHPPHP &gt;=5.4.0

Since Jul 22Pushed 11y ago1 watchersCompare

[ Source](https://github.com/luckydevshop/foundicons)[ Packagist](https://packagist.org/packages/luckydevshop/foundicons)[ Docs](https://github.com/luckydevshop/foundicons)[ RSS](/packages/luckydevshop-foundicons/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (1)Versions (2)Used By (0)

Zurb's Foundation Icons
=======================

[](#zurbs-foundation-icons)

This package provides a method to generate marukp that uses [Zurb's Foundation Icon Font](http://zurb.com/playground/foundation-icon-fonts-3). This was developed with Laravel in mind. If you find any bugs, please let me know via [issue report on GitHub](https://github.com/luckydevshop/foundicons/issues).

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

[](#installation)

To install through Composer, add this to your project's `composer.json` file:

```
"require": {
    "luckydevshop/foundicons": "1.*"
}

```

After you have added this to your composer file, run a composer update in your project's root directory:

```
composer update

```

Once that is complete you may add two lines to your application's configuration. This will alias the term Icon to this package.

In the provider's array add this line:

```
'LuckyDevShop\Foundicons\FoundiconsServiceProvider'

```

And in the alias array:

```
'Icon' => 'LuckyDevShop\Foundicons\Icon'

```

Usage
-----

[](#usage)

To create the markup for an icon, use the following example in your blade file:

```
{{ Icon::cloud() }}

```

Which will produce:

```

```

If you did not use the aliases as previously mentioned, you will have to use the full namespace in your blade template:

```
{{ LuckyDevShop\Foundicons\Icon::cloud() }}

```

### Hyphenated classes

[](#hyphenated-classes)

If there is a icon class that uses a hyphen, e.g. `play-video`, you would create the markup using an underscore:

```
{{ Icon::play_video() }}

```

Which will produce:

```

```

### Additional classes

[](#additional-classes)

If you need to pass additional classes to be put on the `` element:

```
{{ Icon::wrench('foo', 'bar') }}

```

Which will produce:

```

```

###  Health Score

21

—

LowBetter than 19% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity44

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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

Unknown

Total

1

Last Release

4309d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/421611753e19e11effe40f682e3a449f9e23ac51f4871fec59dcb9eab02ee60f?d=identicon)[luckydev](/maintainers/luckydev)

---

Top Contributors

[![captbrogers](https://avatars.githubusercontent.com/u/1094989?v=4)](https://github.com/captbrogers "captbrogers (5 commits)")

---

Tags

laraveliconsfoundationzurb

### Embed Badge

![Health badge](/badges/luckydevshop-foundicons/health.svg)

```
[![Health](https://phpackages.com/badges/luckydevshop-foundicons/health.svg)](https://phpackages.com/packages/luckydevshop-foundicons)
```

###  Alternatives

[barryvdh/laravel-ide-helper

Laravel IDE Helper, generates correct PHPDocs for all Facade classes, to improve auto-completion.

14.9k123.0M683](/packages/barryvdh-laravel-ide-helper)[anahkiasen/former

A powerful form builder

1.4k1.4M14](/packages/anahkiasen-former)[interaction-design-foundation/laravel-geoip

Support for multiple Geographical Location services.

17221.0k3](/packages/interaction-design-foundation-laravel-geoip)[stevenmaguire/zurb-foundation-laravel

Build HTML form elements for Foundation inside Laravel

203.8k](/packages/stevenmaguire-zurb-foundation-laravel)[ympact/flux-icons

A package to provide icons from different vendors for Livewire Flux.

116.2k](/packages/ympact-flux-icons)[nedwors/navigator

A Laravel package to ease defining navigation menus

433.1k](/packages/nedwors-navigator)

PHPackages © 2026

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