PHPackages                             phalcon/incubator-config - 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. phalcon/incubator-config

ActiveLibrary[Framework](/categories/framework)

phalcon/incubator-config
========================

Phalcon Incubator Config Adapters

v2.0.0(4y ago)473.5k↓31.3%5[1 PRs](https://github.com/phalcon/incubator-config/pulls)BSD-3-ClausePHPPHP &gt;=7.4

Since Sep 2Pushed 3y ago4 watchersCompare

[ Source](https://github.com/phalcon/incubator-config)[ Packagist](https://packagist.org/packages/phalcon/incubator-config)[ Docs](https://phalcon.io)[ GitHub Sponsors](https://github.com/phalcon)[ Fund](https://opencollective.com/phalcon)[ RSS](/packages/phalcon-incubator-config/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (2)Dependencies (6)Versions (5)Used By (0)

Phalcon\\Incubator\\Config
==========================

[](#phalconincubatorconfig)

[![Discord](https://camo.githubusercontent.com/28c6fc95b5decf0e67719a5438501589c00b2db2b15228e67479d6548bbc9f6b/68747470733a2f2f696d672e736869656c64732e696f2f646973636f72642f3331303931303438383135323337353239373f6c6162656c3d446973636f7264)](http://phalcon.io/discord)[![Packagist Version](https://camo.githubusercontent.com/e0ba0058fa7ce0f97942a1afd9667a264b1ae590973474214d2a7a0e54108822/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f7068616c636f6e2f696e63756261746f722d636f6e666967)](https://packagist.org/packages/incubator-config)[![PHP from Packagist](https://camo.githubusercontent.com/d7a4aa14bbe01223cb1451207529edcde899973e3f74bd61468c13257dc43a34/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f7068702d762f7068616c636f6e2f696e63756261746f722d636f6e666967)](https://packagist.org/packages/phalcon/incubator-config)[![codecov](https://camo.githubusercontent.com/5382bfa0004455979b219cfac1dd0eece53976e6f863078b081fd2c66a106a6d/68747470733a2f2f636f6465636f762e696f2f67682f7068616c636f6e2f696e63756261746f722d636f6e6669672f6272616e63682f6d61737465722f67726170682f62616467652e737667)](https://codecov.io/gh/phalcon/incubator-config)[![Packagist](https://camo.githubusercontent.com/5d7620d732173daa9fa349c1a1572fde736c65b59ded5d1bba16dcf1a6443b3b/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64642f7068616c636f6e2f696e63756261746f722d636f6e666967)](https://packagist.org/packages/phalcon/incubator-config/stats)

XML Adapter
-----------

[](#xml-adapter)

Reads xml files and converts them to Phalcon\\Config objects.

Given the next configuration file:

```

    /phalcon/

    memory

      here

```

You can read it as follows:

```
use Phalcon\Incubator\Config\Adapter\Xml;

$config = new Xml('path/config.xml');

echo $config->phalcon->baseuri;
echo $config->nested->config->parameter;
```

###  Health Score

35

—

LowBetter than 80% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity35

Limited adoption so far

Community15

Small or concentrated contributor base

Maturity57

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 70% 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 ~263 days

Total

3

Last Release

1558d ago

Major Versions

v1.0.0 → 2.x-dev2022-02-10

PHP version history (2 changes)v1.0.0PHP &gt;=7.2

2.x-devPHP &gt;=7.4

### Community

Maintainers

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

---

Top Contributors

[![Jeckerson](https://avatars.githubusercontent.com/u/3289702?v=4)](https://github.com/Jeckerson "Jeckerson (7 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (2 commits)")[![niden](https://avatars.githubusercontent.com/u/1073784?v=4)](https://github.com/niden "niden (1 commits)")

---

Tags

frameworkxmlconfigphalconincubator

###  Code Quality

TestsCodeception

Static AnalysisPHPStan, Psalm

Code StylePHP\_CodeSniffer

Type Coverage Yes

### Embed Badge

![Health badge](/badges/phalcon-incubator-config/health.svg)

```
[![Health](https://phpackages.com/badges/phalcon-incubator-config/health.svg)](https://phpackages.com/packages/phalcon-incubator-config)
```

###  Alternatives

[phalcon/incubator

Adapters, prototypes or functionality that can be potentially incorporated to the C-framework.

7222.9M81](/packages/phalcon-incubator)[phalcon/devtools

This tools provide you useful scripts to generate code helping to develop faster and easy applications that use with Phalcon framework.

1.3k2.0M54](/packages/phalcon-devtools)[davidepastore/slim-config

A slim middleware to read configuration from different files based on hassankhan/config

338.9k1](/packages/davidepastore-slim-config)[phalcon/incubator-mailer

Phalcon Incubator Mailer Adapters

1318.1k2](/packages/phalcon-incubator-mailer)

PHPackages © 2026

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