PHPackages                             erikgaal/blade-streamline-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. erikgaal/blade-streamline-icons

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

erikgaal/blade-streamline-icons
===============================

A package to easily make use of Streamline Icons in your Laravel Blade views.

v2.0.0(1mo ago)0578.1k↓46.2%3[3 PRs](https://github.com/erikgaal/blade-streamline-icons/pulls)MITPHPPHP ^8.1CI passing

Since Feb 27Pushed 1mo ago1 watchersCompare

[ Source](https://github.com/erikgaal/blade-streamline-icons)[ Packagist](https://packagist.org/packages/erikgaal/blade-streamline-icons)[ Docs](https://github.com/erikgaal/blade-streamline-icons)[ RSS](/packages/erikgaal-blade-streamline-icons/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (6)Dependencies (36)Versions (13)Used By (0)

A package to easily make use of Streamline Icons in your Laravel Blade views.
=============================================================================

[](#a-package-to-easily-make-use-of-streamline-icons-in-your-laravel-blade-views)

[![Latest Version on Packagist](https://camo.githubusercontent.com/ff019f5ac9289e1fde45d9dc17485e8e0ba715c2809503f2fe5be2d428111b01/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6572696b6761616c2f626c6164652d73747265616d6c696e652d69636f6e732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/erikgaal/blade-streamline-icons)[![GitHub Tests Action Status](https://camo.githubusercontent.com/4665b8ba0933fe7f3878d14be87573bb4c69e2fb128a944d2fffa3992631d7ac/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f6572696b6761616c2f626c6164652d73747265616d6c696e652d69636f6e732f72756e2d74657374732e796d6c3f6272616e63683d6d61696e266c6162656c3d7465737473267374796c653d666c61742d737175617265)](https://github.com/erikgaal/blade-streamline-icons/actions?query=workflow%3Arun-tests+branch%3Amain)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/4eed1e8ce5310de1dac2121e74957d0e500789a336dd7ce3428e9bef39d7ffc4/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f6572696b6761616c2f626c6164652d73747265616d6c696e652d69636f6e732f6669782d7068702d636f64652d7374796c652d6973737565732e796d6c3f6272616e63683d6d61696e266c6162656c3d636f64652532307374796c65267374796c653d666c61742d737175617265)](https://github.com/erikgaal/blade-streamline-icons/actions?query=workflow%3A%22Fix+PHP+code+style+issues%22+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/17e058b5b12d9efd1ba74f5b379fa8480527b3edcb00e635eb4cef9aa9c3ce9a/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6572696b6761616c2f626c6164652d73747265616d6c696e652d69636f6e732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/erikgaal/blade-streamline-icons)

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

[](#installation)

You can install the package via composer:

```
composer require erikgaal/blade-streamline-icons
```

You can publish the config file with:

```
php artisan vendor:publish --tag="blade-streamline-icons-config"
```

This is the contents of the published config file:

```
return [
    'prefix' => 'streamline',

    'path' => resource_path('icons/streamline'),

    /*
     * Define any aliases for families here.
     */
    'family_aliases' => [
        'core-line' => 'streamline-mini-line',
        'core' => 'core-free',
        'flex' => 'flex-free',
        'plump' => 'plump-free',
        'sharp' => 'sharp-free',
    ]
];
```

You must login to the Streamline API with:

```
php artisan streamline-icons:login
```

Usage
-----

[](#usage)

Retrieve icons from Streamline with:

```
php artisan streamline-icons:save core-line interface-home-1
#                                     ▲            ▲
#                                     │            └──── icon
#                                     └──── family

# Alternatively, output in terminal.
php artisan streamline-icons:get core-line interface-home-1
```

Icons can be used as self-closing Blade components which will be compiled to SVG icons:

```

```

You can also pass classes to your icon components:

```

```

And even use inline styles:

```

```

Or use the @svg directive:

```
@svg('streamline-core-line-interface-home-1', 'w-6 h-6', ['style' => 'color: #555'])
```

Changelog
---------

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

Security Vulnerabilities
------------------------

[](#security-vulnerabilities)

Please review [our security policy](../../security/policy) on how to report security vulnerabilities.

Credits
-------

[](#credits)

- [Erik Gaal](https://github.com/erikgaal)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

54

—

FairBetter than 97% of packages

Maintenance89

Actively maintained with recent releases

Popularity38

Limited adoption so far

Community15

Small or concentrated contributor base

Maturity61

Established project with proven stability

 Bus Factor1

Top contributor holds 53.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 ~187 days

Recently: every ~280 days

Total

7

Last Release

52d ago

Major Versions

v1.0.5 → v2.0.02026-03-27

### Community

Maintainers

![](https://www.gravatar.com/avatar/de7b0560fc6f16a90b64b73f125ab92331171f08d22a1569972ead0341eb9c01?d=identicon)[erikgaal](/maintainers/erikgaal)

---

Top Contributors

[![erikgaal](https://avatars.githubusercontent.com/u/1234268?v=4)](https://github.com/erikgaal "erikgaal (22 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (8 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (6 commits)")[![joelbutcher](https://avatars.githubusercontent.com/u/7163152?v=4)](https://github.com/joelbutcher "joelbutcher (3 commits)")[![eithed](https://avatars.githubusercontent.com/u/795678?v=4)](https://github.com/eithed "eithed (1 commits)")[![robertvansteen](https://avatars.githubusercontent.com/u/14931924?v=4)](https://github.com/robertvansteen "robertvansteen (1 commits)")

---

Tags

laravelerikgaalblade-streamline-icons

###  Code Quality

TestsPest

Static AnalysisPHPStan

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/erikgaal-blade-streamline-icons/health.svg)

```
[![Health](https://phpackages.com/badges/erikgaal-blade-streamline-icons/health.svg)](https://phpackages.com/packages/erikgaal-blade-streamline-icons)
```

###  Alternatives

[ryangjchandler/blade-capture-directive

Create inline partials in your Blade templates with ease.

8222.2M12](/packages/ryangjchandler-blade-capture-directive)[spatie/laravel-blade-comments

Add debug comments to your rendered output

177325.5k](/packages/spatie-laravel-blade-comments)[vormkracht10/laravel-mails

Laravel Mails can collect everything you might want to track about the mails that has been sent by your Laravel app.

24149.7k](/packages/vormkracht10-laravel-mails)[daikazu/laravel-glider

Start using Glide on-the-fly instantly in your Laravel blade templates.

882.3k](/packages/daikazu-laravel-glider)[combindma/dash-ui

A streamlined and stylish UI component library for Laravel Blade, crafted with TailwindCSS and AlpineJs for simplicity and elegance.

631.4k](/packages/combindma-dash-ui)[a2insights/filament-saas

Filament Saas for A2Insights

161.1k](/packages/a2insights-filament-saas)

PHPackages © 2026

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