PHPackages                             alistairshaw/vendirun - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. alistairshaw/vendirun

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

alistairshaw/vendirun
=====================

Vendirun plugin for front-end Laravel website

1.2.2.0(8y ago)0175PHPPHP &gt;=5.5.9

Since Aug 28Pushed 8y ago1 watchersCompare

[ Source](https://github.com/alistairshaw/vendirun-plugin)[ Packagist](https://packagist.org/packages/alistairshaw/vendirun)[ RSS](/packages/alistairshaw-vendirun/feed)WikiDiscussions master Synced 4w ago

READMEChangelogDependencies (7)Versions (41)Used By (0)

\#SETUP

\###Vendirun Laravel Package

This package can be pulled in to any Laravel project and provides all of the default Vendirun front-end functionality

Latest Stable Version: 1.2.2.0

\###Importing the package into a new front-end

Install Laravel

```
composer create-project laravel/laravel newprojectname 5.2.*

```

Pull the package in via composer:

```
composer require alistairshaw/vendirun

```

Add the namespace to the PSR-4 section

```
"AlistairShaw\\Vendirun\\": "vendor/alistairshaw/vendirun"
```

Edit the /config/app.php file and add the VendirunServiceProvider to the app

```
AlistairShaw\Vendirun\App\Providers\VendirunServiceProvider::class

composer dump-autoload

// use this to publish all the assets including views
artisan vendor:publish

// RECOMMENDED: only copy the public assets
artisan vendor:publish --tag=public

// add --force to overwrite existing files
artisan vendor:publish --tag=public --force
```

Set the correct endpoint URL, client ID and API Key in the laravel .env file (see .env.example file)

The site is working! Now you just need to customise the CSS and any views you like

###  Health Score

30

—

LowBetter than 62% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity70

Established project with proven stability

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

Recently: every ~90 days

Total

39

Last Release

3032d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/73f9bfd4563c8c2fc004079fd5a3141ac7be60b247f64d05a36b1fffe975697a?d=identicon)[alistairshaw](/maintainers/alistairshaw)

---

Top Contributors

[![alistairshaw](https://avatars.githubusercontent.com/u/2110205?v=4)](https://github.com/alistairshaw "alistairshaw (421 commits)")

### Embed Badge

![Health badge](/badges/alistairshaw-vendirun/health.svg)

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

###  Alternatives

[backpack/crud

Quickly build admin interfaces using Laravel, Bootstrap and JavaScript.

3.4k3.6M217](/packages/backpack-crud)[unopim/unopim

UnoPim Laravel PIM

10.5k2.2k](/packages/unopim-unopim)[backpack/basset

Dead-simple way to load CSS or JS assets only once per page, when using Laravel 10+.

207923.1k10](/packages/backpack-basset)[firefly-iii/data-importer

Firefly III Data Import Tool.

8005.8k](/packages/firefly-iii-data-importer)[nickurt/laravel-akismet

Akismet for Laravel 11.x/12.x/13.x

98145.2k3](/packages/nickurt-laravel-akismet)[duncanmcclean/statamic-cargo

Comprehensive e-commerce addon for Statamic. Build bespoke e-commerce sites without the complexity.

3310.1k](/packages/duncanmcclean-statamic-cargo)

PHPackages © 2026

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