PHPackages                             ifcastle/configurator-toml - 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. ifcastle/configurator-toml

ActiveIfcastle-component[Utility &amp; Helpers](/categories/utility)

ifcastle/configurator-toml
==========================

Configurator component for TOML syntax.

v0.7.0(1y ago)06MITPHPPHP ^8.4

Since Nov 3Pushed 3mo ago1 watchersCompare

[ Source](https://github.com/IFCastle/configuator-toml)[ Packagist](https://packagist.org/packages/ifcastle/configurator-toml)[ RSS](/packages/ifcastle-configurator-toml/feed)WikiDiscussions main Synced 1mo ago

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

Configuator toml [![PHP Composer](https://github.com/EdmondDantes/configuator-toml/actions/workflows/php.yml/badge.svg)](https://github.com/EdmondDantes/configuator-toml/actions/workflows/php.yml)
====================================================================================================================================================================================================

[](#configuator-toml-)

Configurator for the IfCastle framework in [TOML format](https://toml.io/).

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

[](#installation)

> This package must be installed within the **IfCastle** application environment, i.e., in `ifcastle/package-installer`, if you want the dependencies to be correctly defined.

```
composer require ifcastle/configuator-toml
```

Usage
-----

[](#usage)

The package defines two toml files:

- the main application configuration file: `main.toml`
- the service registry: `services.toml`

All files must be located in the root directory of the project.

Syntax
------

[](#syntax)

Automatic replacement for `ENV` variables will also work, i.e., syntax with "%":

```
[database]
host = "%DB_HOST%"
port = "%DB_PORT%"
user = "%DB_USER%"
password = "%DB_PASSWORD%"
```

See also the [toml](https://toml.io/).

###  Health Score

32

—

LowBetter than 72% of packages

Maintenance61

Regular maintenance activity

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity48

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.

###  Release Activity

Cadence

Every ~10 days

Total

3

Last Release

533d ago

PHP version history (2 changes)v0.5.0PHP ^8.3

v0.7.0PHP ^8.4

### Community

Maintainers

![](https://www.gravatar.com/avatar/0bbbb16082fa2d9cb757d6e84fbac3c18c135b08111bf01611dfbd5123a77f68?d=identicon)[EdmondIf](/maintainers/EdmondIf)

---

Top Contributors

[![EdmondDantes](https://avatars.githubusercontent.com/u/1571649?v=4)](https://github.com/EdmondDantes "EdmondDantes (7 commits)")

---

Tags

configuratoriniifcastle

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Type Coverage Yes

### Embed Badge

![Health badge](/badges/ifcastle-configurator-toml/health.svg)

```
[![Health](https://phpackages.com/badges/ifcastle-configurator-toml/health.svg)](https://phpackages.com/packages/ifcastle-configurator-toml)
```

###  Alternatives

[jbzoo/data

An extended version of the ArrayObject object for working with system settings or just for working with data arrays

891.6M23](/packages/jbzoo-data)

PHPackages © 2026

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