|
|
@@ -106,7 +106,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
|
|
106
|
106
|
*Web development frameworks.*
|
|
107
|
107
|
|
|
108
|
108
|
* [Aura PHP](http://auraphp.com/) - A framework of independent components.
|
|
109
|
|
-* [CakePHP](http://cakephp.org/) - A rapid application development framework (CP).
|
|
|
109
|
+* [CakePHP](https://cakephp.org/) - A rapid application development framework (CP).
|
|
110
|
110
|
* [Laravel 5](https://laravel.com/) - Another PHP framework (L5).
|
|
111
|
111
|
* [Nette](https://nette.org) - Another framework comprised of individual components.
|
|
112
|
112
|
* [Phalcon](https://phalconphp.com/en/) - A framework implemented as a C extension.
|
|
|
@@ -831,7 +831,7 @@ Libraries to help manage database schemas and migrations.
|
|
831
|
831
|
*Web-based applications and tools.*
|
|
832
|
832
|
|
|
833
|
833
|
* [3V4L](https://3v4l.org/) - An online PHP & HHVM shell.
|
|
834
|
|
-* [DBV](http://dbv.vizuina.com/) - A database version control application.
|
|
|
834
|
+* [DBV](https://dbv.vizuina.com/) - A database version control application.
|
|
835
|
835
|
* [PHP Queue](https://github.com/CoderKungfu/php-queue) - An application for managing queueing backends.
|
|
836
|
836
|
* [MailCatcher](https://github.com/sj26/mailcatcher) - A web tool for capturing and viewing emails.
|
|
837
|
837
|
* [Cachet](https://github.com/cachethq/cachet) - The open source status page system.
|
|
|
@@ -928,7 +928,7 @@ Various resources, such as books, websites and articles, for improving your PHP
|
|
928
|
928
|
* [PHP Sucks! But I Like It!](http://blog.ircmaxell.com/2012/04/php-sucks-but-i-like-it.html) - An article about the pros and cons of PHP.
|
|
929
|
929
|
* [Preventing CSRF Attacks](http://blog.ircmaxell.com/2013/02/preventing-csrf-attacks.html) - An article on preventing CSRF attacks.
|
|
930
|
930
|
* [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.
|
|
931
|
|
-* [Use Env](http://seancoates.com/blogs/use-env/) - An article about using the unix environment helper.
|
|
|
931
|
+* [Use Env](https://seancoates.com/blogs/use-env/) - An article about using the unix environment helper.
|
|
932
|
932
|
|
|
933
|
933
|
## PHP Internals Reading
|
|
934
|
934
|
*Reading materials related to the PHP internals or performance.*
|