PHPackages                             blemli/partysan - 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. blemli/partysan

ActiveLibrary

blemli/partysan
===============

stop wishing and start building

v0.1.0(today)00MITPHPPHP ^8.4CI failing

Since Jul 27Pushed todayCompare

[ Source](https://github.com/blemli/partysan)[ Packagist](https://packagist.org/packages/blemli/partysan)[ Docs](https://github.com/blemli/partysan)[ GitHub Sponsors](https://github.com/blemli)[ RSS](/packages/blemli-partysan/feed)WikiDiscussions main Synced today

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

partysan
========

[](#partysan)

**stop wishing and start building**

[![Latest Version on Packagist](https://camo.githubusercontent.com/97978d0ee81b17f60722fa468c2525c64a598632bc7a94922f9c309f60480826/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f626c656d6c692f706172747973616e2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/blemli/partysan)[![Total Downloads](https://camo.githubusercontent.com/c563464438e2eee950cfd9f8d63399d066c98aa6ea201978a5890056f01807f5/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f626c656d6c692f706172747973616e2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/blemli/partysan)

[![partysan](assets/partysan.png)](assets/partysan.png)

Frequently I find myself thinking *"it would be nice if an artisan command existed for this".* This package solves that problem by adding hundreds of missing artisan commands. More in sight: **Keep the PR's coming!**

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

[](#installation)

```
composer require blemli/partysan --dev
```

Usage
-----

[](#usage)

just run `php artisan browse` and have fun.

Commands
--------

[](#commands)

`browse`, `plugin:switch`, `db:create`

### db:create

[](#dbcreate)

Create the database for a connection if it does not exist yet. Supports all first-party Laravel drivers: `sqlite`, `mysql`, `mariadb`, `pgsql` and `sqlsrv`.

```
# create the database of the default connection
php artisan db:create

# create a specific database on a specific connection
php artisan db:create my_database --connection=pgsql

# mysql/mariadb charset & collation (defaults to the connection config)
php artisan db:create --charset=utf8mb4 --collation=utf8mb4_unicode_ci

# use a privileged account when the app user may not create databases
php artisan db:create --admin-user=root --admin-password=secret

# skip the confirmation prompt in production
php artisan db:create --force
```

For `sqlite` the database file (including missing parent directories) is created. For the server drivers the command connects to the server's maintenance database (`postgres` for pgsql, `master` for sqlsrv) with the connection's credentials — or the given admin credentials — and issues a `CREATE DATABASE` if it is missing.

### plugin:switch

[](#pluginswitch)

Switch a composer dependency between local symlink, VCS (git) and Packagist sources:

```
php artisan plugin:switch                          # interactive
php artisan plugin:switch vendor/package --local   # symlink a local checkout
php artisan plugin:switch vendor/package --vcs     # use a git repo/branch
php artisan plugin:switch vendor/package --packagist  # reset to Packagist
```

###  Health Score

38

—

LowBetter than 83% of packages

Maintenance100

Actively maintained with recent releases

Popularity0

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity40

Maturing project, gaining track record

 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

0d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/116230743?v=4)[Problemli GmbH](/maintainers/blemli)[@blemli](https://github.com/blemli)

---

Top Contributors

[![grafst](https://avatars.githubusercontent.com/u/8471055?v=4)](https://github.com/grafst "grafst (3 commits)")

---

Tags

laravelblemlipartysan

###  Code Quality

TestsPest

Static AnalysisPHPStan

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/blemli-partysan/health.svg)

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

###  Alternatives

[spatie/laravel-pdf

Create PDFs in Laravel apps

1.0k4.8M48](/packages/spatie-laravel-pdf)[rawilk/profile-filament-plugin

Profile &amp; MFA starter kit for filament.

3914.8k](/packages/rawilk-profile-filament-plugin)[harris21/laravel-fuse

Circuit breaker for Laravel queue jobs. Protect your workers from cascading failures.

45955.7k](/packages/harris21-laravel-fuse)[vormkracht10/laravel-mails

Laravel Mails can collect everything you might want to track about the mails that has been sent by your Laravel app.

24957.5k](/packages/vormkracht10-laravel-mails)[lettermint/lettermint-laravel

Official Lettermint driver for Laravel

1190.2k1](/packages/lettermint-lettermint-laravel)

PHPackages © 2026

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