PHPackages                             vardanm1993/laravel-alias-manager - 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. [Testing &amp; Quality](/categories/testing)
4. /
5. vardanm1993/laravel-alias-manager

ActiveLibrary[Testing &amp; Quality](/categories/testing)

vardanm1993/laravel-alias-manager
=================================

A professional, project-aware DAM-style alias manager for Laravel, Sail, Composer, Git, frontend, quality, Docker, security, and daily workflows.

v0.4.0(3w ago)04MITPHPPHP ^8.2CI passing

Since May 12Pushed 3w agoCompare

[ Source](https://github.com/vardanm1993/laravel-alias-manager)[ Packagist](https://packagist.org/packages/vardanm1993/laravel-alias-manager)[ Docs](https://github.com/vardanm1993/laravel-alias-manager)[ RSS](/packages/vardanm1993-laravel-alias-manager/feed)WikiDiscussions main Synced 1w ago

READMEChangelog (4)Dependencies (7)Versions (7)Used By (0)

Laravel Alias Manager
=====================

[](#laravel-alias-manager)

[![Latest Version on Packagist](https://camo.githubusercontent.com/f6887fa296fe93abba2ce8b672f109951362ce2d61a75d89733eb82a010a2e11/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f76617264616e6d313939332f6c61726176656c2d616c6961732d6d616e616765722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/vardanm1993/laravel-alias-manager)[![Total Downloads](https://camo.githubusercontent.com/21b1f57427201f67d66744e49d4d18defc63386444f7c7c4168cb0e142bc8d5b/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f76617264616e6d313939332f6c61726176656c2d616c6961732d6d616e616765722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/vardanm1993/laravel-alias-manager)[![Composer Quality](https://camo.githubusercontent.com/ec0174c3d51c2667859eae8f01809493aa38edd68a9b5228be557bc884e966b7/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f76617264616e6d313939332f6c61726176656c2d616c6961732d6d616e616765722f63692e796d6c3f6272616e63683d6d61696e266c6162656c3d7175616c697479267374796c653d666c61742d737175617265)](https://github.com/vardanm1993/laravel-alias-manager/actions/workflows/ci.yml)[![License](https://camo.githubusercontent.com/e61a79f8f62b85cc039bea81d3804906a16b6f308cb9602c129a69c0d811ee50/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f76617264616e6d313939332f6c61726176656c2d616c6961732d6d616e616765722e7376673f7374796c653d666c61742d737175617265)](LICENSE)[![PHP Version](https://camo.githubusercontent.com/52c78095a0ed67707a07f3803cd0bbcfe2aef0eb10ba322f47510b8ad607828a/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f646570656e64656e63792d762f76617264616e6d313939332f6c61726176656c2d616c6961732d6d616e616765722f7068703f7374796c653d666c61742d737175617265)](composer.json)

A professional, project-aware alias and shortcut manager for Laravel, PHP, Sail, Composer, Git, GitHub CLI, npm, pnpm, Yarn, Vite, Pest, Pint, Rector, PHPStan, Docker, security, and daily full-stack workflows.

Laravel Alias Manager keeps daily terminal shortcuts organized, readable, safe, and project-aware. It ships DAM-style full-stack Laravel aliases, install presets, searchable catalogs, daily favorites, guarded shell functions, and safe Bash/Zsh profile installation without touching the rest of the file.

Preview
-------

[](#preview)

 [![Laravel Alias Manager presets and search terminal preview](art/preview-list.svg)](art/preview-list.svg)

 [![Laravel Alias Manager managed shell function block terminal preview](art/preview-install.svg)](art/preview-install.svg)

```
php artisan alias-manager:install --preset=pro --daily=gst --daily=routes --daily=qa
```

```
# >>> laravel-alias-manager >>>
# This block is managed by Laravel Alias Manager.
# Shortcuts run only inside a Laravel project.

# git: Daily Git workflow shortcuts.
gst() {
    __lam_run_cmd 'git status -sb' "$@"
}

# sail: Laravel Sail shortcuts.
sup() {
    __lam_run_cmd './vendor/bin/sail up -d' "$@"
}

snrd() {
    __lam_run_cmd './vendor/bin/sail npm run dev' "$@"
}

lamdaily() {
    gst || return $?
    routes || return $?
    qa || return $?
}

# >>
# This block is managed by Laravel Alias Manager.
# Shortcuts run only inside a Laravel project.
...
#  [
        'description' => 'Project-specific shortcuts.',
        'aliases' => [
            'pa' => 'php artisan',
            'test' => 'php artisan test',
        ],
    ],
],
```

Then preview or install your custom group:

```
php artisan alias-manager:preview project
php artisan alias-manager:install project
```

Custom aliases are guarded the same way as the built-in catalog, so they only run inside a detected Laravel project.

You can configure daily favorites:

```
'daily' => ['gst', 'routes', 'qa'],
```

Or pass them during install:

```
php artisan alias-manager:install --preset=pro --daily=gst --daily=routes --daily=qa
```

Development
-----------

[](#development)

Run the full local quality suite:

```
composer quality
```

Individual checks are also available:

```
composer lint
composer analyse
composer refactor:dry
composer test
```

License
-------

[](#license)

Laravel Alias Manager is open-sourced software licensed under the [MIT license](LICENSE).

###  Health Score

38

—

LowBetter than 83% of packages

Maintenance94

Actively maintained with recent releases

Popularity5

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

Every ~0 days

Total

5

Last Release

26d ago

### Community

Maintainers

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

---

Top Contributors

[![vardanm1993](https://avatars.githubusercontent.com/u/120458857?v=4)](https://github.com/vardanm1993 "vardanm1993 (39 commits)")

---

Tags

aliasesartisanclicomposerdeveloper-toolsdockerlaravelpestphpphpstanpintrectorsailshellshortcutsphpcomposersearchclilaravelshellartisandockershortcutsaliasesdeveloper-toolssaildailypresetsproject-aware

###  Code Quality

TestsPest

Static AnalysisPHPStan, Rector

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/vardanm1993-laravel-alias-manager/health.svg)

```
[![Health](https://phpackages.com/badges/vardanm1993-laravel-alias-manager/health.svg)](https://phpackages.com/packages/vardanm1993-laravel-alias-manager)
```

###  Alternatives

[larastan/larastan

Larastan - Discover bugs in your code without running it. A phpstan/phpstan extension for Laravel

6.4k51.0M7.4k](/packages/larastan-larastan)[nunomaduro/laravel-console-menu

Laravel Console Menu is an output method for your Laravel/Laravel Zero commands.

816424.6k51](/packages/nunomaduro-laravel-console-menu)[calebdw/larastan

Larastan - Discover bugs in your code without running it. A phpstan/phpstan extension for Laravel

15104.9k4](/packages/calebdw-larastan)[grazulex/laravel-devtoolbox

Swiss-army artisan CLI for Laravel — Scan, inspect, debug, and explore every aspect of your Laravel application from the command line.

1556.7k](/packages/grazulex-laravel-devtoolbox)

PHPackages © 2026

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