PHPackages                             magenizr/magento2-adminbranding - 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. [Admin Panels](/categories/admin)
4. /
5. magenizr/magento2-adminbranding

ActiveMagento2-module[Admin Panels](/categories/admin)

magenizr/magento2-adminbranding
===============================

Admin Branding allows you to replace the Magento® logo on the admin login page as well as on the dashboard. In addition to that, you can display a custom text and link your clients directly to your issue tracking plattform like JIRA or Zendesk.

1.0.2(3y ago)10103OSL-3.0PHP

Since Jun 26Pushed 1y ago1 watchersCompare

[ Source](https://github.com/magenizr/Magenizr_AdminBranding)[ Packagist](https://packagist.org/packages/magenizr/magento2-adminbranding)[ Patreon](https://www.patreon.com/magenizr)[ RSS](/packages/magenizr-magento2-adminbranding/feed)WikiDiscussions master Synced 2d ago

READMEChangelog (3)DependenciesVersions (4)Used By (0)

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

[](#)

[![Latest Stable Version](https://camo.githubusercontent.com/e9f6d4359e4d962622e3f600d5f9e103dd1be90df679be37d85b2b6c173ab72a/68747470733a2f2f706f7365722e707567782e6f72672f6d6167656e697a722f6d6167656e746f322d61646d696e6272616e64696e672f76)](https://packagist.org/packages/magenizr/magento2-adminbranding) [![Total Downloads](https://camo.githubusercontent.com/ab955ae2aa4f3f9c8c8d997ff24a2a0e345db97858f61c438f21846c586d485c/68747470733a2f2f706f7365722e707567782e6f72672f6d6167656e697a722f6d6167656e746f322d61646d696e6272616e64696e672f646f776e6c6f616473)](https://packagist.org/packages/magenizr/magento2-adminbranding) [![Latest Unstable Version](https://camo.githubusercontent.com/dd19c3531dccd8e826505aa237d05467060d65779ed804eb24feaa23b177d3b0/68747470733a2f2f706f7365722e707567782e6f72672f6d6167656e697a722f6d6167656e746f322d61646d696e6272616e64696e672f762f756e737461626c65)](https://packagist.org/packages/magenizr/magento2-adminbranding) [![License](https://camo.githubusercontent.com/772cea9f0c12ec020e5fd8ab6a29aad7b9675d9826ce5989dde0a2d7cfd5e907/68747470733a2f2f706f7365722e707567782e6f72672f6d6167656e697a722f6d6167656e746f322d61646d696e6272616e64696e672f6c6963656e7365)](https://packagist.org/packages/magenizr/magento2-adminbranding) [![PHP Version Require](https://camo.githubusercontent.com/d17d076745913d1cb5ce190e30c1f84f42360ec34163989c7e0be08d0a235560/68747470733a2f2f706f7365722e707567782e6f72672f6d6167656e697a722f6d6167656e746f322d61646d696e6272616e64696e672f726571756972652f706870)](https://packagist.org/packages/magenizr/magento2-adminbranding)

Admin Branding
==============

[](#admin-branding)

Create a unique Magento admin login by adding your company logo or a custom text ( HTML support ) underneath the login such as `Implemented by Your Company Ltd` or above the Magento navigation within the backend.

[![Magenizr AdminBranding - Backend](https://camo.githubusercontent.com/4ccf9b4369a2432754d8754e96a03099104748189df73ae187d75ecea67d65cf/68747470733a2f2f696d61676573322e696d67626f782e636f6d2f30632f65662f425a4b39314e71625f6f2e706e67)](https://camo.githubusercontent.com/4ccf9b4369a2432754d8754e96a03099104748189df73ae187d75ecea67d65cf/68747470733a2f2f696d61676573322e696d67626f782e636f6d2f30632f65662f425a4b39314e71625f6f2e706e67)[![Magenizr AdminBranding - Backend](https://camo.githubusercontent.com/257d1af41691bb10eb406c4c4327123705296a607f3ca9580289dece6af4d871/68747470733a2f2f696d61676573322e696d67626f782e636f6d2f65362f35632f356c674a693576615f6f2e706e67)](https://camo.githubusercontent.com/257d1af41691bb10eb406c4c4327123705296a607f3ca9580289dece6af4d871/68747470733a2f2f696d61676573322e696d67626f782e636f6d2f65362f35632f356c674a693576615f6f2e706e67)

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

[](#system-requirements)

- Magento 2.3.x, 2.4.x
- PHP 7.x, 8.1

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

[](#installation-composer-2)

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

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

```

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-adminbranding (1.0.2): Extracting archive

```

4. Enable the module and clear static content.

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

```

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

[](#installation-manually)

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

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

```

Features
--------

[](#features)

- Enable / Disable module
- Upload your logo for login form or above the navigation
- Add a custom text ( HTML support ) underneath the login form

Usage
-----

[](#usage)

Go to `Stores > Configuration > Advanced > Admin > Admin Branding` and enable the module. Upload your company logo for the login form or above the sidebar. An additional text can be added and enabled below the login form.

Support
-------

[](#support)

If you experience any issues, don't hesitate to open an issue on [Github](https://github.com/magenizr/Magenizr_AdminBranding/issues).

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.2 =====

- 2.4.6 compatibility tested
- Fix styling to support small logos
- Code improvements
- Setup version removed from module.xml
- PHP 5.6.x compatibility removed

===== 1.0.1 =====

- Cleanup various files to follow coding standard (EQP, ECG)

===== 1.0.0 =====

- Stable version

License
-------

[](#license)

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

###  Health Score

29

—

LowBetter than 60% of packages

Maintenance27

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity53

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

Total

3

Last Release

1101d 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 (12 commits)")

---

Tags

backendadminlogomagento 2replacebranding

### Embed Badge

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

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

###  Alternatives

[easycorp/easyadmin-bundle

Admin generator for Symfony applications

4.3k16.7M310](/packages/easycorp-easyadmin-bundle)[dmstr/yii2-adminlte-asset

AdminLTE backend theme asset bundle for Yii 2.0 Framework

1.1k1.8M67](/packages/dmstr-yii2-adminlte-asset)[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)[yiister/yii2-gentelella

Free admin template for backend

277278.3k5](/packages/yiister-yii2-gentelella)[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)[sebastienheyd/boilerplate

Laravel Boilerplate based on AdminLTE 3 with blade components, user management, roles, permissions, logs viewer, ...

28618.2k3](/packages/sebastienheyd-boilerplate)

PHPackages © 2026

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