PHPackages                             mradcliffe/larama - 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. [Framework](/categories/framework)
4. /
5. mradcliffe/larama

AbandonedArchivedLibrary[Framework](/categories/framework)

mradcliffe/larama
=================

Laravel Manager

0.3.0(7y ago)211MITPHP

Since Mar 21Pushed 6y ago1 watchersCompare

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

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

larama (Laravel Manager)
========================

[](#larama-laravel-manager)

larama is a standalone Symfony console application for Laravel.

[![Build Status](https://camo.githubusercontent.com/6b329c47e32a799644c4cacfddae96a83fefba4f649d274414bb04432c04f255/68747470733a2f2f7472617669732d63692e6f72672f6d726164636c696666652f6c6172616d612e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/mradcliffe/larama)

It borrows the "alias" concept and some other commands from [drush](https://github.com/drush-ops/drush) so that you can run artisan commands from any directory for any site on a web server given a site alias. Additionally it provides convenience commands for artisan such as "db:cli", "db:drop", "db:dump" and "status".

If a site alias is detected, larama will attempt to bootstrap the Laravel application within that directory. This means that all default commands are available (but currently not application-added commands).

Commands
--------

[](#commands)

### db:cli

[](#dbcli)

Runs `mysql`. Can be used to import a database dump.

```
zcat example_com.sql.gz | larama @example db:cli
```

### db:dump

[](#dbdump)

Provides a full database dump using `mysqldump` or `pg_dump`.

```
larama @example db:dump --gzip --result-file=/path/to/example_com.sql
```

### db:drop

[](#dbdrop)

Drops all tables, views and indexes in a database without requiring database ownership permissions. Useful for lazy programmers who don't provide `::down()` in migrations. This will prompt for confirmation unless the `-y` option is provided.

```
larama @example db:drop
```

### app:status

[](#appstatus)

Prints out information about PHP and the current Laravel application. If no laravel application detected, then it will only print out PHP information.

```
larama @example status
Laravel version     : 5.3.23
Site name           : Example
Site environment    : production
Site URI            : http://www.example.com
Database driver     : mysql
Database hostname   : localhost
Database port       : 3306
Database username   : forge
Database name       : forge
Laravel bootstrap   : Successful
Laravel root        : /var/www/www.example.com
Laravel app root    : /var/www/www.example.com/app
Filesystem driver   : local
Filesystem path     : /var/www/www.example.com/storage/app
Console application : artisan
Console version     : 5.3.23
PHP executable      : /usr/bin/php
PHP configuration   : /etc/php-cli.ini
PHP OS              : Linux
```

```
larama status
Console application : larama (Laravel Manager)
Console version     : 0.1
PHP executable      : /usr/bin/php
PHP configuration   : /etc/php-cli.ini
PHP OS              : Linux
```

Aliases
-------

[](#aliases)

Alias files can be in one of the following directories:

- `/etc/larama/config`
- `$HOME/.larama/config`
- `$HOME/.config/larama`

### Alias File Example

[](#alias-file-example)

```
aliases:
  example:
    approot: '/var/www/example.com'
    url: 'http://example.com'
    fqdn: 'example.com'
  local:
    approot: '/var/www/local.example.com'
    url: 'http://local.example.com'
    fqdn: 'local.example.com'
```

And then you can use `larama @example` to access the example.com application.

###  Health Score

26

—

LowBetter than 41% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity57

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

Total

5

Last Release

2643d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/6a9b59b512e724e913b2dfe1a10f7e70dbf7f60dc00330c7be2478159ced9061?d=identicon)[mradcliffe](/maintainers/mradcliffe)

---

Top Contributors

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

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/mradcliffe-larama/health.svg)

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

###  Alternatives

[tempest/framework

The PHP framework that gets out of your way.

2.2k31.1k12](/packages/tempest-framework)[drupal/core

Drupal is an open source content management platform powering millions of websites and applications.

19664.8M1.6k](/packages/drupal-core)[sulu/sulu

Core framework that implements the functionality of the Sulu content management system

1.3k1.4M196](/packages/sulu-sulu)[drupal/core-recommended

Locked core dependencies; require this project INSTEAD OF drupal/core.

6941.5M398](/packages/drupal-core-recommended)[friendsoftypo3/content-blocks

TYPO3 CMS Content Blocks - Content Types API | Define reusable components via YAML

101466.4k45](/packages/friendsoftypo3-content-blocks)[open-dxp/opendxp

Content &amp; Product Management Framework (CMS/PIM)

9417.2k58](/packages/open-dxp-opendxp)

PHPackages © 2026

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