PHPackages                             enso-san/blade-gms-r - 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. enso-san/blade-gms-r

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

enso-san/blade-gms-r
====================

A package to easily make use of Googles Material Design Symbols (Rounded) in your Laravel Blade views.

1.0(4mo ago)152MITPHPPHP ^8.4

Since Mar 3Pushed 4mo agoCompare

[ Source](https://github.com/enso-san/blade-gms-r)[ Packagist](https://packagist.org/packages/enso-san/blade-gms-r)[ Docs](https://github.com/enso-san/blade-gms-r)[ RSS](/packages/enso-san-blade-gms-r/feed)WikiDiscussions main Synced today

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

Blade Material Symbols (Rounded)
================================

[](#blade-material-symbols-rounded)

[ ![Latest Stable Version](https://camo.githubusercontent.com/84ad212f21fa998ce42b5e39df236ce89ea17626655c9978c0ea54215f1232b1/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f656e736f2d73616e2f626c6164652d676d732d72)](https://packagist.org/packages/enso-san/blade-gms-r)[ ![Total Downloads](https://camo.githubusercontent.com/c019011daa19bb87185c980cfb53be843bc3f5929b52a7036c4bfb9270ac3317/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f656e736f2d73616e2f626c6164652d676d732d72)](https://packagist.org/packages/enso-san/blade-gms-r)A package to easily make use of Google's Material Symbols (Rounded) in your Laravel Blade views.
For a full list of available icons you can preview them at [Material Symbols](https://fonts.google.com/icons).

See  for all available style packages.

Requirements
------------

[](#requirements)

- PHP 8.4 or higher
- Laravel 11.0 or higher

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

[](#installation)

As Material Symbols offers a lot of different styles, you can choose a specific one by using the corresponding package.
See  for all available style packages.

```
composer require enso-san/blade-gms-r
```

Enum class
----------

[](#enum-class)

For convenience, the package has an enum class for all available icon names.
You can use the corresponding enum entries to avoid making typos and make use of IDE auto-completion.
For example when you want to use Material Symbols in your Filament admin panel resources or pages, instead of writing out the string "GMS\_r-shopping\_cart\_checkout" you can use:

```
protected static string $navigationIcon = GMS_r::SHOPPING_CART_CHECKOUT;
```

Usage
-----

[](#usage)

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:

```

```

### Raw SVG Icons

[](#raw-svg-icons)

If you want to use the raw SVG icons as assets, you can publish them using:

```
php artisan vendor:publish --tag=blade-gms-r --force
```

Configuration
-------------

[](#configuration)

Blade Material Symbols also offers the ability to use features from Blade Icons like default classes, default attributes, etc. If you'd like to configure these, publish the `blade-gms.php` config file:

```
php artisan vendor:publish --tag=blade-gms-r-config
```

Blade Icons
-----------

[](#blade-icons)

Blade Material Symbols uses Blade Icons under the hood. Please refer to [the Blade Icons readme](https://github.com/driesvints/blade-icons) for additional functionality. We also recommend to [enable icon caching](https://github.com/driesvints/blade-icons#caching) with this library.

Then use them in your views like:

```

```

Maintainers
-----------

[](#maintainers)

Blade Material Symbols is developed and maintained by Daniel Hoffmann.

License
-------

[](#license)

Blade Material Symbols is open-sourced software licensed under [the MIT license](LICENSE.md).

###  Health Score

38

—

LowBetter than 83% of packages

Maintenance78

Regular maintenance activity

Popularity10

Limited adoption so far

Community2

Small or concentrated contributor base

Maturity51

Maturing project, gaining track record

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

122d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/7e9de6e0e8924e796927eab9a89d0ad948cf776130e83b7a999c3b64da02c9a7?d=identicon)[enso](/maintainers/enso)

---

Tags

blade-gmslaravelgooglebladematerialsymbols

### Embed Badge

![Health badge](/badges/enso-san-blade-gms-r/health.svg)

```
[![Health](https://phpackages.com/badges/enso-san-blade-gms-r/health.svg)](https://phpackages.com/packages/enso-san-blade-gms-r)
```

###  Alternatives

[technikermathe/blade-lucide-icons

A package to easily make use of Lucide icons in your Laravel Blade views.

18421.4k11](/packages/technikermathe-blade-lucide-icons)[ublabs/blade-simple-icons

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

1963.4k](/packages/ublabs-blade-simple-icons)[codeat3/blade-google-material-design-icons

A package to easily make use of "Google Fonts Material Icons" in your Laravel Blade views.

23572.2k4](/packages/codeat3-blade-google-material-design-icons)[mallardduck/blade-lucide-icons

A package to easily make use of Lucide icons in your Laravel Blade views.

101926.8k35](/packages/mallardduck-blade-lucide-icons)[secondnetwork/blade-tabler-icons

A package to easily make use of tabler-icons in your Laravel Blade views.

36659.9k28](/packages/secondnetwork-blade-tabler-icons)[hasinhayder/tyro-dashboard

Tyro Dashboard - Beautiful admin dashboard for managing Tyro roles, privileges, users, and settings

5443.8k](/packages/hasinhayder-tyro-dashboard)

PHPackages © 2026

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