PHPackages                             mohamed7sameer/backpack-store - 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. [API Development](/categories/api)
4. /
5. mohamed7sameer/backpack-store

ActiveLibrary[API Development](/categories/api)

mohamed7sameer/backpack-store
=============================

Implement Products API &amp; MYSQL for dackpack

8.0.0(2y ago)020MITPHPPHP &gt;=7.4

Since Sep 18Pushed 2y ago1 watchersCompare

[ Source](https://github.com/mohamed7sameer/backpack-store)[ Packagist](https://packagist.org/packages/mohamed7sameer/backpack-store)[ Docs](https://github.com/mohamed7sameer/backpack-store)[ RSS](/packages/mohamed7sameer-backpack-store/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (8)DependenciesVersions (9)Used By (0)

Backpack-store
==============

[](#backpack-store)

[![Build Status](https://camo.githubusercontent.com/34534daeebf3466118111cb38403c66f72ee21453ab1d12b928f7444e5f2d73b/68747470733a2f2f7472617669732d63692e6f72672f6d6f68616d65643773616d6565722f6261636b7061636b2d73746f72652e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/mohamed7sameer/backpack-store)[![Coverage Status](https://camo.githubusercontent.com/c9014c4b94fcfcb074610b2c5e96021d187937812a70efcf0bea61827f8acb7c/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f6769746875622f6d6f68616d65643773616d6565722f6261636b7061636b2d73746f72652f62616467652e7376673f6272616e63683d6d6173746572)](https://coveralls.io/github/mohamed7sameer/backpack-store?branch=master)

[![Packagist](https://camo.githubusercontent.com/cd8a980f67c829a2f93de82321690b8442ea06959b20e4cb19e53036116ef087/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6d6f68616d65643773616d6565722f6261636b7061636b2d73746f72652e737667)](https://packagist.org/packages/mohamed7sameer/backpack-store)[![Packagist](https://camo.githubusercontent.com/2d0c8fda46bd05afa68564bf7824ea87557d16063501fe567732f0e706869aaa/68747470733a2f2f706f7365722e707567782e6f72672f6d6f68616d65643773616d6565722f6261636b7061636b2d73746f72652f642f746f74616c2e737667)](https://packagist.org/packages/mohamed7sameer/backpack-store)[![Packagist](https://camo.githubusercontent.com/e2b205f131487499418ce9532c25323ba046f861bc4070491038c32ac07b4679/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f6d6f68616d65643773616d6565722f6261636b7061636b2d73746f72652e737667)](https://packagist.org/packages/mohamed7sameer/backpack-store)

This package provides a quick starter kit for implementing a store for Laravel Backpack. Provides a database, CRUD interface, API routes and more.

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

[](#installation)

Install via composer

```
composer require mohamed7sameer/backpack-store
```

Migrate

```
php artisan migrate
```

### Publish

[](#publish)

Configuration File

```
php artisan vendor:publish --provider="Backpack\Store\ServiceProvider" --tag="config"
```

Views File

```
php artisan vendor:publish --provider="Backpack\Store\ServiceProvider" --tag="views"
```

Languages File

```
php artisan vendor:publish --provider="Backpack\Store\ServiceProvider" --tag="langs"
```

Migrations File

```
php artisan vendor:publish --provider="Backpack\Store\ServiceProvider" --tag="migrations"
```

Routes File

```
php artisan vendor:publish --provider="Backpack\Store\ServiceProvider" --tag="routes"
```

Traits File

```
php artisan vendor:publish --provider="Backpack\Store\ServiceProvider" --tag="traits"
```

Usage
-----

[](#usage)

### Seeders

[](#seeders)

```
php artisan db:seed --class="Backpack\Store\database\seeders\StoreSeeder"
```

Security
--------

[](#security)

If you discover any security related issues, please email instead of using the issue tracker.

Credits
-------

[](#credits)

- [](https://github.com/mohamed7sameer/backpack-store)
- [All contributors](https://github.com/mohamed7sameer/backpack-store/graphs/contributors)

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity48

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

8

Last Release

965d ago

Major Versions

3.0.0 → 4.0.02023-09-18

4.0.0 → 5.0.02023-09-18

5.0.0 → 6.0.02023-09-18

6.0.0 → 7.0.02023-09-18

7.0.0 → 8.0.02023-09-18

### Community

Maintainers

![](https://www.gravatar.com/avatar/4fef2179c1f40e9fb23cbc8e790e27e68a3467c6e5e10c11f18df57f1fcdb4c2?d=identicon)[mohamed7sameer](/maintainers/mohamed7sameer)

---

Top Contributors

[![mohamed7sameer](https://avatars.githubusercontent.com/u/39682366?v=4)](https://github.com/mohamed7sameer "mohamed7sameer (8 commits)")

---

Tags

laravelproductsbackpackmohamed7sameer

### Embed Badge

![Health badge](/badges/mohamed7sameer-backpack-store/health.svg)

```
[![Health](https://phpackages.com/badges/mohamed7sameer-backpack-store/health.svg)](https://phpackages.com/packages/mohamed7sameer-backpack-store)
```

PHPackages © 2026

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