PHPackages                             simbamahaba/upepo - 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. simbamahaba/upepo

ActiveProject[Admin Panels](/categories/admin)

simbamahaba/upepo
=================

Admin pack for laravel

v1.0.1(3y ago)112MITCSSPHP ^7.3|^8.0

Since Sep 12Pushed 3y ago1 watchersCompare

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

READMEChangelog (2)Dependencies (7)Versions (3)Used By (0)

Upepo
-----

[](#upepo)

Admin Panel for Laravel 8.\*

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

[](#installation)

```
composer require simbamahaba/upepo

```

1. Publish vendors files *php artisan vendor:publish*
2. Before installing the migrations, delete the shopping cart migration already published, since Upepo has its own migration for it.
3. Run the *php artisan migrate*.
4. To the *App\\Http\\Kernel.php*, add the following to the application's route middleware:

```
'not.for.admin' => \App\Http\Middleware\RedirectIfAdmin::class,
'admin.only' => \App\Http\Middleware\RedirectIfNotAdmin::class,
'customer' => \App\Http\Middleware\RedirectIfCustomer::class,
'customer.email.verified' => \App\Http\Middleware\EnsureCustomerEmailIsVerified::class,
'loggedcustomer' => \App\Http\Middleware\RedirectIfNotCustomer::class,
'verifiedcustomer' => \App\Http\Middleware\NotVerifiedCustomer::class,

```

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity56

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 96.7% 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 ~256 days

Total

2

Last Release

1450d ago

### Community

Maintainers

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

---

Top Contributors

[![soyouwanna](https://avatars.githubusercontent.com/u/49410473?v=4)](https://github.com/soyouwanna "soyouwanna (29 commits)")[![simbamahaba](https://avatars.githubusercontent.com/u/90548539?v=4)](https://github.com/simbamahaba "simbamahaba (1 commits)")

### Embed Badge

![Health badge](/badges/simbamahaba-upepo/health.svg)

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

###  Alternatives

[bagisto/bagisto

Bagisto Laravel E-Commerce

26.2k161.6k7](/packages/bagisto-bagisto)[unopim/unopim

UnoPim Laravel PIM

9.4k1.8k](/packages/unopim-unopim)[eveseat/web

SeAT Web Interface

2723.2k135](/packages/eveseat-web)

PHPackages © 2026

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