From d771499d29d53a18e26c882224f04c408a85c0f5 Mon Sep 17 00:00:00 2001 From: Jamie Date: Fri, 15 May 2020 20:58:44 +0100 Subject: [PATCH] Add TOML parser. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b4ca32c..5f66f53 100644 --- a/README.md +++ b/README.md @@ -746,6 +746,7 @@ Libraries to help manage database schemas and migrations. * [PHP Dotenv](https://github.com/vlucas/phpdotenv) - Parse and load environment variables from `.env` files. * [Symfony Dotenv](https://github.com/symfony/dotenv)- Parse and load environment variables from `.env` files. +* [Yo! Symfony TOML](https://github.com/yosymfony/toml) - A PHP parser for [TOML](https://github.com/toml-lang/toml). ### Third Party APIs *Libraries for accessing third party APIs.*