PHPackages                             johan-boshoff/blade-car-makes-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. johan-boshoff/blade-car-makes-icons

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

johan-boshoff/blade-car-makes-icons
===================================

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

v1.0.1(1y ago)22.4k—4.2%3[1 PRs](https://github.com/johan-boshoff/blade-car-makes-icons/pulls)MITPHPPHP ^8.0CI passing

Since Mar 22Pushed 1y ago1 watchersCompare

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

READMEChangelog (2)Dependencies (5)Versions (3)Used By (0)

Blade Car Makes Icons
=====================

[](#blade-car-makes-icons)

[ ![Tests](https://github.com/johan-boshoff/blade-car-makes-icons/workflows/Tests/badge.svg)](https://github.com/johan-boshoff/blade-car-makes-icons/actions?query=workflow%3ATests)[ ![Latest Stable Version](https://camo.githubusercontent.com/8dc6779815dfcaad5deed4b4b5639b77b2a35cb9a29db7b66889e15f5c78953c/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6a6f68616e2d626f73686f66662f626c6164652d6361722d6d616b65732d69636f6e73)](https://packagist.org/packages/johan-boshoff/blade-car-makes-icons)[ ![Total Downloads](https://camo.githubusercontent.com/edd917524d2833ff611032390b9f0f957268201a66cd770460acbb56aa6bbd62/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6a6f68616e2d626f73686f66662f626c6164652d6361722d6d616b65732d69636f6e73)](https://packagist.org/packages/johan-boshoff/blade-car-makes-icons)A package to easily make use of [car-makes-icons](https://github.com/dangnelson/car-makes-icons) SVG icons in your Laravel Blade views.

The original [car-makes-icons](https://github.com/dangnelson/car-makes-icons) is a set of icons consisting logos of car makes to match the Edmunds API. The icons are designed and maintained by [Dan G Nelson](https://github.com/dangnelson).

For a full list of available icons see [the SVG directory](resources/svg) or preview them on the [car-makes-icons README](https://github.com/dangnelson/car-makes-icons/blob/master/README.md) or on [Iconduck](https://iconduck.com/sets/car-company-logos).

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

[](#requirements)

- PHP 8.0 or higher
- Laravel 9.0 or higher

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

[](#installation)

```
composer require johan-boshoff/blade-car-makes-icons
```

Updating
--------

[](#updating)

Please refer to [`the upgrade guide`](https://github.com/blade-ui-kit/blade-icons/blob/1.x/UPGRADE.md) when updating the library.

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

[](#blade-icons)

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

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

[](#configuration)

Blade Car Makes Icons 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-car-makes-icons.php` config file:

```
php artisan vendor:publish --tag=blade-car-makes-icons-config
```

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-car-makes-icons --force
```

Then use them in your views like:

```

```

Changelog
---------

[](#changelog)

Check out the [CHANGELOG](CHANGELOG.md) in this repository for all the recent changes.

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

[](#maintainers)

Blade Car Makes Icons is developed and maintained by Johan Boshoff.

License
-------

[](#license)

Blade Car Makes Icons is open-sourced software licensed under [the MIT license](LICENSE.md).

###  Health Score

34

—

LowBetter than 77% of packages

Maintenance46

Moderate activity, may be stable

Popularity26

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity43

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

Every ~2 days

Total

2

Last Release

420d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/0aa9d7cb00080250b0b2093785155f2e95318a7b7787ab339ffd0739f19da354?d=identicon)[johan-boshoff](/maintainers/johan-boshoff)

---

Top Contributors

[![johan-boshoff](https://avatars.githubusercontent.com/u/300898?v=4)](https://github.com/johan-boshoff "johan-boshoff (8 commits)")

---

Tags

laraveliconsbladevehiclecarlogosMakesManufacturers

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/johan-boshoff-blade-car-makes-icons/health.svg)

```
[![Health](https://phpackages.com/badges/johan-boshoff-blade-car-makes-icons/health.svg)](https://phpackages.com/packages/johan-boshoff-blade-car-makes-icons)
```

###  Alternatives

[codeat3/blade-google-material-design-icons

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

23494.4k4](/packages/codeat3-blade-google-material-design-icons)[stijnvanouplines/blade-country-flags

A package to easily make use of country flags in your Laravel Blade views.

26307.2k6](/packages/stijnvanouplines-blade-country-flags)[saade/blade-iconsax

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

21138.5k](/packages/saade-blade-iconsax)

PHPackages © 2026

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