Explorar el Código

Add serverless section.

pull/1003/head
Jamie hace 6 años
padre
commit
031f890300
Se han modificado 1 ficheros con 7 adiciones y 0 borrados
  1. 7
    0
      README.md

+ 7
- 0
README.md Ver fichero

@@ -65,6 +65,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
65 65
     - [Notifications](#notifications)
66 66
     - [Deployment](#deployment)
67 67
     - [Internationalisation and Localisation](#internationalisation-and-localisation)
68
+    - [Serverless](#serverless)
68 69
     - [Third Party APIs](#third-party-apis)
69 70
     - [Extensions](#extensions)
70 71
     - [Miscellaneous](#miscellaneous)
@@ -711,6 +712,12 @@ Libraries to help manage database schemas and migrations.
711 712
 * [Aura.Intl](https://github.com/auraphp/Aura.Intl) - Provides internationalization (I18N) tools, specifically package-oriented per-locale message translation.
712 713
 * [Cake I18n](https://github.com/cakephp/i18n) - Message translation and localization for dates and numbers (CP)
713 714
 
715
+### Serverless
716
+*Libraries and tools to help build serverless web applications.*
717
+
718
+* [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
+
714 721
 ### Third Party APIs
715 722
 *Libraries for accessing third party APIs.*
716 723
 

Loading…
Cancelar
Guardar