Jibé Barth 8年前
コミット
262ceb8e09
1個のファイルの変更9行の追加9行の削除
  1. 9
    9
      README.md

+ 9
- 9
README.md ファイルの表示

@@ -227,7 +227,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
227 227
 
228 228
 * [PHP Domain Parser](https://github.com/jeremykendall/php-domain-parser) - A domain suffix parser library.
229 229
 * [Purl](https://github.com/jwage/purl) - A URL manipulation library.
230
-* [sabre/uri](https://github.com/fruux/sabre-uri) - A functional URI manipulation library.
230
+* [sabre/uri](https://github.com/sabre-io/uri) - A functional URI manipulation library.
231 231
 * [Uri](https://github.com/thephpleague/uri) - Another URL manipulation library.
232 232
 
233 233
 ## Email
@@ -801,7 +801,7 @@ Libraries to help manage database schemas and migrations.
801 801
 * [Procrastinator](https://github.com/lstrojny/Procrastinator) - A library for running time consuming tasks.
802 802
 * [Prooph Service Bus](https://github.com/prooph/service-bus) - Lightweight message bus supporting CQRS and Micro Services
803 803
 * [RMT](https://github.com/liip/RMT) - A library for versioning and releasing software.
804
-* [sabre/vobject](https://github.com/fruux/sabre-vobject) - A library for parsing VCard and iCalendar objects.
804
+* [sabre/vobject](https://github.com/sabre-io/vobject) - A library for parsing VCard and iCalendar objects.
805 805
 * [Slimdump](https://github.com/webfactory/slimdump) - An easy dumper tool for MySQL.
806 806
 * [Spork](https://github.com/kriswallsmith/spork) - A process forking library.
807 807
 * [Sslurp](https://github.com/EvanDotPro/Sslurp) - A library that makes dealing with SSL suck less.
@@ -868,7 +868,7 @@ Libraries to help manage database schemas and migrations.
868 868
 ## Infrastructure
869 869
 *Infrastructure for providing PHP applications and services.*
870 870
 
871
-* [appserver.io](http://appserver.io/) - A multithreaded application server for PHP, written in PHP.
871
+* [appserver.io](https://appserver.io/) - A multithreaded application server for PHP, written in PHP.
872 872
 * [php-pm](https://github.com/php-pm/php-pm) - A process manager, supercharger and load balancer for PHP applications.
873 873
 
874 874
 # Resources
@@ -897,7 +897,7 @@ Various resources, such as books, websites and articles, for improving your PHP
897 897
 
898 898
 * [Atlassian Git Tutorials](https://www.atlassian.com/git) - A series of Git tutorials.
899 899
 * [Hg Init](http://hginit.com/) - A series of Mercurial tutorials.
900
-* [Semantic Versioning](http://semver.org/) - A website explaining semantic versioning.
900
+* [Semantic Versioning](https://semver.org/) - A website explaining semantic versioning.
901 901
 * [Servers for Hackers](https://serversforhackers.com/) - A newsletter about server management.
902 902
 * [The Open Web Application Security Project (OWASP)](https://www.owasp.org/index.php/Main_Page) - An open software security community.
903 903
 * [WebSec IO](https://websec.io/) - A web security community resource.
@@ -953,13 +953,13 @@ Various resources, such as books, websites and articles, for improving your PHP
953 953
 * [Composer Stability Flags](https://igor.io/2013/02/07/composer-stability-flags.html) - An article about Composer stability flags.
954 954
 * [Composer Versioning](https://igor.io/2013/01/07/composer-versioning.html) - An article about Composer versioning.
955 955
 * [Create Your Own PHP Framework](http://fabien.potencier.org/create-your-own-framework-on-top-of-the-symfony2-components-part-1.html) - A series of articles on how to make your own PHP framework by Fabien Potencier.
956
-* [Don't Worry About BREACH](http://blog.ircmaxell.com/2013/08/dont-worry-about-breach.html) - An article about the BREACH hack and CSRF tokens.
956
+* [Don't Worry About BREACH](https://blog.ircmaxell.com/2013/08/dont-worry-about-breach.html) - An article about the BREACH hack and CSRF tokens.
957 957
 * [On PHP 5.3, Lambda Functions and Closures](http://fabien.potencier.org/on-php-5-3-lambda-functions-and-closures.html) - An article about lambda functions and closures.
958 958
 * [PHP Is Much Better Than You Think](http://fabien.potencier.org/php-is-much-better-than-you-think.html) - An article about the PHP language and ecosystem.
959 959
 * [PHP Package Checklist](http://phppackagechecklist.com/) - A checklist for successful PHP package development.
960
-* [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.
961
-* [Preventing CSRF Attacks](http://blog.ircmaxell.com/2013/02/preventing-csrf-attacks.html) - An article on preventing CSRF attacks.
962
-* [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.
960
+* [PHP Sucks! But I Like It!](https://blog.ircmaxell.com/2012/04/php-sucks-but-i-like-it.html) - An article about the pros and cons of PHP.
961
+* [Preventing CSRF Attacks](https://blog.ircmaxell.com/2013/02/preventing-csrf-attacks.html) - An article on preventing CSRF attacks.
962
+* [Seven Ways to Screw Up BCrypt](https://blog.ircmaxell.com/2012/12/seven-ways-to-screw-up-bcrypt.html) - An article about correct BCrypt implementation.
963 963
 * [Use Env](https://seancoates.com/blogs/use-env/) - An article about using the unix environment helper.
964 964
 
965 965
 ## PHP Internals Reading
@@ -979,7 +979,7 @@ Various resources, such as books, websites and articles, for improving your PHP
979 979
 * [Why Objects (Usually) Use Less Memory Than Arrays](https://gist.github.com/nikic/5015323) - An article about object and array internals.
980 980
 * [You're Being Lied To](http://blog.golemon.com/2007/01/youre-being-lied-to.html) - An article about internal ZVALs.
981 981
 * Collecting Garbage: [1](http://php.net/manual/en/features.gc.refcounting-basics.php) [2](http://php.net/manual/en/features.gc.collecting-cycles.php) [3](http://php.net/manual/en/features.gc.performance-considerations.php) - A series about the PHP garbage collection internals.
982
-* PHP Source Code for Developers: [1](http://blog.ircmaxell.com/2012/03/phps-source-code-for-php-developers.html) [2](http://nikic.github.io/2012/03/16/Understanding-PHPs-internal-function-definitions.html) [3](http://blog.ircmaxell.com/2012/03/phps-source-code-for-php-developers_21.html) [4](http://nikic.github.io/2012/03/28/Understanding-PHPs-internal-array-implementation.html) - A series about the PHP source code.
982
+* PHP Source Code for Developers: [1](https://blog.ircmaxell.com/2012/03/phps-source-code-for-php-developers.html) [2](http://nikic.github.io/2012/03/16/Understanding-PHPs-internal-function-definitions.html) [3](https://blog.ircmaxell.com/2012/03/phps-source-code-for-php-developers_21.html) [4](http://nikic.github.io/2012/03/28/Understanding-PHPs-internal-array-implementation.html) - A series about the PHP source code.
983 983
 
984 984
 ## PHP Magazines
985 985
 *Fantastic PHP-related magazines.*

読み込み中…
キャンセル
保存