PHPackages                             loadsys/cakephp-libregistry - 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. loadsys/cakephp-libregistry

ActiveCakephp-plugin[Utility &amp; Helpers](/categories/utility)

loadsys/cakephp-libregistry
===========================

The LibRegistry provides a mechanism for loading and storing instances of non-Cake PHP libraries. It works a lot like Cake 3's TableRegistry. Object instances can be requested by name and instantiated automatically, or can be loaded into the registry manually.

1.0.2(9y ago)211.9kMITPHPPHP &gt;=5.4

Since Aug 4Pushed 9y ago9 watchersCompare

[ Source](https://github.com/loadsys/CakePHP-LibRegistry)[ Packagist](https://packagist.org/packages/loadsys/cakephp-libregistry)[ Docs](https://github.com/loadsys/CakePHP-LibRegistry)[ RSS](/packages/loadsys-cakephp-libregistry/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (3)Dependencies (4)Versions (4)Used By (0)

CakePHP LibRegistry Plugin
==========================

[](#cakephp-libregistry-plugin)

[![Packagist Version](https://camo.githubusercontent.com/eb3766f5ed9e75458767f58a9d729d1452bb0b907300c43f5fe40c96a1fdf4c2/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6c6f61647379732f43616b655048502d4c696252656769737472792e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/loadsys/cakephp-libregistry)[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE.md)[![Build Status](https://camo.githubusercontent.com/45b3b0f9bb77684fb3ad008c0bb264c8f371b375e91ac14d9e4e67560b200746/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f6c6f61647379732f43616b655048502d4c696252656769737472792f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/loadsys/CakePHP-LibRegistry)[![Coverage Status](https://camo.githubusercontent.com/5fc89172f7e6da025c1b4c98e27359e9211cb7eae895a315f1099c0e6e09c7b3/68747470733a2f2f696d672e736869656c64732e696f2f636f766572616c6c732f6c6f61647379732f43616b655048502d4c696252656769737472792f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://coveralls.io/r/loadsys/cakephp-libregistry)[![Total Downloads](https://camo.githubusercontent.com/915074b87d0176bff642d318f3660a50b3bd234f2d090d45a335e33f9cc2670b/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6c6f61647379732f63616b657068702d6c696272656769737472792e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/loadsys/cakephp-libregistry)

The LibRegistry provides a mechanism for loading and storing instances of non-Cake PHP libraries. It works a lot like Cake 3's `TableRegistry`. Object instances can be requested by name and instantiated automatically, or can be loaded into the registry manually.

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

[](#requirements)

- CakePHP 3.0+

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

[](#installation)

### Composer

[](#composer)

```
$ composer require loadsys/cakephp-libregistry:~1.0
```

Usage
-----

[](#usage)

- Invoke the LibRegistry statically:

    ```
