PHPackages                             torann/registry - 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. torann/registry

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

torann/registry
===============

Laravel registry manager for application configurations

0.2.0(11y ago)222.0k15[7 issues](https://github.com/Torann/laravel-registry/issues)[4 PRs](https://github.com/Torann/laravel-registry/pulls)BSD 2-ClausePHPPHP &gt;=5.3.0

Since Dec 23Pushed 7y ago5 watchersCompare

[ Source](https://github.com/Torann/laravel-registry)[ Packagist](https://packagist.org/packages/torann/registry)[ RSS](/packages/torann-registry/feed)WikiDiscussions master Synced 2d ago

READMEChangelogDependencies (1)Versions (5)Used By (0)

Registry Manager for Laravel
============================

[](#registry-manager-for-laravel)

[![Latest Stable Version](https://camo.githubusercontent.com/d7b94d9ff9c07669c10d10eb9d4cf255db44ea0772217299098e7a55612c4318/68747470733a2f2f706f7365722e707567782e6f72672f746f72616e6e2f72656769737472792f762f737461626c652e706e67)](https://packagist.org/packages/torann/registry) [![Total Downloads](https://camo.githubusercontent.com/eb660d14ecaed44eab2d1be23940459f2cb50551c5b09aef437f73d25827488e/68747470733a2f2f706f7365722e707567782e6f72672f746f72616e6e2f72656769737472792f646f776e6c6f6164732e706e67)](https://packagist.org/packages/torann/registry)

Registry manager for Laravel 5. An alternative for managing application configurations and settings. Now with the magic of caching, so no more database calls to simply get site setting.

---

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

[](#installation)

- [Registry on Packagist](https://packagist.org/packages/torann/registry)
- [Registry on GitHub](https://github.com/Torann/laravel-registry)
- [Laravel 4 Installation](http://lyften.com/projects/laravel-registry/doc/laravel-4.html)

To get the latest version of Registry simply require it in your `composer.json` file.

```
"torann/registry": "0.2.*@dev"

```

You'll then need to run `composer install` to download it and have the autoloader updated.

Once Registry is installed you need to register the service provider with the application. Open up `app/app.php` and find the `providers` key.

```
'providers' => array(
    'Torann\Registry\RegistryServiceProvider',
)
```

Registry also ships with a facade which provides the static syntax for creating collections. You can register the facade in the aliases key of your `app/app.php` file.

```
'aliases' => array(
    'Registry' => 'Torann\Registry\Facades\Registry',
)
```

### Publish the configurations and migration

[](#publish-the-configurations-and-migration)

Run this on the command line from the root of your project:

```
$ php artisan vendor:publish

```

A configuration file will be publish to `config/registry.php` and a migration file to `database/migrations/`

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

[](#documentation)

[View the official documentation](http://lyften.com/projects/laravel-registry/).

Change Log
----------

[](#change-log)

#### v0.2.0

[](#v020)

- Update to Laravel 5

#### v0.1.3

[](#v013)

- Added timestamp managers for multi-instance websites
- Added custom caching

#### v0.1.2

[](#v012)

- Added config for custom table name
- Added forced variable types
- Code cleanup

#### v0.1.1

[](#v011)

- Bug fixes

#### v0.1.0

[](#v010)

- First release

###  Health Score

29

—

LowBetter than 60% of packages

Maintenance14

Infrequent updates — may be unmaintained

Popularity28

Limited adoption so far

Community15

Small or concentrated contributor base

Maturity51

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 96.3% 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 ~141 days

Total

4

Last Release

4099d ago

### Community

Maintainers

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

---

Top Contributors

[![Torann](https://avatars.githubusercontent.com/u/1406755?v=4)](https://github.com/Torann "Torann (26 commits)")[![kwolniak](https://avatars.githubusercontent.com/u/302761?v=4)](https://github.com/kwolniak "kwolniak (1 commits)")

---

Tags

laravelconfigurationSettingsregistry

### Embed Badge

![Health badge](/badges/torann-registry/health.svg)

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

###  Alternatives

[edvinaskrucas/settings

Persistent settings package for Laravel framework.

22483.1k1](/packages/edvinaskrucas-settings)[illuminatech/array-factory

Allows DI aware object creation from array definition

2159.6k6](/packages/illuminatech-array-factory)

PHPackages © 2026

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