PHPackages                             onlineconf/onlineconf-php - 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. [API Development](/categories/api)
4. /
5. onlineconf/onlineconf-php

ActiveLibrary[API Development](/categories/api)

onlineconf/onlineconf-php
=========================

Onlineconf client library for php

1.0.1(3y ago)01.2kPHPPHP &gt;=8.0

Since Nov 10Pushed 2y ago1 watchersCompare

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

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

[Onlineconf](https://github.com/onlineconf) client library for PHP

Simple usage in a code:

```
$paramsBag = new ConfigBag('myproject');
$password = $paramsBag->get('level1.level2.secret');

```

Customization:

```
$paramsBag = new ConfigBag(
    'myproject.level1',
    '.'
    '/',
    new Client($myPsrLogger, '/opt/onlineconf/TREE.cdb')
);
$password = $paramsBag->get('level2.secret');

```

where params in `ConfigBag` constructor are:

- `myproject.level1` - namespace your params tree in Onlineconf
- `.` - path delimiter for addressing param through the tree
- `/` - path delimiter configured in your Onlineconf admin
- $myPsrLogger - your PSR-compliant application logger
- `/opt/onlineconf/TREE.cdb` - the location of onlineconf database file, which was brought by `onlineconf-updater` onto your backend.

It's up to you to handle ConfigBag as single instance in your app. Use DependencyInjection or Singleton as a wrapper.

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity53

Maturing project, gaining track record

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 ~129 days

Total

2

Last Release

1154d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/13e79c363402581289ec0defcefa63d8efb65ff2c6906abd6f37e43074fed6f8?d=identicon)[akubintsev](/maintainers/akubintsev)

### Embed Badge

![Health badge](/badges/onlineconf-onlineconf-php/health.svg)

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

###  Alternatives

[sylius/sylius

E-Commerce platform for PHP, based on Symfony framework.

8.4k5.6M651](/packages/sylius-sylius)[algolia/algoliasearch-client-php

API powering the features of Algolia.

69333.0M114](/packages/algolia-algoliasearch-client-php)[theodo-group/llphant

LLPhant is a library to help you build Generative AI applications.

1.5k311.5k5](/packages/theodo-group-llphant)[wheelpros/fitment-platform-api

Magento 2 (Open Source)

12.1k1.2k](/packages/wheelpros-fitment-platform-api)[avalara/avataxclient

Client library for Avalara's AvaTax suite of business tax calculation and processing services. Uses the REST v2 API.

517.9M7](/packages/avalara-avataxclient)[alexacrm/dynamics-webapi-toolkit

Web API toolkit for Microsoft Dynamics 365 and Dynamics CRM

81324.1k1](/packages/alexacrm-dynamics-webapi-toolkit)

PHPackages © 2026

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