PHPackages                             checkdomain/php-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. checkdomain/php-toml

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

checkdomain/php-toml
====================

A PHP TOML Parser to parse TOML configuration files.

414PHP

Since Aug 25Pushed 10y ago1 watchersCompare

[ Source](https://github.com/checkdomain/toml)[ Packagist](https://packagist.org/packages/checkdomain/php-toml)[ RSS](/packages/checkdomain-php-toml/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

Checkdomain TOML Parser [![Build Status](https://camo.githubusercontent.com/0b5aceef982afc00fe2c9d293b2c1e8fc6af9c5960880d35c3b8ee236a346d19/68747470733a2f2f7472617669732d63692e6f72672f636865636b646f6d61696e2f746f6d6c2e706e673f6272616e63683d6d6173746572)](https://travis-ci.org/checkdomain/toml)
=======================================================================================================================================================================================================================================================================================================

[](#checkdomain-toml-parser-)

Checkdomain TOML Parser is a parser for [TOML](https://github.com/mojombo/toml) files.

Installation
============

[](#installation)

PHP TOML Parser is available via Composer or direct download from github.com. You can find some package infos at [packagist.org](https://packagist.org/packages/checkdomain/php-toml).

Composer
--------

[](#composer)

Get [Composer](http://getcomposer.org/) and add the following to your **composer.json**:

```
"require": {
    // ...
    "checkdomain/php-toml": "*"
}
```

Download
--------

[](#download)

If you want to download this (I strongly suggest to use composer) you need to include the files directly or use any sort of [PSR-0](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-0.md)compatible autoloading mechanism.

Usage
=====

[](#usage)

Once installed Checkdomain TOML Parser is easy to use:

```
