瀏覽代碼

Fix links.

pull/1195/head
Jamie 3 年之前
父節點
當前提交
5acd5b0cb9
共有 1 個檔案被更改,包括 22 行新增22 行删除
  1. 22
    22
      README.md

+ 22
- 22
README.md 查看文件

144
 *Tools for managing digital content.*
144
 *Tools for managing digital content.*
145
 
145
 
146
 * [Backdrop](https://backdropcms.org) - A CMS targeting small-to-medium sized business and non-profits (a fork of Drupal).
146
 * [Backdrop](https://backdropcms.org) - A CMS targeting small-to-medium sized business and non-profits (a fork of Drupal).
147
-* [Concrete5](https://www.concrete5.org/) - A CMS targeting users with a minimum of technical skills.
147
+* [Concrete5](https://www.concretecms.com/) - A CMS targeting users with a minimum of technical skills.
148
 * [CraftCMS](https://github.com/craftcms/cms) - A flexible, user-friendly CMS for creating custom digital experiences on the web and beyond.
148
 * [CraftCMS](https://github.com/craftcms/cms) - A flexible, user-friendly CMS for creating custom digital experiences on the web and beyond.
149
 * [Drupal](https://www.drupal.org) - An enterprise level CMS.
149
 * [Drupal](https://www.drupal.org) - An enterprise level CMS.
150
 * [Grav](https://github.com/getgrav/grav) - A modern flat-file CMS.
150
 * [Grav](https://github.com/getgrav/grav) - A modern flat-file CMS.
151
 * [Joomla](https://www.joomla.org/) - Another leading CMS.
151
 * [Joomla](https://www.joomla.org/) - Another leading CMS.
152
 * [Kirby](https://getkirby.com/) - A flat-file CMS that adapts to any project.
152
 * [Kirby](https://getkirby.com/) - A flat-file CMS that adapts to any project.
153
-* [Magento](https://magento.com/) - The most popular ecommerce platform.
153
+* [Magento](https://business.adobe.com/products/magento/magento-commerce.html) - The most popular ecommerce platform.
154
 * [Moodle](https://moodle.org/) - An open-source learning platform.
154
 * [Moodle](https://moodle.org/) - An open-source learning platform.
155
-* [Pico CMS](http://picocms.org/) - A stupidly simple, blazing fast, flat file CMS.
155
+* [Pico CMS](https://picocms.org/) - A stupidly simple, blazing fast, flat file CMS.
156
 * [Statamic](https://statamic.com/) - Build beautiful, easy to manage websites.
156
 * [Statamic](https://statamic.com/) - Build beautiful, easy to manage websites.
157
 * [WordPress](https://wordpress.org/) - A blogging platform and CMS.
157
 * [WordPress](https://wordpress.org/) - A blogging platform and CMS.
158
 
158
 
159
 ### Components
159
 ### Components
160
 *Standalone components from web development frameworks and development groups.*
160
 *Standalone components from web development frameworks and development groups.*
161
 
161
 
162
-* [Aura](http://auraphp.com/) - Independent components, fully decoupled from each other and from any framework.
162
+* [Aura](https://auraphp.com/) - Independent components, fully decoupled from each other and from any framework.
163
 * [CakePHP Plugins](https://plugins.cakephp.org/) - A directory of CakePHP plugins.
163
 * [CakePHP Plugins](https://plugins.cakephp.org/) - A directory of CakePHP plugins.
164
 * [Hoa Project](https://hoa-project.net/En/) - Another package of PHP components.
164
 * [Hoa Project](https://hoa-project.net/En/) - Another package of PHP components.
165
 * [Laravel Components](https://github.com/illuminate) - The Laravel Framework components.
165
 * [Laravel Components](https://github.com/illuminate) - The Laravel Framework components.
172
 *Micro frameworks and routers.*
172
 *Micro frameworks and routers.*
173
 
173
 
174
 * [Laravel-Zero](https://laravel-zero.com) - A micro-framework for console applications.
174
 * [Laravel-Zero](https://laravel-zero.com) - A micro-framework for console applications.
175
-* [Lumen](https://lumen.laravel.com) - A micro-framework by Laravel.
175
+* [Lumen](https://lumen.laravel.com/docs) - A micro-framework by Laravel.
176
 * [Mezzio](https://getexpressive.org/) - A micro-framework by Laminas.
176
 * [Mezzio](https://getexpressive.org/) - A micro-framework by Laminas.
177
 * [Radar](https://github.com/radarphp/Radar.Adr) - An Action-Domain-Responder implementation for PHP.
177
 * [Radar](https://github.com/radarphp/Radar.Adr) - An Action-Domain-Responder implementation for PHP.
178
 * [Silly](https://github.com/mnapoli/silly) - A micro-framework for CLI applications.
178
 * [Silly](https://github.com/mnapoli/silly) - A micro-framework for CLI applications.
209
 *Tools for pre-processing content to generate web pages.*
209
 *Tools for pre-processing content to generate web pages.*
210
 
210
 
211
 * [Couscous](http://couscous.io) - Couscous turns Markdown documentation into beautiful websites. It's GitHub Pages on steroids.
211
 * [Couscous](http://couscous.io) - Couscous turns Markdown documentation into beautiful websites. It's GitHub Pages on steroids.
212
-* [Jigsaw](http://jigsaw.tighten.co/) - Simple static sites with Laravel's Blade.
212
+* [Jigsaw](https://jigsaw.tighten.com/) - Simple static sites with Laravel's Blade.
213
 * [Sculpin](https://sculpin.io) - A tool that converts Markdown and Twig into static HTML.
213
 * [Sculpin](https://sculpin.io) - A tool that converts Markdown and Twig into static HTML.
214
 * [Spress](http://spress.yosymfony.com) - An extensible tool that converts Markdown and Twig into HTML.
214
 * [Spress](http://spress.yosymfony.com) - An extensible tool that converts Markdown and Twig into HTML.
215
 
215
 
221
 * [HTTPlug](http://httplug.io) - An HTTP client abstraction without binding to a specific implementation.
221
 * [HTTPlug](http://httplug.io) - An HTTP client abstraction without binding to a specific implementation.
222
 * [Nyholm PSR-7](https://github.com/Nyholm/psr7) - A super lightweight PSR-7 implementation. Very strict and very fast.
222
 * [Nyholm PSR-7](https://github.com/Nyholm/psr7) - A super lightweight PSR-7 implementation. Very strict and very fast.
223
 * [PHP VCR](https://php-vcr.github.io/) - A library for recording and replaying HTTP requests.
223
 * [PHP VCR](https://php-vcr.github.io/) - A library for recording and replaying HTTP requests.
224
-* [Requests](https://github.com/rmccue/Requests) - A simple HTTP library.
224
+* [Requests](https://github.com/WordPress/Requests) - A simple HTTP library.
225
 * [Retrofit](https://github.com/tebru/retrofit-php) - A library to ease creation of REST API clients.
225
 * [Retrofit](https://github.com/tebru/retrofit-php) - A library to ease creation of REST API clients.
226
 * [Symfony HTTP Client](https://github.com/symfony/http-client) - A component to fetch HTTP resources synchronously or asynchronously.
226
 * [Symfony HTTP Client](https://github.com/symfony/http-client) - A component to fetch HTTP resources synchronously or asynchronously.
227
 * [Laminas Diactoros](https://github.com/laminas/laminas-diactoros) - PSR-7 HTTP Message implementation.
227
 * [Laminas Diactoros](https://github.com/laminas/laminas-diactoros) - PSR-7 HTTP Message implementation.
262
 * [Mautic](https://github.com/mautic/mautic) - Email marketing automation
262
 * [Mautic](https://github.com/mautic/mautic) - Email marketing automation
263
 * [PHPMailer](https://github.com/PHPMailer/PHPMailer) - Another mailer solution.
263
 * [PHPMailer](https://github.com/PHPMailer/PHPMailer) - Another mailer solution.
264
 * [PHP IMAP](https://github.com/barbushin/php-imap) - A library to access mailboxes via POP3, IMAP and NNTP.
264
 * [PHP IMAP](https://github.com/barbushin/php-imap) - A library to access mailboxes via POP3, IMAP and NNTP.
265
-* [Stampie](https://github.com/Stampie/Stampie) - A library for email services such as [SendGrid](https://sendgrid.com/), [PostMark](https://postmarkapp.com), [MailGun](https://www.mailgun.com/) and [Mandrill](https://mailchimp.com/features/transactional-email/).
265
+* [Stampie](https://github.com/Stampie/Stampie) - A library for email services such as [SendGrid](https://sendgrid.com/), [PostMark](https://postmarkapp.com), [MailGun](https://www.mailgun.com/) and [Mandrill](https://mailchimp.com/en-gb/features/transactional-email/).
266
 * [SwiftMailer](https://swiftmailer.symfony.com) - A mailer solution.
266
 * [SwiftMailer](https://swiftmailer.symfony.com) - A mailer solution.
267
 * [Symfony Mailer](https://github.com/symfony/mailer) - A powerful library for creating and sending emails.
267
 * [Symfony Mailer](https://github.com/symfony/mailer) - A powerful library for creating and sending emails.
268
 
268
 
317
 * [HTTP Mock](https://github.com/InterNations/http-mock) - A library for mocking HTTP requests in unit tests.
317
 * [HTTP Mock](https://github.com/InterNations/http-mock) - A library for mocking HTTP requests in unit tests.
318
 * [Infection](https://github.com/infection/infection) - An AST-based PHP Mutation testing framework.
318
 * [Infection](https://github.com/infection/infection) - An AST-based PHP Mutation testing framework.
319
 * [Kahlan](https://github.com/kahlan/kahlan) - Full stack Unit/BDD testing framework with built-in stub, mock and code-coverage support.
319
 * [Kahlan](https://github.com/kahlan/kahlan) - Full stack Unit/BDD testing framework with built-in stub, mock and code-coverage support.
320
-* [Mink](http://mink.behat.org/en/latest/) - Web acceptance testing.
320
+* [Mink](https://mink.behat.org/en/latest/) - Web acceptance testing.
321
 * [Mockery](https://github.com/mockery/mockery) - A mock object library for testing.
321
 * [Mockery](https://github.com/mockery/mockery) - A mock object library for testing.
322
 * [ParaTest](https://github.com/paratestphp/paratest) - A parallel testing library for PHPUnit.
322
 * [ParaTest](https://github.com/paratestphp/paratest) - A parallel testing library for PHPUnit.
323
 * [Pest](https://pestphp.com/) - A testing framework with a focus on simplicity.
323
 * [Pest](https://pestphp.com/) - A testing framework with a focus on simplicity.
324
 * [Peridot](https://github.com/peridot-php/peridot) - An event driven test framework.
324
 * [Peridot](https://github.com/peridot-php/peridot) - An event driven test framework.
325
-* [Phake](https://github.com/mlively/Phake) - Another mock object library for testing.
325
+* [Phake](https://github.com/phake/phake) - Another mock object library for testing.
326
 * [Pho](https://github.com/danielstjules/pho) - Another behaviour driven development testing framework.
326
 * [Pho](https://github.com/danielstjules/pho) - Another behaviour driven development testing framework.
327
 * [PHP-Mock](https://github.com/php-mock/php-mock) - A mock library for built-in PHP functions (e.g. time()).
327
 * [PHP-Mock](https://github.com/php-mock/php-mock) - A mock library for built-in PHP functions (e.g. time()).
328
 * [PHP MySQL Engine](https://github.com/vimeo/php-mysql-engine) -  A MySQL engine written in pure PHP. 
328
 * [PHP MySQL Engine](https://github.com/vimeo/php-mysql-engine) -  A MySQL engine written in pure PHP. 
341
 * [JoliCi](https://github.com/jolicode/JoliCi) - A continuous integration client written in PHP and powered by Docker.
341
 * [JoliCi](https://github.com/jolicode/JoliCi) - A continuous integration client written in PHP and powered by Docker.
342
 * [PHPCI](https://github.com/dancryer/phpci) - An open source continuous integration platform for PHP.
342
 * [PHPCI](https://github.com/dancryer/phpci) - An open source continuous integration platform for PHP.
343
 * [SemaphoreCI](https://semaphoreci.com/) - A continuous integration platform for open source and private projects.
343
 * [SemaphoreCI](https://semaphoreci.com/) - A continuous integration platform for open source and private projects.
344
-* [Shippable](https://www.shippable.com/) - A Docker based continious integration platform for open source and private projects.
344
+* [Shippable](https://jfrog.com/blog/weve-acquired-shippable-to-complete-devops-pipeline-automation-from-code-to-production/) - A Docker based continious integration platform for open source and private projects.
345
 * [Travis CI](https://travis-ci.org/) - A continuous integration platform.
345
 * [Travis CI](https://travis-ci.org/) - A continuous integration platform.
346
 * [Setup PHP](https://github.com/shivammathur/setup-php) - A GitHub Action for PHP.
346
 * [Setup PHP](https://github.com/shivammathur/setup-php) - A GitHub Action for PHP.
347
 
347
 
351
 * [APIGen](https://github.com/apigen/apigen) - Another API documentation generator.
351
 * [APIGen](https://github.com/apigen/apigen) - Another API documentation generator.
352
 * [daux.io](https://github.com/dauxio/daux.io) - A documentation generator which uses Markdown files.
352
 * [daux.io](https://github.com/dauxio/daux.io) - A documentation generator which uses Markdown files.
353
 * [PHP Documentor 2](https://github.com/phpDocumentor/phpDocumentor) - A documentation generator.
353
 * [PHP Documentor 2](https://github.com/phpDocumentor/phpDocumentor) - A documentation generator.
354
-* [phpDox](http://phpdox.de/) - A documentation generator for PHP projects (that is not limited to API documentation).
354
+* [phpDox](https://phpdox.net/) - A documentation generator for PHP projects (that is not limited to API documentation).
355
 
355
 
356
 ### Security
356
 ### Security
357
 *Libraries for generating secure random numbers, encrypting data and scanning and testing for vulnerabilities.*
357
 *Libraries for generating secure random numbers, encrypting data and scanning and testing for vulnerabilities.*
432
 * [Finite](https://yohan.giarel.li/Finite/) - A simple PHP finite state machine.
432
 * [Finite](https://yohan.giarel.li/Finite/) - A simple PHP finite state machine.
433
 * [Functional PHP](https://github.com/lstrojny/functional-php) - A functional programming library.
433
 * [Functional PHP](https://github.com/lstrojny/functional-php) - A functional programming library.
434
 * [Iter](https://github.com/nikic/iter) - A library that provides iteration primitives using generators.
434
 * [Iter](https://github.com/nikic/iter) - A library that provides iteration primitives using generators.
435
-* [Patchwork](http://patchwork2.org/) - A library for redefining userland functions.
435
+* [Patchwork](https://patchwork2.org/) - A library for redefining userland functions.
436
 * [Pipeline](https://github.com/thephpleague/pipeline) - A pipeline pattern implementation.
436
 * [Pipeline](https://github.com/thephpleague/pipeline) - A pipeline pattern implementation.
437
 * [Porter](https://github.com/ScriptFUSION/Porter) - Data import abstraction library for consuming Web APIs and other data sources.
437
 * [Porter](https://github.com/ScriptFUSION/Porter) - Data import abstraction library for consuming Web APIs and other data sources.
438
 * [RulerZ](https://github.com/K-Phoen/rulerz) - A powerful rule engine and implementation of the Specification pattern.
438
 * [RulerZ](https://github.com/K-Phoen/rulerz) - A powerful rule engine and implementation of the Specification pattern.
442
 
442
 
443
 * [APM](https://pecl.php.net/package/APM) - Monitoring extension collecting errors and statistics into SQLite/MySQL/StatsD.
443
 * [APM](https://pecl.php.net/package/APM) - Monitoring extension collecting errors and statistics into SQLite/MySQL/StatsD.
444
 * [Barbushin PHP Console](https://github.com/barbushin/php-console) - Another web debugging console using Google Chrome.
444
 * [Barbushin PHP Console](https://github.com/barbushin/php-console) - Another web debugging console using Google Chrome.
445
-* [Blackfire.io](https://blackfire.io) - A low-overhead code profiler.
445
+* [Blackfire.io](https://www.blackfire.io) - A low-overhead code profiler.
446
 * [Kint](https://github.com/kint-php/kint) - A debugging and profiling tool.
446
 * [Kint](https://github.com/kint-php/kint) - A debugging and profiling tool.
447
 * [Metrics](https://github.com/beberlei/metrics) - A simple metrics API library.
447
 * [Metrics](https://github.com/beberlei/metrics) - A simple metrics API library.
448
 * [PCOV](https://github.com/krakjoe/pcov) - A self contained code coverage compatible driver.
448
 * [PCOV](https://github.com/krakjoe/pcov) - A self contained code coverage compatible driver.
606
 
606
 
607
 * [Elastica](https://github.com/ruflin/Elastica) - A client library for ElasticSearch.
607
 * [Elastica](https://github.com/ruflin/Elastica) - A client library for ElasticSearch.
608
 * [ElasticSearch PHP](https://github.com/elastic/elasticsearch-php) - The official client library for [ElasticSearch](https://www.elastic.co/).
608
 * [ElasticSearch PHP](https://github.com/elastic/elasticsearch-php) - The official client library for [ElasticSearch](https://www.elastic.co/).
609
-* [Solarium](https://www.solarium-project.org/) - A client library for [Solr](https://lucene.apache.org/solr/).
609
+* [Solarium](https://www.solarium-project.org/) - A client library for [Solr](https://solr.apache.org/).
610
 * [SphinxQL Query Builder](https://foolcode.github.io/SphinxQL-Query-Builder/) - A query library for the [Sphinx](https://sphinxsearch.com/) and [Manticore](https://manticoresearch.com/) search engines.
610
 * [SphinxQL Query Builder](https://foolcode.github.io/SphinxQL-Query-Builder/) - A query library for the [Sphinx](https://sphinxsearch.com/) and [Manticore](https://manticoresearch.com/) search engines.
611
 
611
 
612
 ### Command Line
612
 ### Command Line
777
 *Libraries and tools to help build serverless web applications.*
777
 *Libraries and tools to help build serverless web applications.*
778
 
778
 
779
 * [Bref](https://bref.sh/) - Serverless PHP on AWS Lambda.
779
 * [Bref](https://bref.sh/) - Serverless PHP on AWS Lambda.
780
-* [OpenWhisk](http://openwhisk.apache.org/) - An open-source serverless cloud platform.
781
-* [Serverless Framework](https://www.serverless.com/open-source/) - An open-source framework for building serverless applications.
780
+* [OpenWhisk](https://openwhisk.apache.org/) - An open-source serverless cloud platform.
781
+* [Serverless Framework](https://www.serverless.com/framework) - An open-source framework for building serverless applications.
782
 * [Laravel Vapor](https://vapor.laravel.com/) - A serverless deployment platform for Laravel, powered by AWS.
782
 * [Laravel Vapor](https://vapor.laravel.com/) - A serverless deployment platform for Laravel, powered by AWS.
783
 
783
 
784
 ## Configuration
784
 ## Configuration
890
 * [libs.garden: PHP](https://libs.garden/php) - An overview of fastest growing PHP libraries.
890
 * [libs.garden: PHP](https://libs.garden/php) - An overview of fastest growing PHP libraries.
891
 * [Nomad PHP](https://nomadphp.com/) - A online PHP learning resource.
891
 * [Nomad PHP](https://nomadphp.com/) - A online PHP learning resource.
892
 * [Laravel News](https://laravel-news.com/) - The official Laravel blog.
892
 * [Laravel News](https://laravel-news.com/) - The official Laravel blog.
893
-* [PHP Annotated Monthly](https://blog.jetbrains.com/phpstorm/category/php-annotated-monthly/) - A monthly digest of PHP news.
893
+* [PHP Annotated Monthly](https://blog.jetbrains.com/phpstorm/tag/php-annotated-monthly/) - A monthly digest of PHP news.
894
 * [PHP Best Practices](https://phpbestpractices.org/) - A PHP best practice guide.
894
 * [PHP Best Practices](https://phpbestpractices.org/) - A PHP best practice guide.
895
 * [PHP FIG](https://www.php-fig.org/) - The PHP Framework Interoperability Group.
895
 * [PHP FIG](https://www.php-fig.org/) - The PHP Framework Interoperability Group.
896
 * [PHP Package Development Standards](http://php-pds.com) - Package development standards for PHP.
896
 * [PHP Package Development Standards](http://php-pds.com) - Package development standards for PHP.
900
 * [PHP UG](https://php.ug) - A website to help people locate their nearest PHP user group (UG).
900
 * [PHP UG](https://php.ug) - A website to help people locate their nearest PHP user group (UG).
901
 * [PHP Versions](http://phpversions.info/) - Lists which versions of PHP are available on several popular web hosts.
901
 * [PHP Versions](http://phpversions.info/) - Lists which versions of PHP are available on several popular web hosts.
902
 * [PHP Watch](https://php.watch/) - PHP articles, news, upcoming changes, RFCs and more.
902
 * [PHP Watch](https://php.watch/) - PHP articles, news, upcoming changes, RFCs and more.
903
-* [PHP Weekly](http://www.phpweekly.com/archive.html) - A weekly PHP newsletter.
903
+* [PHP Weekly](https://www.phpweekly.com/archive.html) - A weekly PHP newsletter.
904
 * [Securing PHP](https://www.securingphp.com/) - A newsletter about PHP security and library recommendations.
904
 * [Securing PHP](https://www.securingphp.com/) - A newsletter about PHP security and library recommendations.
905
 * [Seven PHP](https://7php.com/) - A website that interviews members of the PHP community.
905
 * [Seven PHP](https://7php.com/) - A website that interviews members of the PHP community.
906
 
906
 
937
 
937
 
938
 * [Laravel Podcast](https://laravelpodcast.com/) - Laravel and PHP development news and discussion.
938
 * [Laravel Podcast](https://laravelpodcast.com/) - Laravel and PHP development news and discussion.
939
 * [PHP Internals News](https://phpinternals.news) - A podcast about PHP internals.
939
 * [PHP Internals News](https://phpinternals.news) - A podcast about PHP internals.
940
-* [PHP Roundtable](https://www.phproundtable.com/) - The PHP Roundtable is a casual gathering of developers discussing topics that PHP nerds care about.
940
+* [PHP Roundtable](https://phproundtable.com/) - The PHP Roundtable is a casual gathering of developers discussing topics that PHP nerds care about.
941
 * [PHP Town Hall](https://phptownhall.com/) - A casual PHP podcast by Ben Edmunds and Phil Sturgeon.
941
 * [PHP Town Hall](https://phptownhall.com/) - A casual PHP podcast by Ben Edmunds and Phil Sturgeon.
942
 * [Voices of the ElePHPant](https://voicesoftheelephpant.com/) Interviews with the people that make the PHP community special.
942
 * [Voices of the ElePHPant](https://voicesoftheelephpant.com/) Interviews with the people that make the PHP community special.
943
 
943
 
944
 ### PHP Newsletters
944
 ### PHP Newsletters
945
 *PHP-related news directly to your inbox.*
945
 *PHP-related news directly to your inbox.*
946
 
946
 
947
-* [PHP Weekly](http://www.phpweekly.com/) - A weekly newsletter about PHP.
947
+* [PHP Weekly](https://www.phpweekly.com/) - A weekly newsletter about PHP.
948
 
948
 
949
 ### PHP Reading
949
 ### PHP Reading
950
 *PHP-releated reading materials.*
950
 *PHP-releated reading materials.*
957
 * [PHP RFCs](https://wiki.php.net/rfc) - The home of PHP RFCs (Request for Comments).
957
 * [PHP RFCs](https://wiki.php.net/rfc) - The home of PHP RFCs (Request for Comments).
958
 * [Externals](https://externals.io/) - PHP internal discussions. 
958
 * [Externals](https://externals.io/) - PHP internal discussions. 
959
 * [PHP RFC Watch](https://php-rfc-watch.beberlei.de/) - Watch the latest PHP [RFCs](https://wiki.php.net/rfc).
959
 * [PHP RFC Watch](https://php-rfc-watch.beberlei.de/) - Watch the latest PHP [RFCs](https://wiki.php.net/rfc).
960
-* [PHP Internals Book](http://www.phpinternalsbook.com) - An online book about PHP internals, written by three core developers.
960
+* [PHP Internals Book](https://www.phpinternalsbook.com/) - An online book about PHP internals, written by three core developers.

Loading…
取消
儲存