PHPackages                             magenizr/magento2-mediagalleryfolder - 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. [Image &amp; Media](/categories/media)
4. /
5. magenizr/magento2-mediagalleryfolder

ActiveMagento2-module[Image &amp; Media](/categories/media)

magenizr/magento2-mediagalleryfolder
====================================

Make your directories from pub/media available in the Media Gallery without workarounds.

1.0.0(3y ago)61.3k↓25%OSL-3.0PHP

Since Aug 3Pushed 3y ago1 watchersCompare

[ Source](https://github.com/magenizr/Magenizr_MediaGalleryFolder)[ Packagist](https://packagist.org/packages/magenizr/magento2-mediagalleryfolder)[ Patreon](https://www.patreon.com/magenizr)[ RSS](/packages/magenizr-magento2-mediagalleryfolder/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)DependenciesVersions (2)Used By (0)

[![Magenizr Plus](https://camo.githubusercontent.com/41801bf1cd6d819f836c4ad512f40152ebe3d3f25412f7b2b8a07436e5076d7b/68747470733a2f2f696d61676573322e696d67626f782e636f6d2f31312f36622f79564f4f6c6f61415f6f2e676966)](https://account.magenizr.com)
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

[](#)

Media Gallery Folder
====================

[](#media-gallery-folder)

Magento allows the media gallery access to the directory `wysiwyg` and `catalog` only. Unfortunately, other directories cannot be added easily, unless you create a module as explained in [Modify media library folder permissions ](https://developer.adobe.com/commerce/php/tutorials/backend/modify-image-library-permissions/) which is not suitable for most store owners.

We decided to close this problem by creating an interface where directories can be added easily to the Media Gallery.

[![Magenizr MediaGalleryFolder - Backend](https://camo.githubusercontent.com/549421d568e0b27c5ee1d2d85def4e363e1edae4c9c786d075a5136ba306d19b/68747470733a2f2f696d61676573322e696d67626f782e636f6d2f66332f33332f686f76395a4c77355f6f2e706e67)](https://camo.githubusercontent.com/549421d568e0b27c5ee1d2d85def4e363e1edae4c9c786d075a5136ba306d19b/68747470733a2f2f696d61676573322e696d67626f782e636f6d2f66332f33332f686f76395a4c77355f6f2e706e67)[![Magenizr MediaGalleryFolder - Backend](https://camo.githubusercontent.com/7b92f5fca3efc229d09d1e3da29c1e6dff8fe28389bb153308744e8d293e66e8/68747470733a2f2f696d61676573322e696d67626f782e636f6d2f65642f66342f6167577841356f6a5f6f2e706e67)](https://camo.githubusercontent.com/7b92f5fca3efc229d09d1e3da29c1e6dff8fe28389bb153308744e8d293e66e8/68747470733a2f2f696d61676573322e696d67626f782e636f6d2f65642f66342f6167577841356f6a5f6f2e706e67)

Business Value
--------------

[](#business-value)

- No development work required.
- Practical for small businesses, which cannot afford expensive agency support.

System Requirements
-------------------

[](#system-requirements)

- Magento 2.4.3-p1 or higher
- PHP 7.x

Installation (Composer 2)
-------------------------

[](#installation-composer-2)

1. Update your composer.json `composer require "magenizr/magento2-mediagalleryfolder":"1.0.0" --no-update`
2. Use `composer update --no-install` to update your composer.lock file.

```
Updating dependencies
Lock file operations: 1 install, 1 update, 0 removals
  - Locking magenizr/magento2-mediagalleryfolder (1.0.0)

```

3. And then `composer install` to install the package.

```
Installing dependencies from lock file (including require-dev)
Verifying lock file contents can be installed on current platform.
Package operations: 1 install, 0 update, 0 removals
  - Installing magenizr/magento2-mediagalleryfolder (1.0.0): Extracting archive

```

4. Enable the module and clear static content.

```
php bin/magento module:enable Magenizr_MediaGalleryFolder --clear-static-content
php bin/magento setup:upgrade

```

Installation (Manually)
-----------------------

[](#installation-manually)

1. Download the code.
2. Extract the downloaded tar.gz file. Example: `tar -xzf Magenizr_MediaGalleryFolder_1.0.0.tar.gz`.
3. Copy the code into `./app/code/Magenizr/MediaGalleryFolder/`.
4. Enable the module and clear static content.

```
php bin/magento module:enable Magenizr_MediaGalleryFolder --clear-static-content

```

Features
--------

[](#features)

- Module can be disabled any time without touching the `config.php` file.
- Add as many directories as you want.

Usage
-----

[](#usage)

- Navigate to `Stores > Configuration > Advanced > System > Media Gallery Folder`
- Enable the module
- Add your directory ( relatively from `pub/media` ) and give it a label
- Clear the cache
- After that you should see the directory in your Media Gallery

Roadmap
-------

[](#roadmap)

- Restrict directories to specific admin roles

Support
-------

[](#support)

If you experience any issues, don't hesitate to open an issue on [Github](https://github.com/magenizr/Magenizr_Debugger/issues). For a custom build, don't hesitate to contact us on [Magento Marketplace](https://marketplace.magento.com/partner/magenizr).

Purchase
--------

[](#purchase)

This module is available for free on [GitHub](https://github.com/magenizr). If you purchase the module on [Magenizr Shop](https://shop.magenizr.com) or [Magento Marketplace](https://marketplace.magento.com/partner/magenizr) we offer 60 days free support, 90 days warranty and 12 month free updates.

Contact
-------

[](#contact)

Follow us on [GitHub](https://github.com/magenizr), [Twitter](https://twitter.com/magenizr) and [Facebook](https://www.facebook.com/magenizr).

History
-------

[](#history)

===== 1.0.0 =====

- Stable version

License
-------

[](#license)

[OSL - Open Software Licence 3.0](https://opensource.org/licenses/osl-3.0.php)

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity23

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity47

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

Unknown

Total

1

Last Release

1379d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/605a729e99c0436f040a96767ee730868d660203396a8666a521fb77f5d93bd2?d=identicon)[magenizr](/maintainers/magenizr)

---

Top Contributors

[![magenizr](https://avatars.githubusercontent.com/u/36174840?v=4)](https://github.com/magenizr "magenizr (2 commits)")

---

Tags

mediagallerybackendadminmagento 2whitelistdirectories

### Embed Badge

![Health badge](/badges/magenizr-magento2-mediagalleryfolder/health.svg)

```
[![Health](https://phpackages.com/badges/magenizr-magento2-mediagalleryfolder/health.svg)](https://phpackages.com/packages/magenizr-magento2-mediagalleryfolder)
```

###  Alternatives

[classic-o/nova-media-library

Tool and field that will let you managing files and add them to the posts

154172.0k](/packages/classic-o-nova-media-library)[jolicode/media-bundle

A media management bundle for Symfony applications, with Easyadmin and SonataAdmin integrations.

1054.9k](/packages/jolicode-media-bundle)[kiwicommerce/module-admin-activity

The Admin Activity extension makes it easy to track all admin activity and revert the modification.

102407.9k](/packages/kiwicommerce-module-admin-activity)[kiwicommerce/module-cron-scheduler

Easily set up and manage cron jobs from the backend with a beautiful and managed timeline feature. Find the actual load on CPU/Memory by cron job execution.

74603.3k](/packages/kiwicommerce-module-cron-scheduler)[magenizr/magento2-resetuibookmarks

This Magento 2 module allows you to reset your UI bookmarks such as state of filters, column positions, grid sorting, pagination and so on.

38200.3k](/packages/magenizr-magento2-resetuibookmarks)[frosh/platform-thumbnail-processor

This plugins allows you to use variable thumbnails, without having them on storage.

21104.4k2](/packages/frosh-platform-thumbnail-processor)

PHPackages © 2026

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