mirror of
https://github.com/namibia/awesome-php.git
synced 2024-11-11 15:40:57 +00:00
Add config category.
This commit is contained in:
parent
d3007a649e
commit
1b5a0ec1b9
@ -66,6 +66,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
|
|||||||
- [Deployment](#deployment)
|
- [Deployment](#deployment)
|
||||||
- [Internationalisation and Localisation](#internationalisation-and-localisation)
|
- [Internationalisation and Localisation](#internationalisation-and-localisation)
|
||||||
- [Serverless](#serverless)
|
- [Serverless](#serverless)
|
||||||
|
- [Configuration](#configuration)
|
||||||
- [Third Party APIs](#third-party-apis)
|
- [Third Party APIs](#third-party-apis)
|
||||||
- [Extensions](#extensions)
|
- [Extensions](#extensions)
|
||||||
- [Miscellaneous](#miscellaneous)
|
- [Miscellaneous](#miscellaneous)
|
||||||
@ -718,6 +719,12 @@ Libraries to help manage database schemas and migrations.
|
|||||||
* [Bref](https://bref.sh/) - Serverless PHP on AWS Lambda.
|
* [Bref](https://bref.sh/) - Serverless PHP on AWS Lambda.
|
||||||
* [Serverless Framework](https://serverless.com/framework/) - An open source framework for building serverless applications.
|
* [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
|
### Third Party APIs
|
||||||
*Libraries for accessing third party APIs.*
|
*Libraries for accessing third party APIs.*
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user