PHPackages                             servergrove/shell-alias-bundle - 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. servergrove/shell-alias-bundle

ActiveSymfony-bundle[Utility &amp; Helpers](/categories/utility)

servergrove/shell-alias-bundle
==============================

This bundle generates a list of shell aliases for commands registered in the Symfony application

211.2k1PHP

Since Nov 4Pushed 13y ago6 watchersCompare

[ Source](https://github.com/servergrove/ServerGroveShellAliasBundle)[ Packagist](https://packagist.org/packages/servergrove/shell-alias-bundle)[ RSS](/packages/servergrove-shell-alias-bundle/feed)WikiDiscussions master Synced 1w ago

READMEChangelogDependenciesVersions (1)Used By (0)

ServerGroveShellAliasBundle
===========================

[](#servergroveshellaliasbundle)

The ServerGroveShellAliasBundle is a Symfony2 bundle that generates a list of shell aliases for commands registered in the Symfony application. The list of aliases can then be included in /etc/bash\_profile or ~/.profile configuration files so the commands can be autocompleted with the tab key.

Usage
-----

[](#usage)

```
$ php app/console generate:shell:aliases
$ php app/console generate:shell:aliases --prefix=myapp --php=/usr/local/bin/php --absolute

```

The list of aliases that it generates would look like this:

```
alias console-help="php app/console help"
alias console-list="php app/console list"
alias console-assets-install="php app/console assets:install"
alias console-cache-clear="php app/console cache:clear"
alias console-cache-warmup="php app/console cache:warmup"
alias console-config-dump-reference="php app/console config:dump-reference"
alias console-container-debug="php app/console container:debug"
alias console-router-dump-apache="php app/console router:dump-apache"
alias console-router-debug="php app/console router:debug"
alias console-router-match="php app/console router:match"
alias console-server-run="php app/console server:run"
alias console-translation-update="php app/console translation:update"
alias console-init-acl="php app/console init:acl"
alias console-twig-lint="php app/console twig:lint"
alias console-swiftmailer-spool-send="php app/console swiftmailer:spool:send"
alias console-assetic-dump="php app/console assetic:dump"

```

Then, you can start typing the name of the command and auto-complete with the tab key: console-s\[TAB\] will complete to console-server-run.

If the absolute option is defined, the aliases will include the absolute path of the Symfony application, so you can call these commands from anywhere in the filesystem.

Installation:
-------------

[](#installation)

Add the bundle with Composer:

```
$ php composer.phar require "servergrove/shell-alias-bundle dev-master"

```

Enable it in your app/AppKernel.php

```
public function registerBundles()
{
	$bundles = array(
		...

		new ServerGrove\Bundle\ShellAliasBundle\ServerGroveShellAliasBundle(),
	);

	...
}

```

More information:
-----------------

[](#more-information)

- [ServerGrove Blog](http://blog.servergrove.com/)
- [Follow ServerGrove @ Twitter](http://twitter.com/servergrove)
- [GitHub Downloads](http://github.com/servergrove)

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity23

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/05f6e92a30f69a12acbdcd7602d53ebac895ff467d9434d5c3b37e592198b6b5?d=identicon)[pgodel](/maintainers/pgodel)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/servergrove-shell-alias-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/servergrove-shell-alias-bundle/health.svg)](https://phpackages.com/packages/servergrove-shell-alias-bundle)
```

###  Alternatives

[karlmonson/laravel-ping

Simple Ping For Laravel Applications

2939.4k](/packages/karlmonson-laravel-ping)[irfa/php-gatcha

Simple Items Gatcha with PHP

362.4k](/packages/irfa-php-gatcha)

PHPackages © 2026

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