From 1b5a0ec1b9ed5e730226b3f2ebdad64acd5478c8 Mon Sep 17 00:00:00 2001 From: Jamie Date: Fri, 26 Jul 2019 12:56:07 +0100 Subject: [PATCH] Add config category. --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 278c3f1..0e27516 100644 --- a/README.md +++ b/README.md @@ -66,6 +66,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT - [Deployment](#deployment) - [Internationalisation and Localisation](#internationalisation-and-localisation) - [Serverless](#serverless) + - [Configuration](#configuration) - [Third Party APIs](#third-party-apis) - [Extensions](#extensions) - [Miscellaneous](#miscellaneous) @@ -718,6 +719,12 @@ Libraries to help manage database schemas and migrations. * [Bref](https://bref.sh/) - Serverless PHP on AWS Lambda. * [Serverless Framework](https://serverless.com/framework/) - An open source framework for building serverless applications. +## Configuration +*Libraries and tools for configuration.** + +* [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. + ### Third Party APIs *Libraries for accessing third party APIs.*