PHPackages                             happypixels/laravel-shopr - 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. happypixels/laravel-shopr

ActiveLibrary

happypixels/laravel-shopr
=========================

A webshop foundation that gives you more flexibility

1.6.0(6y ago)20668420[3 issues](https://github.com/happypixels/laravel-shopr/issues)MITPHP

Since Sep 12Pushed 5y ago8 watchersCompare

[ Source](https://github.com/happypixels/laravel-shopr)[ Packagist](https://packagist.org/packages/happypixels/laravel-shopr)[ RSS](/packages/happypixels-laravel-shopr/feed)WikiDiscussions master Synced today

READMEChangelog (1)Dependencies (7)Versions (28)Used By (0)

laravel-shopr
=============

[](#laravel-shopr)

[![](https://camo.githubusercontent.com/90a33f6df75506cd037c6e77ff7861f3a25f97e62b3bc7d8ec02da50a707325e/68747470733a2f2f706f7365722e707567782e6f72672f6861707079706978656c732f6c61726176656c2d73686f70722f762f737461626c652e737667)](https://github.com/happypixels/laravel-shopr/releases)[![](https://github.com/happypixels/laravel-shopr/workflows/Tests/badge.svg)](https://github.com/happypixels/laravel-shopr)[![](https://camo.githubusercontent.com/2cd1c5c7a480d2b754155781ec938b96d66566cec7fcc628f68c8ad0a53791dd/68747470733a2f2f7374796c6563692e696f2f7265706f732f3134383434383537312f736869656c64)](https://github.com/happypixels/laravel-shopr)[![](https://camo.githubusercontent.com/b7232ca1ec2eae6dca81091bdc65a5ddb72cbda371da8821f24fda2f46f85aa6/68747470733a2f2f706f7365722e707567782e6f72672f6861707079706978656c732f6c61726176656c2d73686f70722f6c6963656e73652e737667)](https://github.com/happypixels/laravel-shopr)

A developer-friendly e-commerce foundation for your Laravel app. All the features you need for your webshop but without sacrificing you as a developer. Full documentation here:

**Some of the features included:**

- Shopping cart
- Discount coupons
- Any model can be shoppable
- SCA-ready checkout process with payment solutions out of the box
- Cart to Order conversion
- Automated order emails to the customer and administrators
- A simple REST API for managing the cart and checkout
- And more

Documentation
-------------

[](#documentation)

Full documentation:
Demo application:

Requirements
------------

[](#requirements)

- PHP 7.1+
- Laravel 5.5+
- MySQL 5.7+

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

[](#installation)

Install the package via Composer:

```
composer require happypixels/laravel-shopr
```

Publish and run the migrations:

```
php artisan vendor:publish --provider="Happypixels\Shopr\ShoprServiceProvider" --tag="migrations"
php artisan migrate
```

Publish and review the configuration:

```
php artisan vendor:publish --provider="Happypixels\Shopr\ShoprServiceProvider" --tag="config"
```

Optionally you may publish the views to make them modifiable:

```
php artisan vendor:publish --provider="Happypixels\Shopr\ShoprServiceProvider" --tag="views"
```

Optionally you may publish the translation files to make them modifiable:

```
php artisan vendor:publish --provider="Happypixels\Shopr\ShoprServiceProvider" --tag="translations"
```

After this, refer to the [documentation](https://laravel-shopr.happypixels.se) to get started.

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

[](#contributing)

Found a bug or have a feature request? [Open an issue on Github](https://github.com/happypixels/laravel-shopr/issues).
Found a security-related issue? Please email .

Support me
----------

[](#support-me)

If this package made your life a bit easier, consider buying me lunch once or twice a month [through Patreon](https://www.patreon.com/mattiaspersson). All support helps me spend more time on packages like this and also comes with a few benefits 🎁 Thanks!

###  Health Score

39

—

LowBetter than 86% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity32

Limited adoption so far

Community18

Small or concentrated contributor base

Maturity72

Established project with proven stability

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

Recently: every ~101 days

Total

22

Last Release

2222d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/4ef6ca4dfa5952ecfd0a19962fb1711bf9074f1e744ad5f53e71ff6098743d03?d=identicon)[mattias-persson](/maintainers/mattias-persson)

---

Top Contributors

[![mattias-sanfridsson](https://avatars.githubusercontent.com/u/34786113?v=4)](https://github.com/mattias-sanfridsson "mattias-sanfridsson (148 commits)")[![cotsog](https://avatars.githubusercontent.com/u/149366?v=4)](https://github.com/cotsog "cotsog (4 commits)")[![svenluijten](https://avatars.githubusercontent.com/u/11269635?v=4)](https://github.com/svenluijten "svenluijten (1 commits)")

---

Tags

e-commercelaravellaravel-shoprshopping-cartwebshop

### Embed Badge

![Health badge](/badges/happypixels-laravel-shopr/health.svg)

```
[![Health](https://phpackages.com/badges/happypixels-laravel-shopr/health.svg)](https://phpackages.com/packages/happypixels-laravel-shopr)
```

###  Alternatives

[laravel/cashier

Laravel Cashier provides an expressive, fluent interface to Stripe's subscription billing services.

2.5k25.9M107](/packages/laravel-cashier)[craftcms/cms

Craft CMS

3.6k3.6M2.6k](/packages/craftcms-cms)[cknow/laravel-money

Laravel Money

1.0k4.3M22](/packages/cknow-laravel-money)[laravel/cashier-paddle

Cashier Paddle provides an expressive, fluent interface to Paddle's subscription billing services.

264778.4k3](/packages/laravel-cashier-paddle)[offline/oc-mall-plugin

E-commerce solution for October CMS

1744.6k2](/packages/offline-oc-mall-plugin)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

255.2k](/packages/aedart-athenaeum)

PHPackages © 2026

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