|
|
|
|
|
|
66
|
- [Deployment](#deployment)
|
66
|
- [Deployment](#deployment)
|
|
67
|
- [Internationalisation and Localisation](#internationalisation-and-localisation)
|
67
|
- [Internationalisation and Localisation](#internationalisation-and-localisation)
|
|
68
|
- [Serverless](#serverless)
|
68
|
- [Serverless](#serverless)
|
|
|
|
69
|
+ - [Configuration](#configuration)
|
|
69
|
- [Third Party APIs](#third-party-apis)
|
70
|
- [Third Party APIs](#third-party-apis)
|
|
70
|
- [Extensions](#extensions)
|
71
|
- [Extensions](#extensions)
|
|
71
|
- [Miscellaneous](#miscellaneous)
|
72
|
- [Miscellaneous](#miscellaneous)
|
|
|
|
|
|
|
718
|
* [Bref](https://bref.sh/) - Serverless PHP on AWS Lambda.
|
719
|
* [Bref](https://bref.sh/) - Serverless PHP on AWS Lambda.
|
|
719
|
* [Serverless Framework](https://serverless.com/framework/) - An open source framework for building serverless applications.
|
720
|
* [Serverless Framework](https://serverless.com/framework/) - An open source framework for building serverless applications.
|
|
720
|
|
721
|
|
|
|
|
722
|
+## Configuration
|
|
|
|
723
|
+*Libraries and tools for configuration.**
|
|
|
|
724
|
+
|
|
|
|
725
|
+* [PHP Dotenv](https://github.com/vlucas/phpdotenv) - Parse and load environment variables from `.env` files.
|
|
|
|
726
|
+* [Symfony Dotenv](https://github.com/symfony/dotenv)- Parse and load environment variables from `.env` files.
|
|
|
|
727
|
+
|
|
721
|
### Third Party APIs
|
728
|
### Third Party APIs
|
|
722
|
*Libraries for accessing third party APIs.*
|
729
|
*Libraries for accessing third party APIs.*
|
|
723
|
|
730
|
|