PHPackages                             alpipego/toml-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. [Utility &amp; Helpers](/categories/utility)
4. /
5. alpipego/toml-config

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

alpipego/toml-config
====================

TOML adapter for hassankhan/config

0.1.2(6y ago)157MITPHP

Since May 3Pushed 6y ago1 watchersCompare

[ Source](https://github.com/alpipego/TomlConfig)[ Packagist](https://packagist.org/packages/alpipego/toml-config)[ RSS](/packages/alpipego-toml-config/feed)WikiDiscussions master Synced 2w ago

READMEChangelogDependencies (2)Versions (5)Used By (0)

TOMLConfig
----------

[](#tomlconfig)

Write your config in `.toml` files () and use them with .

Toml Parser used:

### Config

[](#config)

Supports overloading and uses the first passed-in file as default values.

### Interpolation

[](#interpolation)

Supports simple variable interpolation within the same config file:

```
basepath = "/var/www"
publicpath = "${basepath}/public"
```

```
