PHPackages                             devfactory/elshop - 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. devfactory/elshop

ActiveLibrary

devfactory/elshop
=================

22761[1 PRs](https://github.com/DevFactoryCH/elshop/pulls)PHP

Since Feb 22Pushed 6y ago5 watchersCompare

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

READMEChangelogDependenciesVersions (2)Used By (0)

\#ElShop

This package is a simple e-commerce engine made by DevFactory

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

[](#installation)

Using Composer, edit your `composer.json` file to require `devfactory/elshop`.

"require": { "devfactory/elshop": "dev-master" }

Then from the terminal run

```
composer update

```

Then register the service provider by opening `app/config/app.php`

```
'Devfactory\Elshop\ElshopServiceProvider'

```

If you want you can publish the config files if you want to change them

```
php artisan config:publish devfactory/elshop

```

Perform the DB migrations to install the required tables

```
php artisan migrate --package=devfactory/elshop

```

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity43

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 97.4% 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/51b27ef81332de9328fd9d6c4e10156c73c33e86bd63e337eae3bb4985a956ff?d=identicon)[devfactory](/maintainers/devfactory)

---

Top Contributors

[![gmarineau](https://avatars.githubusercontent.com/u/1737065?v=4)](https://github.com/gmarineau "gmarineau (111 commits)")[![gbaudoin](https://avatars.githubusercontent.com/u/712800?v=4)](https://github.com/gbaudoin "gbaudoin (2 commits)")[![markcameron](https://avatars.githubusercontent.com/u/1106894?v=4)](https://github.com/markcameron "markcameron (1 commits)")

### Embed Badge

![Health badge](/badges/devfactory-elshop/health.svg)

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

PHPackages © 2026

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