PHPackages                             utopia-php/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. utopia-php/config

ActiveLibrary[Framework](/categories/framework)

utopia-php/config
=================

A simple Config library to managing application config variables

2.0.3(1w ago)15304.7k—1.5%8[1 PRs](https://github.com/utopia-php/config/pulls)2MITPHPPHP &gt;=8.1CI failing

Since Mar 25Pushed 1w ago6 watchersCompare

[ Source](https://github.com/utopia-php/config)[ Packagist](https://packagist.org/packages/utopia-php/config)[ RSS](/packages/utopia-php-config/feed)WikiDiscussions main Synced today

READMEChangelog (9)Dependencies (5)Versions (15)Used By (2)

Utopia Config
=============

[](#utopia-config)

Important

This repository is a read-only mirror of the [utopia-php monorepo](https://github.com/utopia-php/monorepo). Development happens in [`packages/config`](https://github.com/utopia-php/monorepo/tree/main/packages/config) — please open issues and pull requests there.

[![Build Status](https://camo.githubusercontent.com/7ee1afa45edff8848c1abec2ac59309e03098fc3e4286c40ad969ca3d1e3b7e6/68747470733a2f2f7472617669732d63692e6f72672f75746f7069612d7068702f636f6e6669672e7376673f6272616e63683d6d6173746572)](https://travis-ci.com/utopia-php/config)[![Total Downloads](https://camo.githubusercontent.com/43cebdb6b82db588c1905cbbf386c941df6aa5e61daa40d0b007887cc713e017/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f75746f7069612d7068702f636f6e6669672e737667)](https://camo.githubusercontent.com/43cebdb6b82db588c1905cbbf386c941df6aa5e61daa40d0b007887cc713e017/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f75746f7069612d7068702f636f6e6669672e737667)[![Discord](https://camo.githubusercontent.com/6e418910df1b6eb524c6cbd88dbaf5a5aa294316eeadcd963e11262a319f6321/68747470733a2f2f696d672e736869656c64732e696f2f646973636f72642f3536343136303733303834353135313234343f6c6162656c3d646973636f7264)](https://appwrite.io/discord)

Utopia Config library is simple and lite library for managing application configuration. This library is aiming to be as simple and easy to learn and use. This library is maintained by the [Appwrite team](https://appwrite.io).

Although this library is part of the [Utopia Framework](https://github.com/utopia-php/framework) project it is dependency free and can be used as standalone with any other PHP project or framework.

Getting Started
---------------

[](#getting-started)

Install using composer:

```
composer require utopia-php/config
```

```
