PHPackages                             cansascityshuffle/puice - 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. cansascityshuffle/puice

ActiveLibrary

cansascityshuffle/puice
=======================

1.1.0(12y ago)118[2 issues](https://github.com/alwinmark/Puice/issues)MITPHP

Since Feb 18Pushed 11y ago1 watchersCompare

[ Source](https://github.com/alwinmark/Puice)[ Packagist](https://packagist.org/packages/cansascityshuffle/puice)[ RSS](/packages/cansascityshuffle-puice/feed)WikiDiscussions master Synced 2mo ago

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

[![Build Status](https://camo.githubusercontent.com/5a6bd7ed9a9a8ef12ed49b5624e18fe1372eb67f34ba277522b3feeac5d84947/68747470733a2f2f7472617669732d63692e6f72672f616c77696e6d61726b2f50756963652e706e673f6272616e63683d6d6173746572)](https://travis-ci.org/alwinmark/Puice)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/96ce6d0bbfa73c6e2985bb8daf87d1a19fe26a707034484fb43fbbd85af5a3aa/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f616c77696e6d61726b2f50756963652f6261646765732f7175616c6974792d73636f72652e706e673f733d36353765643433343334623931633434653637376165376161646263613031653663643432363433)](https://scrutinizer-ci.com/g/alwinmark/Puice/)[![HHVM Status](https://camo.githubusercontent.com/51f790314e83b4f1d7bd4c28accc7184a6e81c5dd0742fb10f59b1ab8e06550d/687474703a2f2f6868766d2e683463632e64652f62616467652f616c77696e6d61726b2f70756963652e706e67)](http://hhvm.h4cc.de/package/alwinmark/puice)[![Latest Stable Version](https://camo.githubusercontent.com/fef68f9fc38550edd4cad72315ba516371dfb1d300765b1364312e1535d7bab2/68747470733a2f2f706f7365722e707567782e6f72672f616c77696e6d61726b2f70756963652f762f737461626c652e706e67)](https://packagist.org/packages/alwinmark/puice)[![License](https://camo.githubusercontent.com/ce8fe13abc35d96e50a2cf66098409ed2f30eff10f5a0b8a6742aec3b045dce1/68747470733a2f2f706f7365722e707567782e6f72672f616c77696e6d61726b2f70756963652f6c6963656e73652e706e67)](https://packagist.org/packages/alwinmark/puice)

Puice
=====

[](#puice)

Dependency and Configruation Management Framework inspired by Guice and these two Google Talks:

-
-

Benchmark
---------

[](#benchmark)

 (currently only Benchmark 1 is implemented)

Install
-------

[](#install)

Install php5-curl

- on debian/ubuntu: `sudo apt-get install php5-curl`

To install Puice put this into your composer.json `"alwinmark/Puice": "*"`

For example:

```
{
    "require": {
        "alwinmark/puice": "1.0.0"
    },
    "require-dev": {
        "behat/behat": "2.4.*@stable",
        "behat/mink-extension": "*",
        "behat/mink-selenium2-driver": "*",
        "behat/mink-goutte-driver": "*",
        "phpspec/phpspec": "2.0.*@dev"
    },
    "minimum-stability": "dev",
    "config": {
        "bin-dir": "vendor/bin/"
    },
    "autoload": {"psr-0": {"": "src"}}
}
```

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

[](#how-to-use-it)

If you want to know how to use it, take a look at [the feature file](features/puice.feature).

Maybe you have allready some Kind of Configuration/Injection Framework and you only want to use the [Generic Factory](src/Puice/Factory.php) Puice is providing. If thats the case, you have to write some Gluecode, that implements the [Puice\\Config](src/Puice/Config.php) Interface and pass it to the Factory.

Licence
-------

[](#licence)

MIT

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance0

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity66

Established project with proven stability

 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.

###  Release Activity

Cadence

Every ~21 days

Total

4

Last Release

4401d ago

Major Versions

0.3.0 → 1.0.02014-04-15

### Community

Maintainers

![](https://www.gravatar.com/avatar/13626ddfc4404e3dc66c845edff5176ca67d96fa8c726d4aaa4766e03a0513fe?d=identicon)[CansaSCityShuffle](/maintainers/CansaSCityShuffle)

---

Top Contributors

[![alwinmark](https://avatars.githubusercontent.com/u/2451613?v=4)](https://github.com/alwinmark "alwinmark (15 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/cansascityshuffle-puice/health.svg)

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

PHPackages © 2026

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