PHPackages                             babacooll/imbrix - 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. babacooll/imbrix

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

babacooll/imbrix
================

Dependency Manager for PHP projects

v0.0.3(11y ago)241MITPHPPHP &gt;=5.4.0

Since Apr 1Pushed 10y ago1 watchersCompare

[ Source](https://github.com/Babacooll/Imbrix)[ Packagist](https://packagist.org/packages/babacooll/imbrix)[ RSS](/packages/babacooll-imbrix/feed)WikiDiscussions master Synced 1mo ago

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

Imbrix
======

[](#imbrix)

[![SensioLabsInsight](https://camo.githubusercontent.com/aeceaf16e52f9ba7c4a6235401a01689e2fa9dfdfb3aefea4f4db48feb3cd0ae/68747470733a2f2f696e73696768742e73656e73696f6c6162732e636f6d2f70726f6a656374732f32333266656131632d656439302d343664642d393339612d3262323332613336333132652f6d696e692e706e67)](https://insight.sensiolabs.com/projects/232fea1c-ed90-46dd-939a-2b232a36312e)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/f991fe924d310affaa07b05e835405005294ab2dee3b2fcc9fccb834753d0e34/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f42616261636f6f6c6c2f496d627269782f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/Babacooll/Imbrix/?branch=master)[![Code Coverage](https://camo.githubusercontent.com/b29028ff40dc86646cd3fa10e90240e1dfcceb9346a441ac6243a9f09cd3701a/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f42616261636f6f6c6c2f496d627269782f6261646765732f636f7665726167652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/Babacooll/Imbrix/?branch=master)[![Build Status](https://camo.githubusercontent.com/05a141bd54821ef66e870f6033b849e2a51eabc00029ec978838c6bb81d0a8af/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f42616261636f6f6c6c2f496d627269782f6261646765732f6275696c642e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/Babacooll/Imbrix/build-status/master)

Imbrix is a fully unit tested dependency manager suited for small PHP projects.

[Packagist link](https://packagist.org/packages/babacooll/imbrix)

Still in progress
-----------------

[](#still-in-progress)

- Wrapper for DependencyManager to get *static* access to it (singleton way ?)

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

[](#installation)

Imbrix is available through composer :

```
$ php composer.phar require babacooll/imbrix ~0.0.3
```

How to use
----------

[](#how-to-use)

All you need is to instanciate a new DependencyManager :

```
