PHPackages                             magestyapps/module-web-images - 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. [File &amp; Storage](/categories/file-storage)
4. /
5. magestyapps/module-web-images

ActiveMagento2-module[File &amp; Storage](/categories/file-storage)

magestyapps/module-web-images
=============================

Upload SVG and WebP images in Magento 2

1.2.1(3mo ago)157546.5k—6.2%30[4 issues](https://github.com/MagestyApps/module-web-images/issues)[3 PRs](https://github.com/MagestyApps/module-web-images/pulls)1OSL-3.0PHPPHP &gt;=7.4

Since Mar 19Pushed 3mo ago16 watchersCompare

[ Source](https://github.com/MagestyApps/module-web-images)[ Packagist](https://packagist.org/packages/magestyapps/module-web-images)[ RSS](/packages/magestyapps-module-web-images/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (10)Dependencies (1)Versions (20)Used By (1)

[![Packagist](https://camo.githubusercontent.com/3f3ad7bab701cd6f3403fa0e7354b54dbeb0d7046991a774b16911fefe3fed39/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6d616765737479617070732f6d6f64756c652d7765622d696d616765732e737667)](https://packagist.org/packages/magestyapps/module-web-images) [![Packagist](https://camo.githubusercontent.com/f8f9304d4a951c798c866d9370a127cb9b8dd29f0129b93667fb9d4462502520/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6d616765737479617070732f6d6f64756c652d7765622d696d616765732e737667)](https://packagist.org/packages/magestyapps/module-web-images)

Upload SVG and WebP images in Magento 2
=======================================

[](#upload-svg-and-webp-images-in-magento-2)

This extension for Magento 2 allows uploading SVG and WebP images in the following sections:

- Page Builder editor
- Wysiwyg editor
- Theme logo and favicon
- Product media gallery
- Attribute option swatch images
- Category image
- Custom image uploader fields

**IMPORTANT:** *if you need to upload any other image format or you need to upload it in any other Magento 2 area - please just drop us a line at [alex@magestyapps.com](mailto:alex@magestyapps.com?subject=Extend%20MagestyApps_WebImages%20extension) and we will update the extension*

**IMPORTANT:** *if you like the extension, could you please add a star to this GitHub repository in the top right corner. This is really important for us. Thanks.*

Magento Version Compatibility
-----------------------------

[](#magento-version-compatibility)

Supported Magento VersionCompatible Module Version2.4.81.2.\*2.4.71.2.\*2.4.61.1.\*2.4.51.1.\*2.4.4 or olderNot supportedInstallation
------------

[](#installation)

### Using Composer (recommended)

[](#using-composer-recommended)

1. Go to your Magento root folder
2. Download the extension using composer:

    *For Magento 2.4.7 or newer:*

    ```
    composer require magestyapps/module-web-images

    ```

    *For Magento 2.4.5 or 2.4.6:*

    ```
    composer require magestyapps/module-web-images:^1.1

    ```
3. Run setup commands:

    ```
    php bin/magento setup:upgrade;
    php bin/magento setup:di:compile;
    php bin/magento setup:static-content:deploy -f;

    ```

### Manually

[](#manually)

1. Go to your Magento root folder:

    ```
    cd

    ```
2. Copy extension files to *app/code/MagestyApps/WebImages* folder:

    ```
    git clone https://github.com/MagestyApps/module-web-images.git app/code/MagestyApps/WebImages

    ```

    ***NOTE:*** *alternatively, you can manually create the folder and copy the extension files there.*
3. Run setup commands:

    ```
    php bin/magento setup:upgrade;
    php bin/magento setup:di:compile;
    php bin/magento setup:static-content:deploy -f;

    ```

### Possible issues

[](#possible-issues)

*Problem:* An image gets uploaded to the server but not accessible in browser.

*Solution:* Most likely, this is related to your nginx/apache restrictions. Please, make sure that the requested image extension is allowed by the web server configuration.

###  Health Score

57

—

FairBetter than 98% of packages

Maintenance78

Regular maintenance activity

Popularity55

Moderate usage in the ecosystem

Community21

Small or concentrated contributor base

Maturity61

Established project with proven stability

 Bus Factor1

Top contributor holds 87.5% 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 ~104 days

Recently: every ~86 days

Total

18

Last Release

116d ago

PHP version history (2 changes)1.0.1PHP &gt;=5.5.0

1.2.0PHP &gt;=7.4

### Community

Maintainers

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

---

Top Contributors

[![MagestyApps](https://avatars.githubusercontent.com/u/11487119?v=4)](https://github.com/MagestyApps "MagestyApps (7 commits)")[![darkdevelopers](https://avatars.githubusercontent.com/u/20677984?v=4)](https://github.com/darkdevelopers "darkdevelopers (1 commits)")

---

Tags

magentomagento2magento2-extensionmagento2-extension-freemagento2-modulesvgupload-images

### Embed Badge

![Health badge](/badges/magestyapps-module-web-images/health.svg)

```
[![Health](https://phpackages.com/badges/magestyapps-module-web-images/health.svg)](https://phpackages.com/packages/magestyapps-module-web-images)
```

###  Alternatives

[knplabs/gaufrette

PHP library that provides a filesystem abstraction layer

2.5k39.8M123](/packages/knplabs-gaufrette)[superbalist/flysystem-google-storage

Flysystem adapter for Google Cloud Storage

26320.6M30](/packages/superbalist-flysystem-google-storage)[illuminate/filesystem

The Illuminate Filesystem package.

15161.6M2.6k](/packages/illuminate-filesystem)[creocoder/yii2-flysystem

The flysystem extension for the Yii framework

2931.7M62](/packages/creocoder-yii2-flysystem)[flowjs/flow-php-server

PHP library for handling chunk uploads. Works with flow.js html5 file uploads.

2451.6M15](/packages/flowjs-flow-php-server)[madnest/madzipper

Easier zip file handling for Laravel applications.

1382.3M6](/packages/madnest-madzipper)

PHPackages © 2026

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