Browse Source

Fix a few redirects

pull/554/head
Jose Diaz-Gonzalez 10 years ago
parent
commit
54599edd56
1 changed files with 10 additions and 10 deletions
  1. 10
    10
      README.md

+ 10
- 10
README.md View File

1
-# Awesome PHP [![Build Status](https://travis-ci.org/ziadoz/awesome-php.svg?branch=master)](https://travis-ci.org/ziadoz/awesome-php)
1
+# Awesome PHP [![Build Status](https://api.travis-ci.org/ziadoz/awesome-php.svg?branch=master)](https://travis-ci.org/ziadoz/awesome-php)
2
 
2
 
3
 A curated list of amazingly awesome PHP libraries, resources and shiny things.
3
 A curated list of amazingly awesome PHP libraries, resources and shiny things.
4
 
4
 
94
 * [Satis](https://github.com/composer/satis) - A static Composer repository generator.
94
 * [Satis](https://github.com/composer/satis) - A static Composer repository generator.
95
 * [Toran Proxy](https://toranproxy.com) - A static Composer repository and proxy.
95
 * [Toran Proxy](https://toranproxy.com) - A static Composer repository and proxy.
96
 * [Composition](https://github.com/bamarni/composition) - A library to check your Composer environment at runtime.
96
 * [Composition](https://github.com/bamarni/composition) - A library to check your Composer environment at runtime.
97
-* [Version](https://github.com/herrera-io/php-version) - A parsing and comparison library for semantic versioning.
97
+* [Version](https://github.com/kherge-abandoned/php-version) - A parsing and comparison library for semantic versioning.
98
 * [NameSpacer](https://github.com/ralphschindler/Namespacer) - A library to convert from underscores to namespaces.
98
 * [NameSpacer](https://github.com/ralphschindler/Namespacer) - A library to convert from underscores to namespaces.
99
 * [Patch Installer](https://github.com/goatherd/patch-installer) - A library to install patches using Composer.
99
 * [Patch Installer](https://github.com/goatherd/patch-installer) - A library to install patches using Composer.
100
 * [Composer Checker](https://github.com/silpion/composer-checker) - A tool to validate Composer configurations.
100
 * [Composer Checker](https://github.com/silpion/composer-checker) - A tool to validate Composer configurations.
124
 
124
 
125
 * [Symfony2 Components](http://symfony.com/doc/master/components/index.html) - The components that make Symfony 2.
125
 * [Symfony2 Components](http://symfony.com/doc/master/components/index.html) - The components that make Symfony 2.
126
 * [Zend Framework 2 Components](https://packages.zendframework.com/) - The components that make Zend Framework.
126
 * [Zend Framework 2 Components](https://packages.zendframework.com/) - The components that make Zend Framework.
127
-* [Aura Components](http://auraphp.github.com/) - A package of PHP 5.4 components.
127
+* [Aura Components](http://auraphp.github.io/) - A package of PHP 5.4 components.
128
 * [CakePHP Plugins](http://plugins.cakephp.org/) - A directory of CakePHP plugins.
128
 * [CakePHP Plugins](http://plugins.cakephp.org/) - A directory of CakePHP plugins.
129
 * [Hoa Project](http://hoa-project.net/En/) - Another package of PHP components.
129
 * [Hoa Project](http://hoa-project.net/En/) - Another package of PHP components.
130
 * [League of Extraordinary Packages](https://thephpleague.com/) - A PHP package development group.
130
 * [League of Extraordinary Packages](https://thephpleague.com/) - A PHP package development group.
622
 * [Zend Serializer](https://github.com/zendframework/zend-serializer) - Another library for serialising and de-serialising data (ZF2).
622
 * [Zend Serializer](https://github.com/zendframework/zend-serializer) - Another library for serialising and de-serialising data (ZF2).
623
 * [PHP Object Storage](https://github.com/herrera-io/php-object-storage) - A library for object storage.
623
 * [PHP Object Storage](https://github.com/herrera-io/php-object-storage) - A library for object storage.
624
 * [Fractal](https://github.com/php-loep/fractal) - A library for converting complex data structures to JSON output.
624
 * [Fractal](https://github.com/php-loep/fractal) - A library for converting complex data structures to JSON output.
625
-* [Totem](http://github.com/Wisembly/Totem) - A library to manage and create data changesets.
625
+* [Totem](https://github.com/Wisembly/Totem) - A library to manage and create data changesets.
626
 * [PINQ](https://github.com/TimeToogo/Pinq) - A real Linq library for PHP.
626
 * [PINQ](https://github.com/TimeToogo/Pinq) - A real Linq library for PHP.
627
 * [JsonMapper](https://github.com/netresearch/jsonmapper) - A library that maps nested JSON structures onto PHP classes.
627
 * [JsonMapper](https://github.com/netresearch/jsonmapper) - A library that maps nested JSON structures onto PHP classes.
628
 * [Cake Collection](https://github.com/cakephp/collection) - A simple collections library (CP).
628
 * [Cake Collection](https://github.com/cakephp/collection) - A simple collections library (CP).
656
 * [Amazon Web Service SDK](https://github.com/aws/aws-sdk-php) - The official PHP AWS SDK library.
656
 * [Amazon Web Service SDK](https://github.com/aws/aws-sdk-php) - The official PHP AWS SDK library.
657
 * [S3 Stream Wrapper](https://github.com/gwkunze/S3StreamWrapper) - A stream wrapper library for Amazon S3.
657
 * [S3 Stream Wrapper](https://github.com/gwkunze/S3StreamWrapper) - A stream wrapper library for Amazon S3.
658
 * [Stripe](https://github.com/stripe/stripe-php) - The official Stripe PHP library.
658
 * [Stripe](https://github.com/stripe/stripe-php) - The official Stripe PHP library.
659
-* [Campaign Monitor](http://campaignmonitor.github.com/createsend-php/) - The official Campaign Monitor PHP library.
659
+* [Campaign Monitor](http://campaignmonitor.github.io/createsend-php/) - The official Campaign Monitor PHP library.
660
 * [Digital Ocean](https://github.com/toin0u/DigitalOcean) - A library to interface with the Digital Ocean API.
660
 * [Digital Ocean](https://github.com/toin0u/DigitalOcean) - A library to interface with the Digital Ocean API.
661
 * [Github](https://github.com/dsyph3r/github-api3-php) - A library to interface with the Github API.
661
 * [Github](https://github.com/dsyph3r/github-api3-php) - A library to interface with the Github API.
662
 * [PHP Github API](https://github.com/KnpLabs/php-github-api) - Another library to interface with the Github API.
662
 * [PHP Github API](https://github.com/KnpLabs/php-github-api) - Another library to interface with the Github API.
853
 * [PHP Internals Book](http://www.phpinternalsbook.com) - An online book about PHP internals, written by three core developers.
853
 * [PHP Internals Book](http://www.phpinternalsbook.com) - An online book about PHP internals, written by three core developers.
854
 * [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.
854
 * [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.
855
 * [The PHP Ternary Operator. Fast or Not?](http://fabien.potencier.org/article/48/the-php-ternary-operator-fast-or-not) - An article ternary performance.
855
 * [The PHP Ternary Operator. Fast or Not?](http://fabien.potencier.org/article/48/the-php-ternary-operator-fast-or-not) - An article ternary performance.
856
-* [Disproving the Single Quotes Myth](http://nikic.github.com/2012/01/09/Disproving-the-Single-Quotes-Performance-Myth.html) - An article about performance of single and double quoted strings.
856
+* [Disproving the Single Quotes Myth](http://nikic.github.io/2012/01/09/Disproving-the-Single-Quotes-Performance-Myth.html) - An article about performance of single and double quoted strings.
857
 * [You're Being Lied To](http://blog.golemon.com/2007/01/youre-being-lied-to.html) - An article about internal ZVALs.
857
 * [You're Being Lied To](http://blog.golemon.com/2007/01/youre-being-lied-to.html) - An article about internal ZVALs.
858
 * [How Long is a Piece of String](http://blog.golemon.com/2006/06/how-long-is-piece-of-string.html) - An article about string internals.
858
 * [How Long is a Piece of String](http://blog.golemon.com/2006/06/how-long-is-piece-of-string.html) - An article about string internals.
859
 * [Understanding OpCodes](http://blog.golemon.com/2008/01/understanding-opcodes.html) - An article about opcodes.
859
 * [Understanding OpCodes](http://blog.golemon.com/2008/01/understanding-opcodes.html) - An article about opcodes.
860
 * [How Foreach Works](http://stackoverflow.com/questions/10057671/how-foreach-actually-works/14854568#14854568) - A detailed StackOverflow answer about foreach.
860
 * [How Foreach Works](http://stackoverflow.com/questions/10057671/how-foreach-actually-works/14854568#14854568) - A detailed StackOverflow answer about foreach.
861
-* [When Does Foreach Copy?](http://nikic.github.com/2011/11/11/PHP-Internals-When-does-foreach-copy.html) - An article about the internals of foreach.
862
-* [How Big Are PHP Arrays (And Values) Really?](http://nikic.github.com/2011/12/12/How-big-are-PHP-arrays-really-Hint-BIG.html) - An article about array internals.
861
+* [When Does Foreach Copy?](http://nikic.github.io/2011/11/11/PHP-Internals-When-does-foreach-copy.html) - An article about the internals of foreach.
862
+* [How Big Are PHP Arrays (And Values) Really?](http://nikic.github.io/2011/12/12/How-big-are-PHP-arrays-really-Hint-BIG.html) - An article about array internals.
863
 * [Why Objects (Usually) Use Less Memory Than Arrays](https://gist.github.com/nikic/5015323) - An article about object and array internals.
863
 * [Why Objects (Usually) Use Less Memory Than Arrays](https://gist.github.com/nikic/5015323) - An article about object and array internals.
864
 * [PHP Evaluation Order](https://gist.github.com/nikic/6699370) - An article about evaluation order in PHP.
864
 * [PHP Evaluation Order](https://gist.github.com/nikic/6699370) - An article about evaluation order in PHP.
865
-* PHP Source Code for Developers: [1](http://blog.ircmaxell.com/2012/03/phps-source-code-for-php-developers.html) [2](http://nikic.github.com/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.com/2012/03/28/Understanding-PHPs-internal-array-implementation.html) - A series about the PHP source code.
865
+* 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.
866
 * Collecting Garbage: [1](http://www.php.net/manual/en/features.gc.refcounting-basics.php) [2](http://www.php.net/manual/en/features.gc.collecting-cycles.php) [3](http://www.php.net/manual/en/features.gc.performance-considerations.php) - A series about the PHP garbage collection internals.
866
 * Collecting Garbage: [1](http://www.php.net/manual/en/features.gc.refcounting-basics.php) [2](http://www.php.net/manual/en/features.gc.collecting-cycles.php) [3](http://www.php.net/manual/en/features.gc.performance-considerations.php) - A series about the PHP garbage collection internals.
867
 
867
 
868
 ## PHP Magazines
868
 ## PHP Magazines
869
 *Fantastic PHP-related magazines.*
869
 *Fantastic PHP-related magazines.*
870
 
870
 
871
-* [php[architect]](http://www.phparch.com/magazine/) - A monthly magazine dedicated to PHP.
871
+* [php[architect]](https://www.phparch.com/magazine/) - A monthly magazine dedicated to PHP.

Loading…
Cancel
Save