PHPackages                             thirdsteplabs/administrator - 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. [Database &amp; ORM](/categories/database)
4. /
5. thirdsteplabs/administrator

ActiveLibrary[Database &amp; ORM](/categories/database)

thirdsteplabs/administrator
===========================

A database interface package for Laravel

027PHP

Since Aug 21Pushed 11y ago1 watchersCompare

[ Source](https://github.com/beaulm/Administrator)[ Packagist](https://packagist.org/packages/thirdsteplabs/administrator)[ RSS](/packages/thirdsteplabs-administrator/feed)WikiDiscussions master Synced 1w ago

READMEChangelogDependenciesVersions (1)Used By (0)

Laravel Administrator
=====================

[](#laravel-administrator)

Administrator is an administrative interface builder for [Laravel](http://laravel.com). With Administrator you can visually manage your Eloquent models and their relations, and also create stand-alone settings pages for storing site data and performing site tasks.

- **Author:** Jan Hartigan
- **Website:** [http://Thirdsteplabs.com](http://administrator.Thirdsteplabs.com/)
- **Version:** 4.11.2

[![Build Status](https://camo.githubusercontent.com/c1dc84cc609311b27ce9bc3f5b73a0977d5433433f34eb79a3ac79ef177c1a98/68747470733a2f2f7472617669732d63692e6f72672f5468697264737465706c6162732f4c61726176656c2d41646d696e6973747261746f722e706e673f6272616e63683d6d6173746572)](https://travis-ci.org/Thirdsteplabs/Laravel-Administrator)

Composer
--------

[](#composer)

To install Administrator as a Composer package to be used with Laravel 4, simply add this to your composer.json:

```
"thirdsteplabs/administrator": "dev-master"
```

..and run `composer update`. Once it's installed, you can register the service provider in `app/config/app.php` in the `providers` array:

```
'providers' => array(
    'Thirdsteplabs\Administrator\AdministratorServiceProvider',
)
```

Then publish the config file with `php artisan config:publish Thirdsteplabs/administrator`. This will add the file `app/config/packages/Thirdsteplabs/administrator/administrator.php`. This [config file](http://administrator.Thirdsteplabs.com/docs/configuration) is the primary way you interact with Administrator.

Then finally you need to publish the package's assets with the `php artisan asset:publish Thirdsteplabs/administrator` command.

### Laravel 3

[](#laravel-3)

Since Administrator has switched over to Composer, you can no longer use `php artisan bundle:install administrator` or `php artisan bundle:upgrade administrator`. If you want to use Administrator with Laravel 3, you must switch to the [3.3.2 branch](https://github.com/Thirdsteplabs/Laravel-Administrator/tree/3.3.2), download it, and add it in the `/bundles/administrator` directory and add this to your bundles.php file:

```
'administrator' => array(
    'handles' => 'admin', //this determines what URI this bundle will use
    'auto' => true,
),
```

Documentation
-------------

[](#documentation)

The complete docs for Administrator can be found at . You can also find the docs in the `/src/docs` directory.

Copyright and License
---------------------

[](#copyright-and-license)

Administrator was written by Jan Hartigan of Frozen Node for the Laravel framework. Administrator is released under the MIT License. See the LICENSE file for details.

Changelog
---------

[](#changelog)

### 4.11.2

[](#4112)

- Bugfix: Strange legacy issue that was never caught with passing a no-op to array\_get

### 4.11.1

[](#4111)

- Bugfix: There was a routing issue with the new non-numeric model ids

### 4.11.0

[](#4110)

- Model ids no longer have to be numeric
- New translations (vi)

###  Health Score

20

—

LowBetter than 12% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

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://avatars.githubusercontent.com/u/1004904?v=4)[Beau Lynn-Miller](/maintainers/beaulm)[@beaulm](https://github.com/beaulm)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/thirdsteplabs-administrator/health.svg)

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

###  Alternatives

[jdorn/sql-formatter

a PHP SQL highlighting library

3.8k117.8M121](/packages/jdorn-sql-formatter)[backup-manager/backup-manager

A framework agnostic database backup manager with user-definable procedures and support for S3, Dropbox, FTP, SFTP, and more with drivers for popular frameworks.

1.7k1.6M11](/packages/backup-manager-backup-manager)[propel/propel1

Propel is an open-source Object-Relational Mapping (ORM) for PHP5.

8351.6M88](/packages/propel-propel1)[insolita/yii2-migration-generator

Set of gii tools for generating files for migration by schema of table , phpdoc or table data

108508.0k5](/packages/insolita-yii2-migration-generator)[xpdo/xpdo

A PDO-based Object/Relational Bridge Library

7088.4k4](/packages/xpdo-xpdo)[voku/session2db

A PHP library acting as a wrapper for PHP's default session handling functions which stores data in a MySQL database, providing both better performance and better security and protection against session fixation and session hijacking.

2920.0k](/packages/voku-session2db)

PHPackages © 2026

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