PHPackages                             lyre/commerce - 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. [Framework](/categories/framework)
4. /
5. lyre/commerce

ActiveLibrary[Framework](/categories/framework)

lyre/commerce
=============

Lyre Commerce package for Laravel (E-commerce)

1.0.2(1mo ago)089MITPHPPHP ^8.3

Since Nov 6Pushed 1mo agoCompare

[ Source](https://github.com/kigathi-chege/lyre-commerce)[ Packagist](https://packagist.org/packages/lyre/commerce)[ RSS](/packages/lyre-commerce/feed)WikiDiscussions main Synced today

READMEChangelogDependencies (3)Versions (8)Used By (0)

Lyre Commerce
-------------

[](#lyre-commerce)

Lyre-native e-commerce package: models, repositories, resources, controllers, and domain services (cart, pricing, coupons, checkout). Fully aligned with Lyre patterns and query-string filtering.

### Install

[](#install)

1. Register provider (if package discovery is not enabled):
    - Add `Lyre\Commerce\Providers\LyreCommerceServiceProvider::class` to your app providers.
2. Publish config and migrations:
    - `php artisan vendor:publish --tag=lyre-commerce-config`
    - `php artisan vendor:publish --tag=lyre-commerce-migrations`
3. Migrate: `php artisan migrate`

### Routes

[](#routes)

- API prefix: `config('commerce.route_prefix', 'api')`
- Resources: locations, shippingaddresses, products, productvariants, userproductvariants, productvariantprices, orders, orderitems, coupons, couponusages
- Domain: `cart/*`, `checkout/*`

### Integrations

[](#integrations)

- Uses Lyre repository helpers, resources, and controller patterns
- Supports Lyre query strings: with, relation, relation\_in, range, filter, order, per\_page, page, startswith, withcount, wherenull, doesnthave, random, first, unpaginated, limit, offset
- Emits events hooks (future extension) per config

```
php artisan db:seed --class="Lyre\\Commerce\\Database\\Seeders\\CommerceDemoSeeder"
php artisan db:seed --class="Lyre\\Commerce\\Database\\Seeders\\CommerceComprehensiveSeeder"
```

###  Health Score

43

—

FairBetter than 89% of packages

Maintenance90

Actively maintained with recent releases

Popularity9

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity55

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

Recently: every ~44 days

Total

7

Last Release

46d ago

Major Versions

0.0.4 → 202601271608.x-dev2026-01-27

PHP version history (2 changes)0.0.1PHP ^8.2

1.0.1PHP ^8.3

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/38941486?v=4)[Kigathi](/maintainers/Kigathi)[@kigathi](https://github.com/kigathi)

---

Top Contributors

[![kigathi-chege](https://avatars.githubusercontent.com/u/30687709?v=4)](https://github.com/kigathi-chege "kigathi-chege (13 commits)")

---

Tags

phplaravellaravel 10laravel 11laravel 12githubcommerceopen-sourcelyre

### Embed Badge

![Health badge](/badges/lyre-commerce/health.svg)

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

###  Alternatives

[goodway/laravel-nats

Nats jetstream queue driver with client for Laravel

345.9k](/packages/goodway-laravel-nats)

PHPackages © 2026

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