PHPackages                             rtablada/package-installer - 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. rtablada/package-installer

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

rtablada/package-installer
==========================

An easy to use package installer for Laravel 4

0.1.0(13y ago)12868.9k14[5 issues](https://github.com/rtablada/package-installer/issues)MITPHPPHP &gt;=5.3.0

Since Jun 8Pushed 12y ago8 watchersCompare

[ Source](https://github.com/rtablada/package-installer)[ Packagist](https://packagist.org/packages/rtablada/package-installer)[ RSS](/packages/rtablada-package-installer/feed)WikiDiscussions master Synced 2w ago

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

Laravel 4 Package Installer
===========================

[](#laravel-4-package-installer)

[![Build Status](https://camo.githubusercontent.com/c406a4a47a0ffca8078ec4b21bc802e182df4521f1d59a21fc67a5d56b787527/68747470733a2f2f7472617669732d63692e6f72672f727461626c6164612f7061636b6167652d696e7374616c6c65722e706e673f6272616e63683d6d6173746572)](http://travis-ci.org/rtablada/package-installer)

This package allows for quick and easy installation of supported Laravel 4 packages. This packages installs packages and adds any necessary ServiceProviders and Aliases.

Installing Package Installer
----------------------------

[](#installing-package-installer)

This package installer is available through packagist and composer.

Add `"rtablada/package-installer": "dev-master"` to your `composer.json` or run `composer require rtablada/package-installer`.

Then you have to add `"Rtablada\PackageInstaller\PackageInstallerServiceProvider"` to your list of providers in your `app/config/app.php`. Luckily, this will be one of the last package Aliases you will ever have to add manually!

Using this installer
--------------------

[](#using-this-installer)

This package allows for supported packages to be installed by running `php artisan package:install vendor/name`. For instance, to install [Traffic Signs](https://github.com/rtablada/traffic-signs)(a simple error page handler) you can run `php artisan package:install rtablada/traffic-signs`.

Developing packages for Laravel 4 Package Installer
---------------------------------------------------

[](#developing-packages-for-laravel-4-package-installer)

To allow your package to be installed by Laravel 4 Package Installer, just add a `provides.json` to the root of your package.

The format for `provides.json` looks like this:

```
{
  "providers": [
    "Illuminate\Html\HtmlServiceProvider"
  ],
  "aliases": [
    {
      "alias": "HTML",
      "facade": "Illuminate\Support\Facades\HTML"
    }
  ]
}
```

\*\* Note that either valid JSON or invalid JSON can be written to add to the readability of the `provides.json` this is to increase human readability while allowing developers to write whichever way they prefer.

###  Health Score

34

—

LowBetter than 75% of packages

Maintenance19

Infrequent updates — may be unmaintained

Popularity39

Limited adoption so far

Community18

Small or concentrated contributor base

Maturity48

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 93.2% 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

4762d ago

### Community

Maintainers

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

---

Top Contributors

[![rtablada](https://avatars.githubusercontent.com/u/2532004?v=4)](https://github.com/rtablada "rtablada (41 commits)")[![caouecs](https://avatars.githubusercontent.com/u/447849?v=4)](https://github.com/caouecs "caouecs (1 commits)")[![livkiss](https://avatars.githubusercontent.com/u/256075?v=4)](https://github.com/livkiss "livkiss (1 commits)")[![terion-name](https://avatars.githubusercontent.com/u/1060205?v=4)](https://github.com/terion-name "terion-name (1 commits)")

---

Tags

laravel

### Embed Badge

![Health badge](/badges/rtablada-package-installer/health.svg)

```
[![Health](https://phpackages.com/badges/rtablada-package-installer/health.svg)](https://phpackages.com/packages/rtablada-package-installer)
```

###  Alternatives

[laravel/ai

The official AI SDK for Laravel.

9782.1M161](/packages/laravel-ai)[psalm/plugin-laravel

Psalm plugin for Laravel

3345.1M337](/packages/psalm-plugin-laravel)[roots/acorn

Framework for Roots WordPress projects built with Laravel components.

9742.3M121](/packages/roots-acorn)[propaganistas/laravel-disposable-email

Disposable email validator

6012.9M7](/packages/propaganistas-laravel-disposable-email)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

245.2k](/packages/aedart-athenaeum)[flarum/core

Delightfully simple forum software.

201.4M2.2k](/packages/flarum-core)

PHPackages © 2026

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