Add TOML parser.

This commit is contained in:
Jamie 2020-05-15 20:58:44 +01:00
parent 537d8b9b5d
commit d771499d29
1 changed files with 1 additions and 0 deletions

View File

@ -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.*