From 031f89030043c4c99be57fa091dbade01fc396d5 Mon Sep 17 00:00:00 2001 From: Jamie Date: Fri, 26 Jul 2019 09:20:07 +0100 Subject: [PATCH] Add serverless section. --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 126412d..9d7d741 100644 --- a/README.md +++ b/README.md @@ -65,6 +65,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT - [Notifications](#notifications) - [Deployment](#deployment) - [Internationalisation and Localisation](#internationalisation-and-localisation) + - [Serverless](#serverless) - [Third Party APIs](#third-party-apis) - [Extensions](#extensions) - [Miscellaneous](#miscellaneous) @@ -711,6 +712,12 @@ Libraries to help manage database schemas and migrations. * [Aura.Intl](https://github.com/auraphp/Aura.Intl) - Provides internationalization (I18N) tools, specifically package-oriented per-locale message translation. * [Cake I18n](https://github.com/cakephp/i18n) - Message translation and localization for dates and numbers (CP) +### Serverless +*Libraries and tools to help build serverless web applications.* + +* [Bref](https://bref.sh/) - Serverless PHP on AWS Lambda. +* [Serverless Framework](https://serverless.com/framework/) - An open source framework for building serverless applications. + ### Third Party APIs *Libraries for accessing third party APIs.*