PHPackages                             matthewbdaly/artisan-standalone - 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. [CLI &amp; Console](/categories/cli)
4. /
5. matthewbdaly/artisan-standalone

ActiveLibrary[CLI &amp; Console](/categories/cli)

matthewbdaly/artisan-standalone
===============================

Allows you to use Artisan outside of a Laravel install

0.0.12(3y ago)3211.3k11[1 issues](https://github.com/matthewbdaly/artisan-standalone/issues)[1 PRs](https://github.com/matthewbdaly/artisan-standalone/pulls)20MITPHPCI failing

Since Jan 1Pushed 3y ago1 watchersCompare

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

READMEChangelogDependencies (10)Versions (13)Used By (20)

artisan-standalone
==================

[](#artisan-standalone)

Allows you to use Artisan outside of a full Laravel or Lumen install.

Why do I want this?
-------------------

[](#why-do-i-want-this)

It's intended so that when you're building a standalone Laravel package, you still have access to the Artisan commands for generating boilerplate and don't have to generate them in your application, then copy them elsewhere.

How do I use it?
----------------

[](#how-do-i-use-it)

You will normally want to install this as a dev dependency in your package:

```
composer require --dev matthewbdaly/artisan-standalone
```

Then you can access the Artisan console in your package as follows:

```
vendor/bin/artisan
```

Can I use it globally?
----------------------

[](#can-i-use-it-globally)

In theory it might, but I haven't set it up to do so - it doesn't actually include Laravel as a dependency, so you'd need to install `laravel/framework` globally as well. My recommendation is to install it on a per-project basis. You might want to check out my [boilerplate package](https://github.com/matthewbdaly/laravel-package-boilerplate), which includes this one as a dependency, and is a good starting point for building a standalone Laravel package.

###  Health Score

37

—

LowBetter than 81% of packages

Maintenance19

Infrequent updates — may be unmaintained

Popularity37

Limited adoption so far

Community22

Small or concentrated contributor base

Maturity60

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

Recently: every ~374 days

Total

12

Last Release

1200d ago

### Community

Maintainers

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

---

Top Contributors

[![matthewbdaly](https://avatars.githubusercontent.com/u/450801?v=4)](https://github.com/matthewbdaly "matthewbdaly (40 commits)")

---

Tags

artisanlaravellumenphplaravellumen

###  Code Quality

TestsPHPUnit

Static AnalysisPsalm

Code StylePHP\_CodeSniffer

Type Coverage Yes

### Embed Badge

![Health badge](/badges/matthewbdaly-artisan-standalone/health.svg)

```
[![Health](https://phpackages.com/badges/matthewbdaly-artisan-standalone/health.svg)](https://phpackages.com/packages/matthewbdaly-artisan-standalone)
```

###  Alternatives

[unopim/unopim

UnoPim Laravel PIM

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

A modular multilingual CMS built with Laravel, enabling developers to manage structured content like pages, news, events, and more.

1.6k20.4k](/packages/typicms-base)[nasirkhan/laravel-starter

A CMS like modular Laravel starter project.

1.4k2.7k](/packages/nasirkhan-laravel-starter)[codewithdennis/larament

Larament is a time-saving starter kit to quickly launch Laravel 13.x projects. It includes FilamentPHP 5.x pre-installed and configured, along with additional tools and features to streamline your development workflow.

3891.8k](/packages/codewithdennis-larament)[socialengine/sniffer-rules

A Lumen 5 and Laravel 5 SquizLabs Code Sniffer 2.0 artisan command. Detect violations of a defined coding standard. It helps your code remains clean and consistent.

1348.3k1](/packages/socialengine-sniffer-rules)[ercogx/laravel-filament-starter-kit

This is a Filament v5 Starter Kit for Laravel 13, designed to accelerate the development of Filament-powered applications.

461.7k](/packages/ercogx-laravel-filament-starter-kit)

PHPackages © 2026

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