Przeglądaj źródła

Fix all redirects and remove HHVM duplicate

pull/520/merge
Jose Diaz-Gonzalez 10 lat temu
rodzic
commit
3108cf1b01
1 zmienionych plików z 87 dodań i 89 usunięć
  1. 87
    89
      README.md

+ 87
- 89
README.md Wyświetl plik

@@ -83,7 +83,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
83 83
 ## Dependency Management
84 84
 *Libraries for dependency and package management.*
85 85
 
86
-* [Composer](http://getcomposer.org/)/[Packagist](http://packagist.org/) - A package and dependency manager.
86
+* [Composer](https://getcomposer.org/)/[Packagist](https://packagist.org/) - A package and dependency manager.
87 87
 * [Composer Installers](https://github.com/composer/installers) - A  multi framework Composer library installer.
88 88
 * [Pickle](https://github.com/FriendsOfPHP/pickle) - A PHP extension installer.
89 89
 * [Melody](http://melody.sensiolabs.org/) - A tool to build one file Composer scripts.
@@ -104,13 +104,13 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
104 104
 
105 105
 * [Symfony 2](http://symfony.com/) - A framework comprised of individual components (SF2).
106 106
 * [Zend Framework 2](http://framework.zend.com) - Another framework comprised of individual components (ZF2).
107
-* [Laravel 5](http://laravel.com/) - Another PHP framework (L5).
107
+* [Laravel 5](https://laravel.com/) - Another PHP framework (L5).
108 108
 * [Aura PHP](http://auraphp.com/) - A framework of independent components.
109 109
 * [Yii2](https://github.com/yiisoft/yii2/) - Another PHP framework.
110
-* [Nette](http://nette.org) - Another framework comprised of individual components.
110
+* [Nette](https://nette.org) - Another framework comprised of individual components.
111 111
 * [PPI Framework 2](http://www.ppi.io) - An interoperability framework.
112 112
 * [CakePHP](http://cakephp.org/) - A rapid application development framework (CP).
113
-* [Phalcon](http://phalconphp.com/en/) - A framework implemented as a C extension.
113
+* [Phalcon](https://phalconphp.com/en/) - A framework implemented as a C extension.
114 114
 
115 115
 ## Framework Extras
116 116
 *Extras related to web development frameworks.*
@@ -124,7 +124,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
124 124
 
125 125
 * [Symfony2 Components](http://symfony.com/doc/master/components/index.html) - The components that make Symfony 2.
126 126
 * [Zend Framework 2 Components](https://packages.zendframework.com/) - The components that make Zend Framework.
127
-* [Aura Components](http://auraphp.github.io/) - A package of PHP 5.4 components.
127
+* [Aura Components](http://auraphp.com/) - A package of PHP 5.4 components.
128 128
 * [CakePHP Plugins](http://plugins.cakephp.org/) - A directory of CakePHP plugins.
129 129
 * [Hoa Project](http://hoa-project.net/En/) - Another package of PHP components.
130 130
 * [League of Extraordinary Packages](https://thephpleague.com/) - A PHP package development group.
@@ -135,16 +135,16 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
135 135
 * [Silex](http://silex.sensiolabs.org/) - A micro framework built around Symfony2 components.
136 136
 * [Slim](http://www.slimframework.com/) - Another simple micro framework.
137 137
 * [Bullet PHP](http://bulletphp.com/) - A micro framework for building REST APIs.
138
-* [Lumen](http://lumen.laravel.com) - A micro-framework by Laravel.
138
+* [Lumen](https://lumen.laravel.com) - A micro-framework by Laravel.
139 139
 * [Proton](https://github.com/alexbilbie/Proton) - A StackPHP compatible micro framework
140 140
 
141 141
 ## Micro Framework Extras
142 142
 *Extras related to micro frameworks and routers.*
143 143
 
144
-* [Silex Skeleton](https://github.com/fabpot/Silex-Skeleton) - A project skeleton for Silex.
144
+* [Silex Skeleton](https://github.com/silexphp/Silex-Skeleton) - A project skeleton for Silex.
145 145
 * [Silex Web Profiler](https://github.com/silexphp/Silex-WebProfiler) - A web debug toolbar for Silex.
146
-* [Slim Skeleton](https://github.com/codeguy/Slim-Skeleton) - A skeleton for Slim.
147
-* [Slim View](https://github.com/codeguy/Slim-Views) - A collection of custom views for Slim.
146
+* [Slim Skeleton](https://github.com/slimphp/Slim-Skeleton) - A skeleton for Slim.
147
+* [Slim View](https://github.com/slimphp/Slim-Views) - A collection of custom views for Slim.
148 148
 
149 149
 ## Routers
150 150
 *Libraries for handling application routing.*
@@ -159,16 +159,16 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
159 159
 * [Twig](http://twig.sensiolabs.org/) - A comprehensive templating language.
160 160
 * [Twig Cache Extension](https://github.com/asm89/twig-cache-extension) - A template fragment cache library for Twig.
161 161
 * [Mustache](https://github.com/bobthecow/mustache.php) - A PHP implementation of the Mustache template language.
162
-* [Phly Mustache](https://github.com/weierophinney/phly_mustache) - Another PHP implementation of the Mustache template language.
162
+* [Phly Mustache](https://github.com/phly/phly_mustache) - Another PHP implementation of the Mustache template language.
163 163
 * [MtHaml](https://github.com/arnaud-lb/MtHaml) - A PHP implementation of the HAML template language.
164
-* [PHPTAL](http://phptal.org/) - A PHP implementation of the [TAL](http://en.wikipedia.org/wiki/Template_Attribute_Language) templating language.
164
+* [PHPTAL](http://phptal.org/) - A PHP implementation of the [TAL](https://en.wikipedia.org/wiki/Template_Attribute_Language) templating language.
165 165
 * [Plates](http://platesphp.com/) - A native PHP templating library.
166 166
 * [Lex](https://github.com/pyrocms/lex) - A lightweight template parser.
167 167
 
168 168
 ## Static Site Generators
169 169
 *Tools for pre-processing content to generate web pages.*
170 170
 
171
-* [Sculpin](http://sculpin.io) - A tool that converts Markdown and Twig into static HTML.
171
+* [Sculpin](https://sculpin.io) - A tool that converts Markdown and Twig into static HTML.
172 172
 * [Phrozn](http://phrozn.info) - Another tool that converts Textile, Markdown and Twig into HTML.
173 173
 
174 174
 ## HTTP
@@ -178,14 +178,14 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
178 178
 * [Buzz](https://github.com/kriswallsmith/Buzz) - Another HTTP client.
179 179
 * [Requests](https://github.com/rmccue/Requests) - A simple HTTP library.
180 180
 * [HTTPFul](https://github.com/nategood/httpful) - A chainable HTTP client.
181
-* [Goutte](https://github.com/fabpot/Goutte) - A simple web scraper.
181
+* [Goutte](https://github.com/FriendsOfPHP/Goutte) - A simple web scraper.
182 182
 * [PHP VCR](http://php-vcr.github.io/) - A library for recording and replaying HTTP requests.
183 183
 
184 184
 ## Middlewares
185 185
 *Libraries for building application using middlewares.*
186 186
 
187 187
 * [Stack](https://github.com/stackphp) - A library of stackable middleware for Silex/Symfony.
188
-* [Slim Middleware](https://github.com/codeguy/Slim-Middleware) - A collection of custom middleware for Slim.
188
+* [Slim Middleware](https://github.com/slimphp/Slim-Middleware) - A collection of custom middleware for Slim.
189 189
 * [Conduit](https://github.com/phly/conduit) - A port of [Sencha Connect](https://github.com/senchalabs/connect) to PHP.
190 190
 
191 191
 ## URL
@@ -200,9 +200,9 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
200 200
 
201 201
 * [SwiftMailer](http://swiftmailer.org/) - A mailer solution.
202 202
 * [PHPMailer](https://github.com/PHPMailer/PHPMailer) - Another mailer solution.
203
-* [Fetch](https://github.com/tedivm/Fetch) - An IMAP library.
203
+* [Fetch](https://github.com/tedious/Fetch) - An IMAP library.
204 204
 * [Email Reply Parser](https://github.com/willdurand/EmailReplyParser) - An email reply parser library.
205
-* [Stampie](https://github.com/henrikbjorn/Stampie) - A library for email services such as [SendGrid](http://sendgrid.com), [PostMark](http://postmarkapp.com), [MailGun](http://www.mailgun.com) and [Mandrill](http://www.mandrill.com).
205
+* [Stampie](https://github.com/henrikbjorn/Stampie) - A library for email services such as [SendGrid](http://sendgrid.com), [PostMark](https://postmarkapp.com), [MailGun](http://www.mailgun.com) and [Mandrill](http://www.mandrill.com).
206 206
 * [CssToInlineStyles](https://github.com/tijsverkoyen/CssToInlineStyles) - A library to inline CSS in email templates.
207 207
 * [Email Validator](https://github.com/nojacko/email-validator) - A small email address validation library.
208 208
 
@@ -210,14 +210,14 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
210 210
 *Libraries for file manipulation and MIME type detection.*
211 211
 
212 212
 * [Gaufrette](https://github.com/KnpLabs/Gaufrette) - A filesystem abstraction layer.
213
-* [Flysystem](https://github.com/FrenkyNet/Flysystem) - Another filesystem abstraction layer.
213
+* [Flysystem](https://github.com/thephpleague/Flysystem) - Another filesystem abstraction layer.
214 214
 * [Canal](https://github.com/dflydev/dflydev-canal) - A library to determine internet media types.
215 215
 * [Apache MIME Types](https://github.com/dflydev/dflydev-apache-mime-types) - A library that parses Apache MIME types.
216 216
 * [Ferret](https://github.com/versionable/Ferret) - A MIME detection library.
217 217
 * [Hoa Mime](https://github.com/hoaproject/Mime) - Another MIME detection library.
218 218
 * [Lurker](https://github.com/henrikbjorn/Lurker) - A resource tracking library.
219
-* [PHP File Locator](https://github.com/herrera-io/php-file-locator) - A library for locating files in large projects.
220
-* [PHP FFmpeg](https://github.com/alchemy-fr/PHP-FFmpeg/) - A wrapper for the [FFmpeg](http://www.ffmpeg.org/) video library.
219
+* [PHP File Locator](https://github.com/kherge-abandoned/php-file-locator) - A library for locating files in large projects.
220
+* [PHP FFmpeg](https://github.com/PHP-FFmpeg/PHP-FFmpeg/) - A wrapper for the [FFmpeg](http://www.ffmpeg.org/) video library.
221 221
 * [CSV](https://github.com/thephpleague/csv) - A CSV data manipulation library.
222 222
 
223 223
 ## Streams
@@ -232,8 +232,8 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
232 232
 * [Auryn](https://github.com/rdlowrey/Auryn) - Another dependency injection container.
233 233
 * [Container](https://github.com/thephpleague/container) - Another flexible dependency injection container.
234 234
 * [PHP-DI](http://php-di.org/) - A dependency injection container that supports autowiring.
235
-* [Acclimate](https://github.com/jeremeamia/acclimate) - A common interface to dependency injection containers and service locators.
236
-* [Symfony DI](https://github.com/symfony/DependencyInjection) - A dependency injection container component (SF2).
235
+* [Acclimate](https://github.com/jeremeamia/acclimate-container) - A common interface to dependency injection containers and service locators.
236
+* [Symfony DI](https://github.com/symfony/dependency-injection) - A dependency injection container component (SF2).
237 237
 
238 238
 ## Imagery
239 239
 *Libraries for manipulating images.*
@@ -244,7 +244,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
244 244
 * [GIF Frame Extractor](https://github.com/Sybio/GifFrameExtractor) - A library to extract GIF animation frame information.
245 245
 * [GIF Creator](https://github.com/Sybio/GifCreator) - A library to create GIF animations from multiple images.
246 246
 * [Image With Text](https://github.com/nmcteam/image-with-text) - A library for embedding text into images.
247
-* [Color Extractor](https://github.com/php-loep/color-extractor) - A library for extracting colours from images.
247
+* [Color Extractor](https://github.com/thephpleague/color-extractor) - A library for extracting colours from images.
248 248
 * [Glide](https://github.com/thephpleague/glide) - An on-demand image manipulation library.
249 249
 * [Image Optimizer](https://github.com/psliwa/image-optimizer) - A library for optimizing images.
250 250
 
@@ -264,12 +264,12 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
264 264
 * [Faker](https://github.com/fzaninotto/Faker) - A fake data generator library.
265 265
 * [Samsui](https://github.com/mauris/samsui) - Another fake data generator library.
266 266
 * [Alice](https://github.com/nelmio/alice) - An expressive fixture generation library.
267
-* [Behat](http://behat.org/) - A behaviour driven development (BDD) testing framework.
267
+* [Behat](http://docs.behat.org/en/v2.5/) - A behaviour driven development (BDD) testing framework.
268 268
 * [Pho](https://github.com/danielstjules/pho) - Another behaviour driven development testing framework.
269
-* [Mink](http://mink.behat.org/) - Web acceptance testing.
269
+* [Mink](http://mink.behat.org/en/latest/) - Web acceptance testing.
270 270
 * [HTTP Mock](https://github.com/InterNations/http-mock) - A library for mocking HTTP requests in unit tests.
271 271
 * [VFS Stream](https://github.com/mikey179/vfsStream) - A virtual filesystem stream wrapper for testing.
272
-* [VFS](https://github.com/adlawson/vfs.php) - Another virtual filesystem for testing.
272
+* [VFS](https://github.com/adlawson/php-vfs) - Another virtual filesystem for testing.
273 273
 * [Locust](http://locust.io/) - A modern load test library written in Python.
274 274
 * [Peridot](https://github.com/peridot-php/peridot) - An event driven test framework.
275 275
 
@@ -277,8 +277,8 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
277 277
 *Libraries and applications for continuous integration.*
278 278
 
279 279
 * [Travis CI](https://travis-ci.org/) - A continuous integration platform.
280
-* [SemaphoreCI](https://semaphoreapp.com/) - A continuous integration platform for open source and private projects.
281
-* [PHPCI](http://www.phptesting.org/) - An open source continuous integration platform for PHP.
280
+* [SemaphoreCI](https://semaphoreci.com/) - A continuous integration platform for open source and private projects.
281
+* [PHPCI](https://www.phptesting.org/) - An open source continuous integration platform for PHP.
282 282
 * [Sismo](http://sismo.sensiolabs.org/) - A continuous testing server library.
283 283
 * [Jenkins](http://jenkins-ci.org/) - A continous integration platform with [PHP support](http://jenkins-php.org/index.html).
284 284
 * [JoliCi](https://github.com/jolicode/JoliCi) - A continuous integration client written in PHP and powered by Docker.
@@ -286,7 +286,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
286 286
 ## Documentation
287 287
 *Libraries for generating project documentation.*
288 288
 
289
-* [Sami](https://github.com/fabpot/Sami) - An API documentation generator.
289
+* [Sami](https://github.com/FriendsOfPHP/Sami) - An API documentation generator.
290 290
 * [APIGen](https://github.com/apigen/apigen) - Another API documentation generator.
291 291
 * [PHP Documentor 2](https://github.com/phpDocumentor/phpDocumentor2) - A documentation generator.
292 292
 * [phpDox](http://phpdox.de/) - A documentation generator for PHP projects (that is not limited to API documentation).
@@ -296,7 +296,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
296 296
 
297 297
 * [HTML Purifier](https://github.com/ezyang/htmlpurifier) - A standards compliant HTML filter.
298 298
 * [RandomLib](https://github.com/ircmaxell/RandomLib) - A library for generating random numbers and strings.
299
-* [True Random](https://github.com/pixeloution/true-random) - A library that generates random numbers using [www.random.org](http://www.random.org/).
299
+* [True Random](https://github.com/pixeloution/true-random) - A library that generates random numbers using [www.random.org](https://www.random.org/).
300 300
 * [SecurityMultiTool](https://github.com/padraic/SecurityMultiTool) - A PHP security library.
301 301
 * [PHPSecLib](http://phpseclib.sourceforge.net/) - A pure PHP secure communications library.
302 302
 * [TCrypto](https://github.com/timoh6/TCrypto) - A simple encrypted key-value storage library.
@@ -337,23 +337,23 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
337 337
 * [Mondrian](https://github.com/Trismegiste/Mondrian) - A code analysis tool using Graph Theory.
338 338
 * [Scrutinizer](https://scrutinizer-ci.com/) - A web tool to scrutinise PHP code.
339 339
 * [PHPLOC](https://github.com/sebastianbergmann/phploc) - A tool for quickly measuring the size of a PHP project.
340
-* [PHPCheckstyle](https://github.com/jbrooksuk/phpcheckstyle) - A tool to help adhere to certain coding conventions.
340
+* [PHPCheckstyle](https://github.com/PHPCheckstyle/phpcheckstyle) - A tool to help adhere to certain coding conventions.
341 341
 * [PhpDependencyAnalysis](https://github.com/mamuz/PhpDependencyAnalysis) - A tool to create customisable dependency graphs.
342
-* [Code Climate](http://codeclimate.com) - An automated code review.
342
+* [Code Climate](https://codeclimate.com) - An automated code review.
343 343
 
344 344
 ## Architectural
345 345
 *Libraries related to design patterns, programming approaches and ways to organize code.*
346 346
 
347 347
 * [PHP Option](https://github.com/schmittjoh/php-option) - An option type library.
348 348
 * [Ruler](https://github.com/bobthecow/Ruler) - A simple stateless production rules engine.
349
-* [Finite](http://yohan.giarel.li/Finite) - A simple PHP finite state machine.
349
+* [Finite](http://yohan.giarel.li/Finite/) - A simple PHP finite state machine.
350 350
 * [Compose](https://github.com/igorw/compose) - A function composition library.
351 351
 * [Monad PHP](https://github.com/ircmaxell/monad-php) - A simple Monad library.
352 352
 * [Patchwork](http://antecedent.github.io/patchwork/) - A library for redefining userland functions.
353 353
 * [Galapagos](https://github.com/endel/galapagos) - Evolutionary language transformation.
354 354
 * [Design Patterns PHP](https://github.com/domnikl/DesignPatternsPHP) - A repository of software patterns implemented in PHP.
355 355
 * [Functional PHP](https://github.com/lstrojny/functional-php) - A functional programming library.
356
-* [Lib Accessor](https://github.com/phine/lib-accessor) - A library for simplifying accessors.
356
+* [Lib Accessor](https://github.com/kherge-abandoned/lib-accessor) - A library for simplifying accessors.
357 357
 * [Iter](https://github.com/nikic/iter) - A library that provides iteration primitives using generators.
358 358
 
359 359
 ## Debugging and Profiling
@@ -367,16 +367,16 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
367 367
 * [Tracy](https://github.com/nette/tracy) - A simple error detection, logging and time measuring library.
368 368
 * [Z-Ray](http://www.zend.com/en/products/server/z-ray) - A debug and profile tool for Zend Server.
369 369
 * [XHProf](https://github.com/phacility/xhprof) - A profiling tool originally developed by Facebook.
370
-* [Blackfire.io](http://blackfire.io) - A low-overhead code profiler.
370
+* [Blackfire.io](https://blackfire.io) - A low-overhead code profiler.
371 371
 * [Kint](https://github.com/raveren/kint) - A debugging and profiling tool.
372 372
 
373 373
 ## Build Tools
374 374
 *Project build and automation tools.*
375 375
 
376
-* [Go](https://github.com/herrera-io/php-go) - A simple PHP build tool.
376
+* [Go](https://github.com/kherge-abandoned//php-go) - A simple PHP build tool.
377 377
 * [Bob](https://github.com/CHH/bob) - A simple project automation tool.
378 378
 * [Phake](https://github.com/jaz303/phake) - A rake PHP clone library.
379
-* [Box](https://github.com/kherge/Box) - A utility to build PHAR files.
379
+* [Box](https://github.com/box-project/box2) - A utility to build PHAR files.
380 380
 * [Phing](http://www.phing.info/) - A PHP project build system inspired by Apache Ant.
381 381
 
382 382
 ## Task Runners
@@ -397,14 +397,14 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
397 397
 * [Assetic](https://github.com/kriswallsmith/assetic) - An asset manager pipeline library.
398 398
 * [Pipe](https://github.com/CHH/pipe) - Another asset manager pipeline library.
399 399
 * [Munee](https://github.com/meenie/munee) - An asset optimiser library.
400
-* [JShrink](https://github.com/tedivm/JShrink) - A JavaScript minifier library.
401
-* [Puli](https://github.com/webmozart/puli) - A library for determining assets absolute paths.
400
+* [JShrink](https://github.com/tedious/JShrink) - A JavaScript minifier library.
401
+* [Puli](https://github.com/puli/repository) - A library for determining assets absolute paths.
402 402
 
403 403
 ## Geolocation
404 404
 *Libraries for geocoding addresses and working with latitudes and longitudes.*
405 405
 
406 406
 * [GeoCoder](http://geocoder-php.org/) - A geocoding library.
407
-* [GeoTools](https://github.com/php-loep/Geotools) - A library of geo-related tools.
407
+* [GeoTools](https://github.com/thephpleague/geotools) - A library of geo-related tools.
408 408
 * [PHPGeo](https://github.com/mjaschen/phpgeo) - A simple geo library.
409 409
 * [GeoJSON](https://github.com/jmikola/geojson) - A GeoJSON implementation.
410 410
 
@@ -413,14 +413,14 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
413 413
 
414 414
 * [Carbon](https://github.com/briannesbitt/Carbon) - A simple DateTime API extension.
415 415
 * [ExpressiveDate](https://github.com/jasonlewis/expressive-date) - Another DateTime API extension.
416
-* [CalendR](http://yohan.giarel.li/CalendR) - A calendar management library.
416
+* [CalendR](http://yohan.giarel.li/CalendR/) - A calendar management library.
417 417
 
418 418
 ## Event
419 419
 *Libraries that are event-driven or implement non-blocking event loops.*
420 420
 
421 421
 * [React](https://github.com/reactphp/react) - An event driven non-blocking I/O library.
422 422
 * [Rx.PHP](https://github.com/asm89/Rx.PHP) - A reactive extension library.
423
-* [Ratchet](https://github.com/cboden/Ratchet) - A web socket library.
423
+* [Ratchet](https://github.com/ratchetphp/Ratchet) - A web socket library.
424 424
 * [Hoa WebSocket](https://github.com/hoaproject/Websocket) - Another web socket library.
425 425
 * [Elephant.io](https://github.com/Wisembly/Elephant.io) - Yet another web socket library.
426 426
 * [Hoa EventSource](https://github.com/hoaproject/Eventsource) - An event source library.
@@ -441,8 +441,8 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
441 441
 
442 442
 * [OmniPay](https://github.com/thephpleague/omnipay) - A framework agnostic multi-gateway payment processing library.
443 443
 * [Payum](https://github.com/payum/payum) - A payment abstraction library.
444
-* [Sylius](http://www.sylius.org/) - An open source e-commerce solution.
445
-* [Thelia](http://thelia.net/v2/) - Another open source e-commerce solution.
444
+* [Sylius](http://sylius.org/) - An open source e-commerce solution.
445
+* [Thelia](http://thelia.net/) - Another open source e-commerce solution.
446 446
 * [Money](https://github.com/mathiasverraes/money) - A PHP implementation of Fowler's money pattern.
447 447
 * [Sebastian Money](https://github.com/sebastianbergmann/money) - Another library for working with monetary values.
448 448
 * [Swap](https://github.com/florianv/swap) - An exchange rates library.
@@ -451,7 +451,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
451 451
 *Libraries and software for working with PDF files.*
452 452
 
453 453
 * [Snappy](https://github.com/KnpLabs/snappy) - A PDF and image generation library.
454
-* [WKHTMLToPDF](https://github.com/antialize/wkhtmltopdf) - A tool to convert HTML to PDF.
454
+* [WKHTMLToPDF](https://github.com/wkhtmltopdf/wkhtmltopdf) - A tool to convert HTML to PDF.
455 455
 * [PHPPdf](https://github.com/psliwa/PHPPdf) - A library for generating PDFs and images from XML.
456 456
 
457 457
 ## Office
@@ -459,7 +459,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
459 459
 
460 460
 * [PHPWord](https://github.com/PHPOffice/PHPWord) - A library for working with Microsoft Word documents.
461 461
 * [PHPExcel](https://github.com/PHPOffice/PHPExcel) - A library for working with Microsoft Excel documents.
462
-* [PHPPowerPoint](https://github.com/PHPOffice/PHPPowerPoint) - A library for working with Microsoft PowerPoint Presentations.
462
+* [PHPPowerPoint](https://github.com/PHPOffice/PHPPresentation) - A library for working with Microsoft PowerPoint Presentations.
463 463
 * [ExcelAnt](https://github.com/Wisembly/ExcelAnt) - A library for manipulating Microsoft Excel documents.
464 464
 
465 465
 ## Database
@@ -467,11 +467,11 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
467 467
 
468 468
 * [Doctrine](http://www.doctrine-project.org/) - A comprehensive DBAL and ORM.
469 469
 * [Doctrine Extensions](https://github.com/l3pp4rd/DoctrineExtensions) - A collection of Doctrine behavioural extensions.
470
-* [Propel](http://www.propelorm.org/) - A fast ORM, migration library and query builder.
470
+* [Propel](http://propelorm.org/) - A fast ORM, migration library and query builder.
471 471
 * [Eloquent](https://github.com/illuminate/database) - A simple ORM (L5).
472 472
 * [Baum](https://github.com/etrepat/baum) - A nested set implementation for Eloquent.
473 473
 * [Spot2](https://github.com/vlucas/spot2) - A MySQL datamapper ORM.
474
-* [RedBean](http://redbeanphp.com/) - A lightweight, configuration-less ORM.
474
+* [RedBean](http://redbeanphp.com/index.php) - A lightweight, configuration-less ORM.
475 475
 * [Pomm](https://github.com/chanmix51/Pomm) - An Object Model Manager for PostgreSQL.
476 476
 * [ProxyManager](https://github.com/Ocramius/ProxyManager) - A set of utilities to generate proxy objects for data mappers.
477 477
 * [Cake ORM](https://github.com/cakephp/orm) - Object-Relational Mapper, implemented using the DataMapper pattern (CP).
@@ -502,7 +502,7 @@ Libraries to help manage database schemas and migrations.
502 502
 ## Search
503 503
 *Libraries and software for indexing and performing search queries on data.*
504 504
 
505
-* [ElasticSearch PHP](https://github.com/elasticsearch/elasticsearch-php) - The official client library for [ElasticSearch](http://www.elasticsearch.org/).
505
+* [ElasticSearch PHP](https://github.com/elastic/elasticsearch-php) - The official client library for [ElasticSearch](https://www.elastic.co/).
506 506
 * [Elastica](https://github.com/ruflin/Elastica) - A client library for ElasticSearch.
507 507
 * [Solarium](http://www.solarium-project.org/) - A client library for [Solr](http://lucene.apache.org/solr/).
508 508
 * [SphinxQL query builder](http://foolcode.github.io/SphinxQL-Query-Builder/) - A query library for the [Sphinx](http://sphinxsearch.com/) search engine.
@@ -510,17 +510,17 @@ Libraries to help manage database schemas and migrations.
510 510
 ## Command Line
511 511
 *Libraries related to the command line.*
512 512
 
513
-* [Boris](https://github.com/d11wtq/boris) - A tiny PHP REPL.
513
+* [Boris](https://github.com/borisrepl/boris) - A tiny PHP REPL.
514 514
 * [PsySH](https://github.com/bobthecow/psysh) - Another PHP REPL.
515 515
 * [Pecan](https://github.com/mcrumm/pecan) - An event-driven, non-blocking shell.
516 516
 * [GetOpt](https://github.com/ulrichsg/getopt-php) - A command line opt parser.
517 517
 * [OptParse](https://github.com/CHH/optparse) - Another command line opt parser.
518 518
 * [Commando](https://github.com/nategood/commando) - Another simple command line opt parser.
519
-* [GetOptionKit](https://github.com/c9s/php-GetOptionKit) - Another command line opt parser.
519
+* [GetOptionKit](https://github.com/c9s/GetOptionKit) - Another command line opt parser.
520 520
 * [Cron Expression](https://github.com/mtdowling/cron-expression) - A library to calculate cron run dates.
521 521
 * [ShellWrap](https://github.com/MrRio/shellwrap) - A simple command line wrapper library.
522 522
 * [Hoa Console](https://github.com/hoaproject/Console) - Another command line library.
523
-* [Shunt](https://github.com/php-loep/shunt) - A library for running commands in parallel on multiple remote machines.
523
+* [Shunt](https://github.com/thephpleague/shunt) - A library for running commands in parallel on multiple remote machines.
524 524
 * [Cilex](https://github.com/Cilex/Cilex) - A micro framework for building command line tools.
525 525
 * [CLImate](https://github.com/thephpleague/climate) - A library for outputting colours and special formatting.
526 526
 
@@ -544,7 +544,7 @@ Libraries to help manage database schemas and migrations.
544 544
 ## Markup
545 545
 *Libraries for working with markup.*
546 546
 
547
-* [Decoda](http://milesj.me/code/php/decoda) - A lightweight markup parser library.
547
+* [Decoda](https://github.com/milesj/decoda) - A lightweight markup parser library.
548 548
 * [PHP Markdown](https://github.com/michelf/php-markdown) - A Markdown parser.
549 549
 * [CommonMark PHP](https://github.com/thephpleague/commonmark) - A Markdown parser which supports the full [CommonMark spec](http://spec.commonmark.org/).
550 550
 * [Parsedown](https://github.com/erusev/parsedown) - Another Markdown parser.
@@ -587,7 +587,7 @@ Libraries to help manage database schemas and migrations.
587 587
 * [Respect Validation](https://github.com/Respect/Validation) - A simple validation library.
588 588
 * [Valitron](https://github.com/vlucas/valitron) - Another validation library.
589 589
 * [Cake Validation](https://github.com/cakephp/validation) - Another validation library (CP).
590
-* [Upload](https://github.com/codeguy/Upload) - A library for handling file uploads and validation.
590
+* [Upload](https://github.com/brandonsavage/Upload) - A library for handling file uploads and validation.
591 591
 * [DMS Filter](https://github.com/rdohms/DMS-Filter) - An annotation filtering library.
592 592
 * [MetaYaml](https://github.com/romaricdrigon/MetaYaml) - A schema validation library that supports YAML, JSON and XML.
593 593
 * [ISO-codes](https://github.com/ronanguilloux/IsoCodes) - A library for validating various ISO and ZIP codes (IBAN, SWIFT/BIC, BBAN, VAT, SSN, UKNIN).
@@ -606,11 +606,11 @@ Libraries to help manage database schemas and migrations.
606 606
 ## Caching
607 607
 *Libraries for caching data.*
608 608
 
609
-* [Alternative PHP Cache (APC)](http://www.php.net/manual/en/book.apc.php) - Open opcode cache for PHP.
609
+* [Alternative PHP Cache (APC)](http://php.net/manual/en/book.apc.php) - Open opcode cache for PHP.
610 610
 * [Doctrine Cache](https://github.com/doctrine/cache) - A caching library.
611 611
 * [Zend Cache](https://github.com/zendframework/zend-cache) - Another caching library (ZF2).
612 612
 * [Cake Cache](https://github.com/cakephp/cache) - A caching library (CP).
613
-* [Stash](https://github.com/tedivm/Stash) - Another library for caching.
613
+* [Stash](https://github.com/tedious/Stash) - Another library for caching.
614 614
 * [CacheTool](https://github.com/gordalina/cachetool) - A tool to clear APC/opcode caches from the command line.
615 615
 
616 616
 ## Data Structure and Storage
@@ -620,8 +620,8 @@ Libraries to help manage database schemas and migrations.
620 620
 * [PHP Collections](https://github.com/schmittjoh/php-collection) - A simple collections library.
621 621
 * [Serializer](https://github.com/schmittjoh/serializer) - A library for serialising and de-serialising data.
622 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.
624
-* [Fractal](https://github.com/php-loep/fractal) - A library for converting complex data structures to JSON output.
623
+* [PHP Object Storage](https://github.com/kherge-abandoned/php-object-storage) - A library for object storage.
624
+* [Fractal](https://github.com/thephpleague/fractal) - A library for converting complex data structures to JSON output.
625 625
 * [Totem](https://github.com/Wisembly/Totem) - A library to manage and create data changesets.
626 626
 * [PINQ](https://github.com/TimeToogo/Pinq) - A real Linq library for PHP.
627 627
 * [JsonMapper](https://github.com/netresearch/jsonmapper) - A library that maps nested JSON structures onto PHP classes.
@@ -631,7 +631,7 @@ Libraries to help manage database schemas and migrations.
631 631
 *Libraries for working with notification software.*
632 632
 
633 633
 * [Nod](https://github.com/filp/nod) - A notification library (e.g., Growl).
634
-* [Notificato](https://github.com/wrep/notificato) - A library for handling push notifications.
634
+* [Notificato](https://github.com/mac-cain13/notificato) - A library for handling push notifications.
635 635
 * [Notification Pusher](https://github.com/Ph3nol/NotificationPusher) - A standalone library for device push notifications.
636 636
 * [Notificator](https://github.com/namshi/notificator) - A lightweight notification library.
637 637
 
@@ -639,7 +639,7 @@ Libraries to help manage database schemas and migrations.
639 639
 *Libraries for project deployment.*
640 640
 
641 641
 * [Pomander](https://github.com/tamagokun/pomander) - A deployment tool for PHP applications.
642
-* [Rocketeer](https://github.com/Anahkiasen/rocketeer) - A fast and easy deployer for the PHP world.
642
+* [Rocketeer](https://github.com/rocketeers/rocketeer) - A fast and easy deployer for the PHP world.
643 643
 * [Envoy](https://github.com/laravel/envoy) - A tool to run SSH tasks with PHP.
644 644
 * [Plum](https://github.com/aerialls/Plum) - A deployer library.
645 645
 * [Deployer](https://github.com/deployphp/deployer) - A deployment tool.
@@ -695,17 +695,17 @@ Libraries to help manage database schemas and migrations.
695 695
 * [PHP PassBook](https://github.com/eymengunay/php-passbook) - A PHP library for iOS PassBook.
696 696
 * [PHP Expression](https://github.com/Kitano/php-expression) - A PHP expression language.
697 697
 * [RMT](https://github.com/liip/RMT) - A library for versioning and releasing software.
698
-* [Wise](https://github.com/herrera-io/php-wise) - A configuration manager.
698
+* [Wise](https://github.com/kherge-abandoned/php-wise) - A configuration manager.
699 699
 * [Opengraph](https://github.com/euskadi31/Opengraph) - An opengraph library.
700
-* [Essence](https://github.com/felixgirault/essence) - A library for extracting web media.
700
+* [Essence](https://github.com/essence/essence) - A library for extracting web media.
701 701
 * [Embera](https://github.com/mpratt/Embera) - An Oembed consumer library.
702 702
 * [Graphviz](https://github.com/alexandresalome/graphviz) - A Graphviz library.
703 703
 * [Flux](https://github.com/selvinortiz/flux) - A regular expression building library.
704 704
 * [PHPCR](https://github.com/phpcr/phpcr) - A PHP port of the Java Content Repository (JCR).
705
-* [ClassPreloader](https://github.com/mtdowling/ClassPreloader) - A library for optimising autoloading.
706
-* [Lib Country](https://github.com/phine/lib-country) - A library for country and subdivision data.
705
+* [ClassPreloader](https://github.com/ClassPreloader/ClassPreloader) - A library for optimising autoloading.
706
+* [Lib Country](https://github.com/kherge-abandoned/lib-country) - A library for country and subdivision data.
707 707
 * [PHPStack](http://dunkels.com/adam/phpstack/) - A TCP/IP stack proof of concept written in PHP.
708
-* [Nmap](https://github.com/willdurand/nmap) - A PHP wrapper around [Nmap](http://nmap.org/).
708
+* [Nmap](https://github.com/willdurand/nmap) - A PHP wrapper around [Nmap](https://nmap.org/).
709 709
 * [Code Mover](https://github.com/dantleech/code-mover) - A library for moving code.
710 710
 * [Lambda PHP](https://github.com/igorw/lambda-php) - A Lambda calculus interpreter in PHP.
711 711
 * [Country List](https://github.com/umpirsky/country-list) - A list of all countries with names and ISO 3166-1 codes.
@@ -721,20 +721,20 @@ Libraries to help manage database schemas and migrations.
721 721
 *Tools to help install and manage PHP on your computer.*
722 722
 
723 723
 * [HomeBrew](http://brew.sh/) - A package manager for OSX.
724
-* [HomeBrew PHP](https://github.com/josegonzalez/homebrew-php) - A PHP tap for HomeBrew.
724
+* [HomeBrew PHP](https://github.com/Homebrew/homebrew-php) - A PHP tap for HomeBrew.
725 725
 * [PHP OSX](http://php-osx.liip.ch/) - A PHP installer for OSX.
726
-* [PHP Brew](https://github.com/c9s/phpbrew) - A PHP version manager and installer.
726
+* [PHP Brew](https://github.com/phpbrew/phpbrew) - A PHP version manager and installer.
727 727
 * [PHP Env](https://github.com/CHH/phpenv) - Another PHP version manager.
728 728
 * [PHP Switch](https://github.com/jubianchi/phpswitch) - Another version manager.
729
-* [PHP Build](https://github.com/CHH/php-build) - Another PHP version installer.
729
+* [PHP Build](https://github.com/php-build/php-build) - Another PHP version installer.
730 730
 * [VirtPHP](http://virtphp.org/) - A tool for creating and managing isolated PHP environments.
731 731
 
732 732
 ## Development Environment
733 733
 *Software and tools for creating a sandboxed development environment.*
734 734
 
735
-* [Vagrant](http://www.vagrantup.com/) - A portable development environment utility.
736
-* [Ansible](http://www.ansibleworks.com/) - A radically simple orchestration framework.
737
-* [Puppet](http://puppetlabs.com/) - A server automation framework and application.
735
+* [Vagrant](https://www.vagrantup.com/) - A portable development environment utility.
736
+* [Ansible](http://www.ansible.com/) - A radically simple orchestration framework.
737
+* [Puppet](https://puppetlabs.com/) - A server automation framework and application.
738 738
 * [PuPHPet](https://puphpet.com/) - A web tool for building PHP development virtual machines.
739 739
 * [Protobox](http://getprotobox.com/) - Another web tool for building PHP development virtual machines.
740 740
 * [Phansible](http://phansible.com/) - A web tool for building PHP development virtual machines with Ansible.
@@ -742,9 +742,9 @@ Libraries to help manage database schemas and migrations.
742 742
 ## Virtual Machines
743 743
 *Alternative PHP virtual machines.*
744 744
 
745
-* [HipHop PHP](https://github.com/facebook/hiphop-php) - A Virtual Machine, Runtime and JIT for PHP by Facebook.
745
+* [HHVM](https://github.com/facebook/hhvm) - A Virtual Machine, Runtime and JIT for PHP by Facebook.
746 746
 * [HippyVM](http://hippyvm.com/) - Another PHP virtual machine.
747
-* [Hack](http://hacklang.org/) - A programming language for [HHVM](https://github.com/facebook/hiphop-php) that interoperates seamlessly with PHP.
747
+* [Hack](http://hacklang.org/) - A programming language for HHVM that interoperates seamlessly with PHP.
748 748
 
749 749
 ## Integrated Development Environment
750 750
 *Integrated Development Environments with support for PHP.*
@@ -756,10 +756,9 @@ Libraries to help manage database schemas and migrations.
756 756
 ## Web Applications
757 757
 *Web-based applications and tools.*
758 758
 
759
-* [3V4L](http://3v4l.org/) - An online PHP & HHVM shell.
759
+* [3V4L](https://3v4l.org/) - An online PHP & HHVM shell.
760 760
 * [DBV](http://dbv.vizuina.com/) - A database version control application.
761 761
 * [PHP Queue](https://github.com/CoderKungfu/php-queue) - An application for managing queueing backends.
762
-* [Composer as a Service](https://composer.borreli.com/) - A tool for downloading Composer packages as a zip file.
763 762
 * [MailCatcher](https://github.com/sj26/mailcatcher) - A web tool for capturing and viewing emails.
764 763
 * [Cachet](https://github.com/cachethq/cachet) - The open source status page system.
765 764
 
@@ -775,26 +774,25 @@ Various resources, such as books, websites and articles, for improving your PHP
775 774
 *Useful PHP-related websites.*
776 775
 
777 776
 * [PHP The Right Way](http://www.phptherightway.com/) - A PHP best practice quick reference guide.
778
-* [PHP Best Practices](http://phpbestpractices.org/) - A PHP best practice guide.
777
+* [PHP Best Practices](https://phpbestpractices.org/) - A PHP best practice guide.
779 778
 * [PHP Weekly](http://www.phpweekly.com/archive.html) - A weekly PHP newsletter.
780 779
 * [Securing PHP](http://securingphp.com/) - A newsletter about PHP security and library recommendations.
781 780
 * [PHP Security](http://phpsecurity.readthedocs.org/en/latest/index.html) - A guide to PHP security.
782 781
 * [PHP FIG](http://www.php-fig.org/) - The PHP Framework Interoperability Group.
783 782
 * [PHP UG](http://php.ug) - A website to help people locate their nearest PHP user group (UG).
784 783
 * [Seven PHP](http://7php.com/) - A website that interviews members of the PHP community.
785
-* [Nomad PHP](http://nomadphp.com/) - A online PHP learning resource.
784
+* [Nomad PHP](https://nomadphp.com/) - A online PHP learning resource.
786 785
 * [PHP Mentoring](http://phpmentoring.org/) - Peer to peer PHP mentorship organization.
787 786
 
788 787
 ## Other Websites
789 788
 *Useful websites related to web development.*
790 789
 
791 790
 * [The Open Web Application Security Project (OWASP)](https://www.owasp.org/index.php/Main_Page) - An open software security community.
792
-* [WebSec IO](http://websec.io/) - A web security community resource.
793
-* [Web Advent](http://webadvent.org) - An advent calendar for web developers.
791
+* [WebSec IO](https://websec.io/) - A web security community resource.
794 792
 * [Semantic Versioning](http://semver.org/) - A website explaining semantic versioning.
795
-* [Atlassian Git Tutorials](https://www.atlassian.com/git) - A series of Git tutorials.
793
+* [Atlassian Git Tutorials](https://www.atlassian.com/git/) - A series of Git tutorials.
796 794
 * [Hg Init](http://hginit.com/) - A series of Mercurial tutorials.
797
-* [Servers for Hackers](http://serversforhackers.com/) - A newsletter about server management.
795
+* [Servers for Hackers](https://serversforhackers.com/) - A newsletter about server management.
798 796
 
799 797
 ## PHP Books
800 798
 *Fantastic PHP-related books.*
@@ -814,7 +812,7 @@ Various resources, such as books, websites and articles, for improving your PHP
814 812
 * [The Linux Command Line](http://linuxcommand.org/tlcl.php) - A book about the Linux command line by William Shotts.
815 813
 * [Understanding Computation](http://computationbook.com) - A book about computation theory by Tom Stuart.
816 814
 * [The Tangled Web — Securing Web Applications](http://www.amazon.ca/The-Tangled-Web-Securing-Applications/dp/1593273886) - A book about securing web applications by Michal Zalewski.
817
-* [Elasticsearch: The Definitive Guide](http://www.elasticsearch.org/guide/) - A guide to working with Elasticsearch by Clinton Gormley and Zachary Tong.
815
+* [Elasticsearch: The Definitive Guide](https://www.elastic.co/guide/index.html) - A guide to working with Elasticsearch by Clinton Gormley and Zachary Tong.
818 816
 * [Eloquent JavaScript](http://eloquentjavascript.net/) - A book about JavaScript programming by Marijn Haverbeke.
819 817
 * [Vagrant Cookbook](https://leanpub.com/vagrantcookbook) - A book about creating Vagrant environments by Erika Heidi.
820 818
 * [Pro Git](http://git-scm.com/book/en/v2) - A book about Git by Scott Chacon and Ben Straub.
@@ -825,39 +823,39 @@ Various resources, such as books, websites and articles, for improving your PHP
825 823
 
826 824
 * [Taking PHP Seriously](http://www.infoq.com/presentations/php-history) - A talk outlining PHP's strengths by Keith Adams of Facebook.
827 825
 * [PHP Town Hall](http://phptownhall.com/) - A casual PHP podcast by Ben Edmunds and Phil Sturgeon.
828
-* [Programming with Anthony](http://www.youtube.com/playlist?list=PLM-218uGSX3DQ3KsB5NJnuOqPqc5CW2kW) - A video series by Anthony Ferrara.
826
+* [Programming with Anthony](https://www.youtube.com/playlist?list=PLM-218uGSX3DQ3KsB5NJnuOqPqc5CW2kW) - A video series by Anthony Ferrara.
829 827
 * [PHP UK Conference](https://www.youtube.com/user/phpukconference/videos) - A collection of videos from the PHP UK Conference.
830 828
 
831 829
 ## PHP Reading
832 830
 *PHP-releated reading materials.*
833 831
 
834
-* [Create Your Own PHP Framework](http://fabien.potencier.org/article/50/create-your-own-framework-on-top-of-the-symfony2-components-part-1) - A series of articles on how to make your own PHP framework by Fabien Potencier.
832
+* [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.
835 833
 * [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.
836 834
 * [Preventing CSRF Attacks](http://blog.ircmaxell.com/2013/02/preventing-csrf-attacks.html) - An article on preventing CSRF attacks.
837 835
 * [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.
838
-* [On PHP 5.3, Lamda Functions and Closures](http://fabien.potencier.org/article/17/on-php-5-3-lambda-functions-and-closures) - An article about lambda functions and closures.
836
+* [On PHP 5.3, Lamda Functions and Closures](http://fabien.potencier.org/on-php-5-3-lambda-functions-and-closures.html) - An article about lambda functions and closures.
839 837
 * [Use Env](http://seancoates.com/blogs/use-env) - An article about using the unix environment helper.
840
-* [Composer Primer](http://daylerees.com/composer-primer) - A Composer primer.
838
+* [Composer Primer](http://daylerees.com/composer-primer/) - A Composer primer.
841 839
 * [Composer Versioning](https://igor.io/2013/01/07/composer-versioning.html) - An article about Composer versioning.
842 840
 * [Composer Stability Flags](https://igor.io/2013/02/07/composer-stability-flags.html) - An article about Composer stability flags.
843 841
 * [Innocent Villagefolk or a Pillagin’ Pirate?](http://blog.astrumfutura.com/2012/04/php-innocent-villagefolk-or-a-pillagin-pirate/) - An article about PHP taking ideas from other language.
844 842
 * [Predicting Random Numbers in PHP](http://blog.astrumfutura.com/2013/03/predicting-random-numbers-in-php-its-easier-than-you-think/) - An article about generating random numbers.
845 843
 * [A 20 Point List for Preventing XSS in PHP](http://blog.astrumfutura.com/2013/04/20-point-list-for-preventing-cross-site-scripting-in-php/) - An article about preventing XSS.
846 844
 * [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.
847
-* [PHP Is Much Better Than You Think](http://fabien.potencier.org/article/64/php-is-much-better-than-you-think) - An article about the PHP language and ecosystem.
845
+* [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.
848 846
 
849 847
 ## PHP Internals Reading
850 848
 *Reading materials related to the PHP internals or performance.*
851 849
 
852 850
 * [PHP RFCs](https://wiki.php.net/rfc) - The home of PHP RFCs (Request for Comments).
853 851
 * [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.
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.
852
+* [Print vs Echo, Which One is Faster?](http://fabien.potencier.org/print-vs-echo-which-one-is-faster.html) - An article about print and echo performance.
853
+* [The PHP Ternary Operator. Fast or Not?](http://fabien.potencier.org/the-php-ternary-operator-fast-or-not.html) - An article ternary performance.
856 854
 * [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 855
 * [You're Being Lied To](http://blog.golemon.com/2007/01/youre-being-lied-to.html) - An article about internal ZVALs.
858 856
 * [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 857
 * [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.
858
+* [How Foreach Works](http://stackoverflow.com/questions/10057671/how-does-foreach-actually-work/14854568#14854568) - A detailed StackOverflow answer about foreach.
861 859
 * [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 860
 * [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 861
 * [Why Objects (Usually) Use Less Memory Than Arrays](https://gist.github.com/nikic/5015323) - An article about object and array internals.

Ładowanie…
Anuluj
Zapisz