From ff8b5d9831725ecefcdc52970520c6beaf48b37a Mon Sep 17 00:00:00 2001 From: Jamie York Date: Mon, 28 Jan 2013 20:28:08 +0000 Subject: [PATCH] --- awesome-php.md | 1 + 1 file changed, 1 insertion(+) diff --git a/awesome-php.md b/awesome-php.md index a9d8e21..a69c510 100644 --- a/awesome-php.md +++ b/awesome-php.md @@ -151,6 +151,7 @@ A list of amazingly awesome PHP libraries that you should consider using (and so # Reading +* [OWASP PHP Security Cheat Sheet](https://www.owasp.org/index.php/PHP_Security_Cheat_Sheet) - A PHP security cheatsheet. * [Seven Ways to Screw Up BCrypt](http://blog.ircmaxell.com/2012/12/seven-ways-to-screw-up-bcrypt.html) - An article about correct BCrypt implementation. * [Print vs Echo, Which One is Faster?](http://fabien.potencier.org/article/8/print-vs-echo-which-one-is-faster) - An article about print and echo performance. * [The PHP Ternary Operator. Fast or Not?](http://fabien.potencier.org/article/48/the-php-ternary-operator-fast-or-not) - An article ternary performance.