PHPackages                             dashed/dashed-ecommerce-core - 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. dashed/dashed-ecommerce-core

ActiveLibrary

dashed/dashed-ecommerce-core
============================

DashedEcommerce Core package

v4.0.223(1mo ago)03.3k↓50%[2 PRs](https://github.com/DashedCMS/dashed-ecommerce-core/pulls)MITPHPPHP ^8.4CI failing

Since Oct 10Pushed 1mo ago1 watchersCompare

[ Source](https://github.com/DashedCMS/dashed-ecommerce-core)[ Packagist](https://packagist.org/packages/dashed/dashed-ecommerce-core)[ Docs](https://github.com/Dashed-DEV/dashed-ecommerce-core)[ RSS](/packages/dashed-dashed-ecommerce-core/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (10)Dependencies (36)Versions (965)Used By (0)

Dashed Ecommerce Core package
=============================

[](#dashed-ecommerce-core-package)

[![Latest Version on Packagist](https://camo.githubusercontent.com/6f333c69e54708275b6fa7aa25f5ab148993c497439218b3abadab0273073dd8/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f4461736865642d4445562f6461736865642d65636f6d6d657263652d636f72652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/Dashed-DEV/dashed-ecommerce-core)[![GitHub Tests Action Status](https://camo.githubusercontent.com/349b1454709bccb678de97c555cc6137b32728bf951714b37fd0b4705195355e/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f4461736865642d4445562f6461736865642d65636f6d6d657263652d636f72652f72756e2d74657374733f6c6162656c3d7465737473)](https://github.com/Dashed-DEV/dashed-ecommerce-core/actions?query=workflow%3Arun-tests+branch%3Amain)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/d72d830e45e0c2eb66f3c111fb7558583f99f5af8d7c6a5cecbf868895b686c6/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f4461736865642d4445562f6461736865642d65636f6d6d657263652d636f72652f436865636b253230262532306669782532307374796c696e673f6c6162656c3d636f64652532307374796c65)](https://github.com/Dashed-DEV/dashed-ecommerce-core/actions?query=workflow%3A%22Check+%26+fix+styling%22+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/8422f692c85f6e56aa5128a64ebfb476bd2e5455e45d5df6a4a9af2dde4e264c/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f4461736865642d4445562f6461736865642d65636f6d6d657263652d636f72652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/Dashed-DEV/dashed-ecommerce-core)

This is where your description should go. Limit it to a paragraph or two. Consider adding a small example.

Support us
----------

[](#support-us)

\[[![](https://camo.githubusercontent.com/0cb66710b3ffec9434c6b57d7e1658a6bbcb15e56ebcc113a6bad4a5ec64fcbe/68747470733a2f2f6769746875622d6164732e73332e65752d63656e7472616c2d312e616d617a6f6e6177732e636f6d2f4461736865642045636f6d6d6572636520436f72652e6a70673f743d31)](https://camo.githubusercontent.com/0cb66710b3ffec9434c6b57d7e1658a6bbcb15e56ebcc113a6bad4a5ec64fcbe/68747470733a2f2f6769746875622d6164732e73332e65752d63656e7472616c2d312e616d617a6f6e6177732e636f6d2f4461736865642045636f6d6d6572636520436f72652e6a70673f743d31)\]( Ecommerce Core)

We invest a lot of resources into creating [best in class open source packages](https://spatie.be/open-source). You can support us by [buying one of our paid products](https://spatie.be/open-source/support-us).

We highly appreciate you sending us a postcard from your hometown, mentioning which of our package(s) you are using. You'll find our address on [our contact page](https://spatie.be/about-us). We publish all received postcards on [our virtual postcard wall](https://spatie.be/open-source/postcards).

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

[](#installation)

You can install the package via composer:

```
composer require dashed/dashed-ecommerce-core
```

You can publish and run the migrations with:

```
php artisan vendor:publish --tag="dashed-ecommerce-core-migrations"
php artisan migrate
```

You can publish the config file with:

```
php artisan vendor:publish --tag="dashed-ecommerce-core-config"
```

Optionally, you can publish the views using

```
php artisan vendor:publish --tag="dashed-ecommerce-core-views"
```

This is the contents of the published config file:

```
return [
];
```

Usage
-----

[](#usage)

```
$dashed-ecommerce-core = new Dashed\DashedEcommerceCore();
echo $dashed-ecommerce-core->echoPhrase('Hello, Dashed!');
```

Testing
-------

[](#testing)

```
composer test
```

Changelog
---------

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

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

[](#contributing)

Please see [CONTRIBUTING](.github/CONTRIBUTING.md) for details.

Security Vulnerabilities
------------------------

[](#security-vulnerabilities)

Please review [our security policy](../../security/policy) on how to report security vulnerabilities.

Credits
-------

[](#credits)

- [Robin van Maasakker](https://github.com/Dashed)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

55

—

FairBetter than 98% of packages

Maintenance89

Actively maintained with recent releases

Popularity21

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity84

Battle-tested with a long release history

 Bus Factor1

Top contributor holds 97.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 ~1 days

Total

960

Last Release

53d ago

Major Versions

v1.0.38 → v2.0.12023-11-08

v2.2.295 → v4.0.02025-10-26

PHP version history (4 changes)v1.0PHP ^8.2

v2.1.137PHP ^8.3

v2.1.249PHP ^8.4

v2.1.250PHP ^8.3|^8.4

### Community

Maintainers

![](https://www.gravatar.com/avatar/a7b24523d1886867475cbc2b4342b54b4427055e5b03745170d5299d2946cae7?d=identicon)[Robinvm](/maintainers/Robinvm)

---

Top Contributors

[![Robinvm](https://avatars.githubusercontent.com/u/22294849?v=4)](https://github.com/Robinvm "Robinvm (749 commits)")[![MilanVrenssen1](https://avatars.githubusercontent.com/u/113173230?v=4)](https://github.com/MilanVrenssen1 "MilanVrenssen1 (10 commits)")[![MilanVrenssen](https://avatars.githubusercontent.com/u/71873515?v=4)](https://github.com/MilanVrenssen "MilanVrenssen (8 commits)")

---

Tags

laravelDasheddashed-ecommerce-core

###  Code Quality

TestsPest

Code StylePHP CS Fixer

### Embed Badge

![Health badge](/badges/dashed-dashed-ecommerce-core/health.svg)

```
[![Health](https://phpackages.com/badges/dashed-dashed-ecommerce-core/health.svg)](https://phpackages.com/packages/dashed-dashed-ecommerce-core)
```

###  Alternatives

[bagisto/bagisto

Bagisto Laravel E-Commerce

26.2k161.6k7](/packages/bagisto-bagisto)[krayin/laravel-crm

Krayin CRM

22.0k32.8k1](/packages/krayin-laravel-crm)[unopim/unopim

UnoPim Laravel PIM

9.4k1.8k](/packages/unopim-unopim)[elegantly/laravel-invoices

Store invoices safely in your Laravel application

23131.8k](/packages/elegantly-laravel-invoices)[tapp/filament-form-builder

User facing form builder using Filament components

131.2k1](/packages/tapp-filament-form-builder)

PHPackages © 2026

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