PHPackages                             guide42/choclo - 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. [Framework](/categories/framework)
4. /
5. guide42/choclo

AbandonedArchivedLibrary[Framework](/categories/framework)

guide42/choclo
==============

Configuration Framework

06PHP

Since Dec 10Pushed 6y ago1 watchersCompare

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

READMEChangelogDependenciesVersions (2)Used By (0)

Choclo
======

[](#choclo)

[![by  Artful Magpie](https://camo.githubusercontent.com/11789d6dfb2dd64b2c7afa7af89727903ad4f10ca547f20fa3357c1784cc64e6/68747470733a2f2f6661726d392e737461746963666c69636b722e636f6d2f383035362f383133353134353934315f376139636133393430655f6d5f642e6a7067)](https://camo.githubusercontent.com/11789d6dfb2dd64b2c7afa7af89727903ad4f10ca547f20fa3357c1784cc64e6/68747470733a2f2f6661726d392e737461746963666c69636b722e636f6d2f383035362f383133353134353934315f376139636133393430655f6d5f642e6a7067)(by [Artful Magpie](https://www.flickr.com/photos/kmtucker/8135145941))

Choclo is a two-step configuration framework.

This is a PoC. DO NOT USE IT IN PRODUCTION.

Usage
-----

[](#usage)

```
use Guide42\Choclo\Configurator;

class MyApp extends Configurator
{
    const PHASE_ROUTES = 60;

    public function addRoute($name, $pattern, \Closure $controller)
    {
        $connect = function() use ($name, $pattern, $controller) {
            $route = new Route($pattern, array(
                '_controller' => $controller,
            ));

            $routes = $this->getRegistry()->get('Symfony\Component\Routing\RouteCollection');
            $routes->add($name, $route);
        };
        $this->register('route-' . $name, $connect, self::PHASE_ROUTES);
    }
}
```

Badges
------

[](#badges)

[![Latest Stable Version](https://camo.githubusercontent.com/58c9cb87e322a464655f908adcac4b391ab0f92486f5aae1b4c9138df4f825aa/68747470733a2f2f706f7365722e707567782e6f72672f677569646534322f63686f636c6f2f762f737461626c652e737667)](https://packagist.org/packages/guide42/choclo)[![Build Status](https://camo.githubusercontent.com/12bc6f84d445d805b1844e592b054e9208dfd77e28cdce6c1e0550f9ff1e4779/68747470733a2f2f7472617669732d63692e6f72672f677569646534322f63686f636c6f2e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/guide42/choclo)[![Coverage Status](https://camo.githubusercontent.com/69e24b6934e074164b18666f252040e06e93e258d056b32382c6d00fee7abce0/68747470733a2f2f696d672e736869656c64732e696f2f636f766572616c6c732f677569646534322f63686f636c6f2e737667)](https://coveralls.io/r/guide42/choclo)

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity43

Maturing project, gaining track record

 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.

### Community

Maintainers

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

![](https://www.gravatar.com/avatar/09e7c752bfa311dd5ade20eb21d9320327f87fafe7fd829a8d973c2e9871369e?d=identicon)[guide42](/maintainers/guide42)

---

Top Contributors

[![jm42](https://avatars.githubusercontent.com/u/3297150?v=4)](https://github.com/jm42 "jm42 (16 commits)")

### Embed Badge

![Health badge](/badges/guide42-choclo/health.svg)

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

###  Alternatives

[laravel/passport

Laravel Passport provides OAuth2 server support to Laravel.

3.4k85.0M532](/packages/laravel-passport)[nolimits4web/swiper

Most modern mobile touch slider and framework with hardware accelerated transitions

41.8k177.2k1](/packages/nolimits4web-swiper)[laravel/dusk

Laravel Dusk provides simple end-to-end testing and browser automation.

1.9k36.7M259](/packages/laravel-dusk)[laravel/prompts

Add beautiful and user-friendly forms to your command-line applications.

712181.8M596](/packages/laravel-prompts)[cakephp/chronos

A simple API extension for DateTime.

1.4k47.7M121](/packages/cakephp-chronos)[laravel/pail

Easily delve into your Laravel application's log files directly from the command line.

91545.3M590](/packages/laravel-pail)

PHPackages © 2026

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