PHPackages                             venturedrake/laravel-marketplace - 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. venturedrake/laravel-marketplace

ActiveLibrary

venturedrake/laravel-marketplace
================================

22PHP

Since Jan 16Pushed 5y ago1 watchersCompare

[ Source](https://github.com/venturedrake/laravel-marketplace)[ Packagist](https://packagist.org/packages/venturedrake/laravel-marketplace)[ RSS](/packages/venturedrake-laravel-marketplace/feed)WikiDiscussions master Synced 2d ago

READMEChangelogDependenciesVersions (2)Used By (0)

Laravel Marketplace
===================

[](#laravel-marketplace)

[![Build Status](https://camo.githubusercontent.com/5bd40efe4119ffbd851fbe77e48601ff6a31cf0ac4f2b933358dc0ef38afd0d0/68747470733a2f2f7472617669732d63692e636f6d2f76656e747572656472616b652f6c61726176656c2d6d61726b6574706c6163652e7376673f6272616e63683d6d6173746572)](https://travis-ci.com/venturedrake/laravel-marketplace)[![StyleCI](https://camo.githubusercontent.com/2a252946da26089bc8484e11a7fa8d84951802daaa435c268261832c5f6d1d8f/68747470733a2f2f6769746875622e7374796c6563692e696f2f7265706f732f3331303939313233332f736869656c643f6272616e63683d6d6173746572)](https://github.styleci.io/repos/310991233?branch=master)

> ⚠️ Warning: This is a pre-release version that is not yet ready for production use.

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

[](#installation)

You can install the package via composer:

```
composer require venturedrake/laravel-marketplace
```

You can publish and run the migrations with:

```
php artisan vendor:publish --provider="VentureDrake\LaravelMarketplace\LaravelMarketplaceServiceProvider" --tag="migrations"
php artisan migrate
```

You can publish the config file with:

```
php artisan vendor:publish --provider="VentureDrake\LaravelMarketplace\LaravelMarketplaceServiceProvider" --tag="config"
```

This is the contents of the published config file:

```
return [
];
```

Usage
-----

[](#usage)

```
$laravel-marketplace = new VentureDrake\LaravelMarketplace();
echo $laravel-marketplace->echoPhrase('Hello, VentureDrake!');
```

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)

- [Andrew Drake](https://github.com/AndrewDrake)
- [All Contributors](../../contributors)

License
-------

[](#license)

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

###  Health Score

17

—

LowBetter than 6% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity33

Early-stage or recently created project

 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.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/2742557?v=4)[Andrew Drake](/maintainers/andrewdrake)[@andrewdrake](https://github.com/andrewdrake)

---

Top Contributors

[![andrewdrake](https://avatars.githubusercontent.com/u/2742557?v=4)](https://github.com/andrewdrake "andrewdrake (7 commits)")

### Embed Badge

![Health badge](/badges/venturedrake-laravel-marketplace/health.svg)

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

PHPackages © 2026

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