PHPackages                             fiko/magento2-adminurl - 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. fiko/magento2-adminurl

ActiveMagento2-module

fiko/magento2-adminurl
======================

Create direct URL to magento2 adminhtml.

1.1.1(4y ago)09MITPHP

Since Oct 31Pushed 4y ago1 watchersCompare

[ Source](https://github.com/fiko/magento2-adminurl)[ Packagist](https://packagist.org/packages/fiko/magento2-adminurl)[ RSS](/packages/fiko-magento2-adminurl/feed)WikiDiscussions master Synced 1mo ago

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

Magento 2 AdminUrl
==================

[](#magento-2-adminurl)

It's a magento 2 module to create a direct URL to adminhtml page without being redirected to dashboard.

How to install?
---------------

[](#how-to-install)

#### Via Composer

[](#via-composer)

If you try to install via composer, just require your project to the module by running this command :

```
composer require fiko/magento2-adminurl

```

#### Manually

[](#manually)

1. Download this repo
2. Create a Directory `app/code/Fiko/AdminUrl`
3. Copy downloaded repo to this directory

Once you download it (both composer or manually), just run this commands to apply this module to your project :

```
php bin/magento setup:upgrade --keep-generated
php bin/magento setup:di:compile

```

How to use?
-----------

[](#how-to-use)

Simply just use the model

```
class Example
{
    public function __construct(
        .......
        \Fiko\AdminUrl\Model\Url $adminUrl
        .......
    ) {
        .......
        $this->adminUrl = $adminUrl;
        .......
    }

    public function execute()
    {
        $catalogUrl = $this->adminUrl->getUrl('catalog/index/index');
    }
}

```

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

[](#contributing)

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License
-------

[](#license)

[MIT](COPYING.txt) © 2022

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity56

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

Total

2

Last Release

1471d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/32075735?v=4)[Fiko Borizqy](/maintainers/fiko)[@fiko](https://github.com/fiko)

---

Top Contributors

[![fiko](https://avatars.githubusercontent.com/u/32075735?v=4)](https://github.com/fiko "fiko (6 commits)")

### Embed Badge

![Health badge](/badges/fiko-magento2-adminurl/health.svg)

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

PHPackages © 2026

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