PHPackages                             glebstar/laravel5-products - 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. glebstar/laravel5-products

ActiveLibrary[Admin Panels](/categories/admin)

glebstar/laravel5-products
==========================

Products manager for Laravel 5

1.0.1(9y ago)022MITHTMLPHP &gt;=5.5.9

Since Aug 24Pushed 9y ago1 watchersCompare

[ Source](https://github.com/glebstar/laravel5-products)[ Packagist](https://packagist.org/packages/glebstar/laravel5-products)[ Docs](https://github.com/glebstar/laravel5-products)[ RSS](/packages/glebstar-laravel5-products/feed)WikiDiscussions master Synced 4w ago

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

Products Manager package for Laravel 5.2
========================================

[](#products-manager-package-for-laravel-52)

This is a Laravel 5 package -

[![GitHub Author](https://camo.githubusercontent.com/8fe6b89265e2c872a8a79e18ae110794a6527642d67fdcf1aba3c77d5056ca88/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f617574686f722d40676c6562737461722d6c69676874677265792e7376673f7374796c653d666c61742d737175617265)](https://github.com/glebstar)

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

[](#installation)

```
{
    "require": {
        "glebstar/laravel5-products": "1.0.*"
    }
}
```

or run `composer require glebstar/laravel5-products`

Then run composer update in your terminal to pull it in.

You will need to add the service provider to the providers array in your app.php config as follows:

```
GlebStarProducts\ServiceProvider::class,
```

Add an alias for ProductMiddleware in app/Http/Kernel.php into $routeMiddleware array:

```
'product' => \GlebStarProducts\Middleware\ProductMiddleware::class,
```

To publish a the package files, run:

```
php artisan vendor:publish --provider="GlebStarProducts\ServiceProvider"
```

Apply migration

```
php artisan migrate
```

###  Health Score

26

—

LowBetter than 41% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity59

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

Total

2

Last Release

3598d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/12194105?v=4)[Gleb Starkov](/maintainers/glebstar)[@glebstar](https://github.com/glebstar)

---

Top Contributors

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

---

Tags

products laravel5

### Embed Badge

![Health badge](/badges/glebstar-laravel5-products/health.svg)

```
[![Health](https://phpackages.com/badges/glebstar-laravel5-products/health.svg)](https://phpackages.com/packages/glebstar-laravel5-products)
```

###  Alternatives

[psalm/plugin-laravel

Psalm plugin for Laravel

3355.3M337](/packages/psalm-plugin-laravel)[sebastienheyd/boilerplate

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

29419.5k3](/packages/sebastienheyd-boilerplate)[slowlyo/owl-admin

基于 laravel、amis 开发的后台框架~

61114.7k26](/packages/slowlyo-owl-admin)

PHPackages © 2026

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