PHPackages                             kriosmane/svg-downloader - 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. kriosmane/svg-downloader

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

kriosmane/svg-downloader
========================

This is my package svg-downloader

v1.1(3y ago)031MITPHPPHP ^8.0|^8.1

Since Jul 12Pushed 3y ago1 watchersCompare

[ Source](https://github.com/kriosmane/svg-downloader)[ Packagist](https://packagist.org/packages/kriosmane/svg-downloader)[ Docs](https://github.com/kriosmane/svg-downloader)[ RSS](/packages/kriosmane-svg-downloader/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (1)Dependencies (8)Versions (7)Used By (0)

SVG - Material Design Icons Downloader
======================================

[](#svg---material-design-icons-downloader)

[![Latest Version on Packagist](https://camo.githubusercontent.com/0071a48949217a20388ea1c304a09e390d2ce5c7131a57507c9d5bbc8ad8744e/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6b72696f736d616e652f7376672d646f776e6c6f616465722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/kriosmane/svg-downloader)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/22c0c32e9933233b90847b67eee2a4dcaee5117893936f49f3b1a7927b4505f1/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f6b72696f736d616e652f7376672d646f776e6c6f616465722f436865636b253230262532306669782532307374796c696e673f6c6162656c3d636f64652532307374796c65)](https://github.com/kriosmane/svg-downloader/actions?query=workflow%3A%22Check+%26+fix+styling%22+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/8f22252e407caad7089a70160c8c942865bb95b154c7733ea791f22660d2555f/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6b72696f736d616e652f7376672d646f776e6c6f616465722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/kriosmane/svg-downloader)

Laravel Package to download SVG Material Design Icons by [Material Design Icons](https://materialdesignicons.com)

*Note:* Please use the main [MaterialDesign](https://github.com/Templarian/MaterialDesign/issues) repo to report issues. This repo is for distribution of the SVG files only.

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

[](#installation)

You can install the package via composer:

```
composer require kriosmane/svg-downloader
```

You can publish the config file with:

```
php artisan vendor:publish --tag="svg-downloader-config"
```

This is the contents of the published config file:

```
return [

    'remote_url' => env('MDI_SVG_ENDPOINT', 'https://cdn.jsdelivr.net/npm/@mdi/svg@6.9.96/'),

    'disk' => [

        'driver' => env('MDI_SGV_FILESYSTEM_DISK', 'local'),
        'root'   => env('MDI_SGV_FILESYSTEM_DISK_ROOT', public_path('/svg')),
    ],
];
```

Usage
-----

[](#usage)

```
php artisan svg-downloader
php artisan svg-downloader --author=Google
php artisan svg-downloader --path="storage/mdi/svg"
```

```
$svgDownloader = new Kriosmane\SvgDownloader();
```

Changelog
---------

[](#changelog)

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

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

[](#contributing)

Please feel free to fork this package and contribute by submitting a pull request to enhance the functionalities.

Credits
-------

[](#credits)

- [Krios](https://github.com/kriosmane)

License
-------

[](#license)

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

How can I thank you?
--------------------

[](#how-can-i-thank-you)

As a programmer i need coffee to be productive, don't let my [cup](https://www.buymeacoffee.com/kriosmane) get emtpy

Why not star the github repo? I'd love the attention! Why not share the link for this repository on Twitter or HackerNews? Spread the word!

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity60

Established project with proven stability

 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 ~14 days

Recently: every ~0 days

Total

6

Last Release

1330d ago

PHP version history (2 changes)1.0PHP ^8.1

1.0.1PHP ^8.0|^8.1

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/3630423?v=4)[Krios](/maintainers/kriosmane)[@kriosmane](https://github.com/kriosmane)

---

Top Contributors

[![kriosmane](https://avatars.githubusercontent.com/u/3630423?v=4)](https://github.com/kriosmane "kriosmane (23 commits)")

---

Tags

iconslaravelmaterial-designmdiphpsvglaravelsvg-downloaderkriosmane

###  Code Quality

TestsPest

Code StylePHP CS Fixer

### Embed Badge

![Health badge](/badges/kriosmane-svg-downloader/health.svg)

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

###  Alternatives

[spatie/laravel-data

Create unified resources and data transfer objects

1.7k28.9M627](/packages/spatie-laravel-data)[spatie/laravel-livewire-wizard

Build wizards using Livewire

4061.0M4](/packages/spatie-laravel-livewire-wizard)[hirethunk/verbs

An event sourcing package that feels nice.

513162.9k6](/packages/hirethunk-verbs)[worksome/exchange

Check Exchange Rates for any currency in Laravel.

123544.7k](/packages/worksome-exchange)[ralphjsmit/livewire-urls

Get the previous and current url in Livewire.

82270.3k4](/packages/ralphjsmit-livewire-urls)[hydrat/filament-table-layout-toggle

Filament plugin adding a toggle button to tables, allowing user to switch between Grid and Table layouts.

6292.3k1](/packages/hydrat-filament-table-layout-toggle)

PHPackages © 2026

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