From 7399f975c812e379dea04d929bc0d22f37f7ed30 Mon Sep 17 00:00:00 2001 From: Julien Le Coupanec Date: Sun, 11 Feb 2018 19:41:42 +0100 Subject: [PATCH] README: add PHP cheatsheet --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0a640e3..ad1ad78 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,10 @@ You are more than welcome to contribute and build your own cheatsheet for your f * [Bash](languages/bash.sh) +### Imperative + +* [JavaScript](languages/php.php) + #### Functional * [JavaScript](languages/javascript.js) @@ -56,7 +60,7 @@ You are more than welcome to contribute and build your own cheatsheet for your f
View contents - + #### Frameworks * [Vue.js](frontend/vue.js)