{"id":18310327,"url":"https://github.com/torann/laravel-registry","last_synced_at":"2025-07-05T13:38:37.153Z","repository":{"id":11737384,"uuid":"14263890","full_name":"Torann/laravel-registry","owner":"Torann","description":"Registry manager for Laravel 4 \u0026 5. An alternative for managing application configurations and settings. Now with the magic of caching.","archived":false,"fork":false,"pushed_at":"2018-07-02T12:21:29.000Z","size":34,"stargazers_count":22,"open_issues_count":11,"forks_count":16,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-06-29T21:03:04.898Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://lyften.com/projects/laravel-registry","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-2-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Torann.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-11-09T19:52:26.000Z","updated_at":"2020-09-28T22:07:55.000Z","dependencies_parsed_at":"2022-09-06T03:42:37.413Z","dependency_job_id":null,"html_url":"https://github.com/Torann/laravel-registry","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/Torann/laravel-registry","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Torann%2Flaravel-registry","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Torann%2Flaravel-registry/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Torann%2Flaravel-registry/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Torann%2Flaravel-registry/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Torann","download_url":"https://codeload.github.com/Torann/laravel-registry/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Torann%2Flaravel-registry/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263750152,"owners_count":23505494,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-05T16:14:07.775Z","updated_at":"2025-07-05T13:38:37.136Z","avatar_url":"https://github.com/Torann.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Registry Manager for Laravel\n\n[![Latest Stable Version](https://poser.pugx.org/torann/registry/v/stable.png)](https://packagist.org/packages/torann/registry) [![Total Downloads](https://poser.pugx.org/torann/registry/downloads.png)](https://packagist.org/packages/torann/registry)\n\nRegistry 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.\n\n----------\n\n## Installation\n\n- [Registry on Packagist](https://packagist.org/packages/torann/registry)\n- [Registry on GitHub](https://github.com/Torann/laravel-registry)\n- [Laravel 4 Installation](http://lyften.com/projects/laravel-registry/doc/laravel-4.html)\n\nTo get the latest version of Registry simply require it in your `composer.json` file.\n\n~~~\n\"torann/registry\": \"0.2.*@dev\"\n~~~\n\nYou'll then need to run `composer install` to download it and have the autoloader updated.\n\nOnce Registry is installed you need to register the service provider with the application. Open up `app/app.php` and find the `providers` key.\n\n```php\n'providers' =\u003e array(\n    'Torann\\Registry\\RegistryServiceProvider',\n)\n```\n\nRegistry 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.\n\n```php\n'aliases' =\u003e array(\n    'Registry' =\u003e 'Torann\\Registry\\Facades\\Registry',\n)\n```\n\n### Publish the configurations and migration\n\nRun this on the command line from the root of your project:\n\n~~~\n$ php artisan vendor:publish\n~~~\n\nA configuration file will be publish to `config/registry.php` and a migration file to `database/migrations/`\n\n## Documentation\n\n[View the official documentation](http://lyften.com/projects/laravel-registry/).\n\n## Change Log\n\n#### v0.2.0\n\n- Update to Laravel 5\n\n#### v0.1.3\n\n- Added timestamp managers for multi-instance websites\n- Added custom caching\n\n#### v0.1.2\n\n- Added config for custom table name\n- Added forced variable types\n- Code cleanup\n\n#### v0.1.1\n\n- Bug fixes\n\n#### v0.1.0\n\n- First release","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftorann%2Flaravel-registry","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftorann%2Flaravel-registry","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftorann%2Flaravel-registry/lists"}