PHPackages                             misaf/vendra - 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. misaf/vendra

ActiveProject[Framework](/categories/framework)

misaf/vendra
============

The skeleton application for the Vendra framework.

10.x-dev(4mo ago)10[3 issues](https://github.com/misaf/vendra/issues)MITPHPPHP ^8.3CI failing

Since Feb 27Pushed 2w agoCompare

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

READMEChangelogDependencies (58)Versions (2)Used By (0)

Vendra
======

[](#vendra)

Vendra is a modular Laravel application for e-commerce and marketplace use cases.

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

[](#requirements)

- PHP 8.2+
- Composer
- Node.js and npm
- MySQL or another Laravel-supported database

Local Development
-----------------

[](#local-development)

```
composer install
cp .env.example .env
php artisan key:generate
php artisan migrate
npm install
npm run build
composer dev
```

`composer dev` starts the web server, queue listener, logs, and Vite in watch mode.

Docker Development
------------------

[](#docker-development)

Docker deployments use the container entrypoint for application bootstrap. No additional manual setup commands are required inside the container.

Configuration
-------------

[](#configuration)

Settings cache can be enabled with:

```
SETTINGS_CACHE_ENABLED=true
```

Module Development
------------------

[](#module-development)

Modules are developed locally through Composer path repositories in `app-modules/*`.

Typical workflow:

1. Edit the module inside `app-modules/`.
2. Ensure the package is required in root `composer.json`.
3. Run `composer update ` or `composer dump-autoload` when needed.
4. Run the relevant tests or static analysis.

For production builds, rely on installed Composer packages rather than local path repository workflows.

Useful Commands
---------------

[](#useful-commands)

```
composer test
php artisan test --compact
vendor/bin/pint --dirty --format agent
vendor/bin/phpstan analyse
```

Troubleshooting
---------------

[](#troubleshooting)

- If package changes are not reflected, run `composer dump-autoload`.
- If provider discovery seems stale, run `php artisan package:discover`.
- If configuration values look outdated, run `php artisan config:clear`.
- If frontend changes do not appear, run `npm run dev` or `npm run build`.

License
-------

[](#license)

MIT. See [LICENSE](LICENSE).

###  Health Score

29

—

LowBetter than 57% of packages

Maintenance68

Regular maintenance activity

Popularity2

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity35

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.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

128d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/41fd7351d25e29dafa18068d0418eecf6bb47a7473aabe6bc674b4ca35e71805?d=identicon)[misaf](/maintainers/misaf)

---

Top Contributors

[![misaf](https://avatars.githubusercontent.com/u/8195685?v=4)](https://github.com/misaf "misaf (92 commits)")

---

Tags

frameworklaravel

###  Code Quality

TestsPest

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/misaf-vendra/health.svg)

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

###  Alternatives

[unopim/unopim

UnoPim Laravel PIM

10.5k2.4k](/packages/unopim-unopim)[bagisto/bagisto

Bagisto Laravel E-Commerce

27.6k172.1k9](/packages/bagisto-bagisto)[nasirkhan/laravel-starter

A CMS like modular Laravel starter project.

1.4k2.7k](/packages/nasirkhan-laravel-starter)[fleetbase/core-api

Core Framework and Resources for Fleetbase API

1235.9k20](/packages/fleetbase-core-api)[openclassify/openclassify

The skeleton application for the Laravel framework.

3202.5k](/packages/openclassify-openclassify)

PHPackages © 2026

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