TOML Parser in PHP An parser for TOML written in PHP. Usage <?php include('./src/Toml/Parse.php'); $result = new Toml\Parser('./tests/example.toml'); print_r($result->get()); Todo A lot... Error handling. More robust array code. Double check conforming to spec. Tests.