Ver código fonte

Merge pull request #1406 from ziadoz/fix-broken-links

Fix broken links
pull/1116/merge
Alexander Kartavenko 1 mês atrás
pai
commit
e1ecfc69a5
Nenhuma conta vinculada ao e-mail do autor do commit
1 arquivos alterados com 9 adições e 12 exclusões
  1. 9
    12
      README.md

+ 9
- 12
README.md Ver arquivo

@@ -159,7 +159,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
159 159
 * [Moodle](https://moodle.org/) - An open-source learning platform.
160 160
 * [OpenMage](https://github.com/OpenMage/magento-lts) - Fork of EoL Magento 1 e-commerce platform.
161 161
 * [Pico CMS](https://picocms.org/) - A stupidly simple, blazing fast, flat file CMS.
162
-* [Silverstripe](https://silverstripe.org) - A simple, flexible, and secure CMS. 
162
+* [Silverstripe](https://www.silverstripe.org/) - A simple, flexible, and secure CMS.
163 163
 * [Statamic](https://statamic.com/) - Build beautiful, easy-to-manage websites.
164 164
 * [Sulu](https://sulu.io/) - A user and developer friendly focused CMS and Platform based on the Symfony Framework.
165 165
 * [TYPO3](https://typo3.org) - An enterprise level CMS.
@@ -266,7 +266,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
266 266
 * [Fetch](https://github.com/tedious/Fetch) - An IMAP library.
267 267
 * [Mautic](https://github.com/mautic/mautic) - Email marketing automation
268 268
 * [PHPMailer](https://github.com/PHPMailer/PHPMailer) - Another mailer solution.
269
-* [Stampie](https://github.com/Stampie/Stampie) - A library for email services such as [SendGrid](https://sendgrid.com/en-us), [PostMark](https://postmarkapp.com), [MailGun](https://www.mailgun.com/) and [MailChimp](https://mailchimp.com/features/transactional-email/).
269
+* [Stampie](https://github.com/Stampie/Stampie) - A library for email services such as [SendGrid](https://www.twilio.com/en-us/sendgrid), [PostMark](https://postmarkapp.com), [MailGun](https://www.mailgun.com/) and [MailChimp](https://mailchimp.com/features/transactional-email/).
270 270
 * [SwiftMailer](https://swiftmailer.symfony.com/docs/introduction.html) - A mailer solution.
271 271
 * [Symfony Mailer](https://github.com/symfony/mailer) - A powerful library for creating and sending emails.
272 272
 
@@ -329,7 +329,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
329 329
 * [PHP-Mock](https://github.com/php-mock/php-mock) - A mock library for built-in PHP functions (e.g. time()).
330 330
 * [PHP MySQL Engine](https://github.com/vimeo/php-mysql-engine) -  A MySQL engine written in pure PHP.
331 331
 * [PHPSpec](https://github.com/phpspec/phpspec) - A design by specification unit testing library.
332
-* [PHPT](https://qa.php.net/write-test.php) - A test tool used by PHP itself.
332
+* [PHPT](https://php.github.io/php-src/miscellaneous/writing-tests.html) - A test tool used by PHP itself.
333 333
 * [PHPUnit](https://github.com/sebastianbergmann/phpunit) - A unit testing framework.
334 334
 * [PHPUnit Polyfills](https://github.com/Yoast/PHPUnit-Polyfills/) - Simplifies running PHPUnit tests on multiple PHPUnit versions.
335 335
 * [Prophecy](https://github.com/phpspec/prophecy) - A highly opinionated mocking framework.
@@ -444,7 +444,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
444 444
 * [Metrics](https://github.com/beberlei/metrics) - A simple metrics API library.
445 445
 * [PCOV](https://github.com/krakjoe/pcov) - A self-contained code coverage compatible driver.
446 446
 * [PHP Console](https://github.com/Seldaek/php-console) - A web debugging console.
447
-* [PHP Debug Bar](http://phpdebugbar.com/) - A debugging toolbar.
447
+* [PHP Debug Bar](https://php-debugbar.com/) - A debugging toolbar.
448 448
 * [PHPBench](https://github.com/phpbench/phpbench) - A benchmarking Framework.
449 449
 * [PHPSpy](https://github.com/adsr/phpspy) - A low-overhead sampling profiler.
450 450
 * [Symfony VarDumper](https://github.com/symfony/var-dumper) - A variable dumper component.
@@ -643,8 +643,7 @@ Libraries to help manage database schemas and migrations.
643 643
 * [Opauth](https://github.com/opauth/opauth) - A multi-provider authentication framework.
644 644
 * [Paseto](https://github.com/paragonie/paseto) - Platform-Agnostic Security Tokens.
645 645
 * [PHP oAuthLib](https://github.com/daviddesberg/PHPoAuthLib) - Another OAuth library.
646
-* [Sentinel Social](https://cartalyst.com/manual/sentinel-social/2.0) - A library for social network authentication.
647
-* [Sentinel](https://cartalyst.com/manual/sentinel/2.0) - A framework agnostic authentication & authorisation library.
646
+* [Sentinel](https://github.com/cartalyst/sentinel) - A framework agnostic authentication & authorisation library.
648 647
 * [TwitterOAuth](https://github.com/abraham/twitteroauth) - A Twitter OAuth library.
649 648
 
650 649
 ### Markup and CSS
@@ -697,7 +696,7 @@ Libraries to help manage database schemas and migrations.
697 696
 * [ByteUnits](https://github.com/gabrielelana/byte-units) - A library to parse, format and convert byte units in binary and metric systems.
698 697
 * [DecimalObject](https://github.com/php-collective/decimal-object) - A value object to handle decimals/floats easily and more precisely.
699 698
 * [IP](https://github.com/darsyn/ip) - An immutable value object for working with IPv4 and IPv6 addresses.
700
-* [PHP Conversion](https://github.com/Crisu83/php-conversion) - Another library for converting between units of measure.
699
+* [PHP Conversion](https://github.com/cniska/php-conversion) - Another library for converting between units of measure.
701 700
 * [PHP Units of Measure](https://github.com/triplepoint/php-units-of-measure) - A library for converting between units of measure.
702 701
 * [MathPHP](https://github.com/markrogoyski/math-php) - A math library for PHP.
703 702
 
@@ -855,11 +854,11 @@ Libraries to help manage database schemas and migrations.
855 854
 * [Lando](https://lando.dev/) - Push-button development environments.
856 855
 * [Laravel Homestead](https://laravel.com/docs/master/homestead) - A local development environment for Laravel.
857 856
 * [Laravel Herd](https://herd.laravel.com/windows) - A one click PHP development environment for macOS and Windows.
858
-* [Laradock](http://laradock.io/) - A full PHP development environment based on Docker.
857
+* [Laradock](https://laradock.io/) - A full PHP development environment based on Docker.
859 858
 * [PHPMon](https://phpmon.app/) - A macOS menu bar app for managing PHP installations (works with [Laravel Valet](https://laravel.com/docs/master/valet)).
860 859
 * [Puppet](https://www.puppet.com) - A server automation framework and application.
861 860
 * [Takeout](https://github.com/tighten/takeout) - A Docker-based development-only dependency manager.
862
-* [Vagrant](https://www.vagrantup.com/) - A portable development environment utility.
861
+* [Vagrant](https://developer.hashicorp.com/vagrant) - A portable development environment utility.
863 862
 
864 863
 ### Virtual Machines
865 864
 *Alternative PHP virtual machines.*
@@ -883,7 +882,6 @@ Libraries to help manage database schemas and migrations.
883 882
 * [3V4L](https://3v4l.org/) - An online PHP & HHVM shell.
884 883
 * [Adminer](https://www.adminer.org/en/) - Database management in a single PHP file.
885 884
 * [Cachet](https://github.com/cachethq/cachet) - The open source status page system.
886
-* [DBV](https://github.com/victorstanciu/dbv) - A database version control application.
887 885
 * [Lychee](https://github.com/electerious/Lychee) - An easy to use and great looking photo-management-system.
888 886
 * [Leantime](https://leantime.io) - Strategic project management system for the non project manager
889 887
 * [MailCatcher](https://github.com/sj26/mailcatcher) - A web tool for capturing and viewing emails.
@@ -909,7 +907,7 @@ Various resources, such as books, websites and articles, for improving your PHP
909 907
 * [Laravel News](https://laravel-news.com/) - The official Laravel blog.
910 908
 * [PHP Annotated Monthly](https://blog.jetbrains.com/phpstorm/tag/php-annotated-monthly/) - A monthly digest of PHP news.
911 909
 * [PHP FIG](https://www.php-fig.org/) - The PHP Framework Interoperability Group.
912
-* [PHP Package Development Standards](http://php-pds.com) - Package development standards for PHP.
910
+* [PHP Package Development Standards](https://php-pds.com/) - Package development standards for PHP.
913 911
 * [PHP School](https://www.phpschool.io/) - Open Source Learning for PHP.
914 912
 * [PHP The Right Way](https://phptherightway.com/) - A PHP best practice quick reference guide.
915 913
 * [PHP UG](https://php.ug) - A website to help people locate their nearest PHP user group (UG).
@@ -921,7 +919,6 @@ Various resources, such as books, websites and articles, for improving your PHP
921 919
 
922 920
 * [Domain-Driven Design in PHP](https://leanpub.com/ddd-in-php) - Real examples written in PHP showcasing DDD Architectural Styles.
923 921
 * [Functional Programming in PHP](https://www.functionalphp.com/) - This book will show you how to leverage these new PHP5.3+ features by understanding functional programming principles
924
-* [Grumpy PHPUnit](https://leanpub.com/grumpy-phpunit) - A book about unit testing with PHPUnit by Chris Hartjes.
925 922
 * [Mastering Object-Orientated PHP](https://masteringobjectorientedphp.com/) - A book about object-orientated PHP by Brandon Savage.
926 923
 * [PHP Cookbook](https://www.oreilly.com/library/view/php-cookbook/9781098121310/) - This cookbook provides code recipes to help you resolve a variety of coding issues.
927 924
 * [Modernizing Legacy Applications in PHP](https://leanpub.com/mlaphp) - A book about modernizing legacy PHP applications by Paul M. Jones.

Carregando…
Cancelar
Salvar