PHPackages                             canary/station - 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. [Authentication &amp; Authorization](/categories/authentication)
4. /
5. canary/station

ActiveLibrary[Authentication &amp; Authorization](/categories/authentication)

canary/station
==============

Easy CRUD and User Auth Mix For Laravel 4

0.2.0(11y ago)122823[2 issues](https://github.com/thecanarycollective/station/issues)[1 PRs](https://github.com/thecanarycollective/station/pulls)MITJavaScriptPHP &gt;=5.3.0

Since Feb 17Pushed 9y ago5 watchersCompare

[ Source](https://github.com/thecanarycollective/station)[ Packagist](https://packagist.org/packages/canary/station)[ RSS](/packages/canary-station/feed)WikiDiscussions master Synced 2d ago

READMEChangelog (2)Dependencies (2)Versions (5)Used By (0)

Station
=======

[](#station)

Incredibly Flexible CRUD, Content and User Management System For Laravel 4.1
----------------------------------------------------------------------------

[](#incredibly-flexible-crud-content-and-user-management-system-for-laravel-41)

Tired of creating and configuring similar models and controllers which deal with basic CRUD, validation and user role-based capabilities? Station allows developers to setup and configure a backend CMS for a Laravel app/site very quickly.

Features
--------

[](#features)

- UI using a vanilla bootstrap layout which you can style in your own app.
- Allows for easy table association setup through config files.

Requirements
------------

[](#requirements)

- GD (compiled with PHP, if you want to take advantage of the image resizing features)

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

[](#installation)

The Station Service Provider can be installed via [Composer](http://getcomposer.org) by requiring the `canary/station` package in your project's `composer.json`.

```
{
    "require": {
        "canary/station": "0.1.*"
    }
}
```

Then run a composer update

```
composer update
```

Configuration &amp; Setup
-------------------------

[](#configuration--setup)

This assumes you have a working dev or production environment with Laravel 4 already installed.

### 1. Register Station in app/config/app.php

[](#1-register-station-in-appconfigappphp)

To use station, you must register the provider when bootstrapping your Laravel application.

Find the `providers` key in your `app/config/app.php` and register the Station Service Provider.

```
    'providers' => array(
        // ...
        'Canary\Station\StationServiceProvider',
        'Way\Generators\GeneratorsServiceProvider',
    )
```

### 2. Use artisan to set up Station's default config files within your app

[](#2-use-artisan-to-set-up-stations-default-config-files-within-your-app)

Then publish the package configuration files using Artisan. This will copy Station's default configuration to your app. You can then change and add to these configuration files as needed.

```
php artisan config:publish canary/station
```

At this time you can (optionally) edit `/app/config/packages/canary/station/_app.php` and change the `root_admin_email`

### 3. Run Station's Build Command.

[](#3-run-stations-build-command)

This will generate migrations, run migrations, generate models, and seed the database.

```
php artisan station:build
```

### 4. Publish The Package's Assets To Your App

[](#4-publish-the-packages-assets-to-your-app)

```
php artisan asset:publish canary/station
```

### 5. Test Installation

[](#5-test-installation)

You should now be able to browse to your app at:

http://{host}/station/ (ex. ) and see station running without errors.

You can log in using user/password: `admin/admin`

### 6. Configure Station and Your Panels!

[](#6-configure-station-and-your-panels)

Start by editing `/app/config/packages/canary/station/_app.php`

Then create files for each panel in /app/config/packages/canary/station/ \[we need documentation on this\]

That's it. You now have a fully functioning back end and user management system for your site.

Notable Limitations
-------------------

[](#notable-limitations)

- The validation rule 'unique' MUST accept 2 parameters: table name, and column name. No more and no less. \[ex. unique:users,username\]

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance17

Infrequent updates — may be unmaintained

Popularity20

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity51

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 93.5% 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 ~167 days

Total

2

Last Release

4302d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/3980bf656eeb1c2b0d3b7cf6b98a5b04e80cac3e503c1306f73e6c60daf859b9?d=identicon)[canary](/maintainers/canary)

---

Top Contributors

[![phirschybar](https://avatars.githubusercontent.com/u/1312212?v=4)](https://github.com/phirschybar "phirschybar (130 commits)")[![timbotron](https://avatars.githubusercontent.com/u/283604?v=4)](https://github.com/timbotron "timbotron (9 commits)")

### Embed Badge

![Health badge](/badges/canary-station/health.svg)

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

###  Alternatives

[bezhansalleh/filament-shield

Filament support for `spatie/laravel-permission`.

2.8k2.9M88](/packages/bezhansalleh-filament-shield)[illuminate/auth

The Illuminate Auth package.

9327.3M1.0k](/packages/illuminate-auth)[olssonm/l5-very-basic-auth

Laravel stateless HTTP basic auth without the need for a database

1662.5M1](/packages/olssonm-l5-very-basic-auth)[stechstudio/laravel-jwt

Helper package that makes it easy to generate, consume, and protect routes with JWT tokens in Laravel

126117.6k](/packages/stechstudio-laravel-jwt)[scaler-tech/laravel-saml2

SAML2 Service Provider integration for Laravel applications, based on OneLogin toolkit

2737.5k](/packages/scaler-tech-laravel-saml2)[truckersmp/steam-socialite

Laravel Socialite provider for Steam OpenID.

1516.7k](/packages/truckersmp-steam-socialite)

PHPackages © 2026

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