Pārlūkot izejas kodu

Fix links

pull/1254/head
Alexander Kartavenko 1 gadu atpakaļ
vecāks
revīzija
adf882435b
Revīzijas autora e-pasta adrese nav piesaistīta nevienam kontam
1 mainītis faili ar 5 papildinājumiem un 7 dzēšanām
  1. 5
    7
      README.md

+ 5
- 7
README.md Parādīt failu

@@ -1,4 +1,4 @@
1
-# Awesome PHP [![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome)
1
+# Awesome PHP [![Awesome](https://cdn.jsdelivr.net/gh/sindresorhus/awesome@d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome)
2 2
 
3 3
 A curated list of amazingly awesome PHP libraries, resources, and shiny things.
4 4
 
@@ -150,7 +150,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
150 150
 * [Grav](https://github.com/getgrav/grav) - A modern flat-file CMS.
151 151
 * [Joomla](https://www.joomla.org/) - Another leading CMS.
152 152
 * [Kirby](https://getkirby.com/) - A flat-file CMS that adapts to any project.
153
-* [Magento](https://business.adobe.com/products/magento/magento-commerce.html) - The most popular e-commerce platform.
153
+* [Magento](https://github.com/magento/magento2) - The most popular e-commerce platform.
154 154
 * [Moodle](https://moodle.org/) - An open-source learning platform.
155 155
 * [Pico CMS](https://picocms.org/) - A stupidly simple, blazing fast, flat file CMS.
156 156
 * [Statamic](https://statamic.com/) - Build beautiful, easy-to-manage websites.
@@ -261,7 +261,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
261 261
 * [Mautic](https://github.com/mautic/mautic) - Email marketing automation
262 262
 * [PHPMailer](https://github.com/PHPMailer/PHPMailer) - Another mailer solution.
263 263
 * [PHP IMAP](https://github.com/barbushin/php-imap) - A library to access mailboxes via POP3, IMAP and NNTP.
264
-* [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 [MailChimp](https://mailchimp.com/features/transactional-email/).
264
+* [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/).
265 265
 * [SwiftMailer](https://swiftmailer.symfony.com) - A mailer solution.
266 266
 * [Symfony Mailer](https://github.com/symfony/mailer) - A powerful library for creating and sending emails.
267 267
 
@@ -430,7 +430,6 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
430 430
 * [Functional PHP](https://github.com/lstrojny/functional-php) - A functional programming library.
431 431
 * [Iter](https://github.com/nikic/iter) - A library that provides iteration primitives using generators.
432 432
 * [IterTools PHP](https://github.com/markrogoyski/itertools-php) - A library that provides functionality for working with iterable entities (similar to itertools library in Python).
433
-* [Patchwork](https://patchwork2.org/) - A library for redefining userland functions.
434 433
 * [Pipeline](https://github.com/thephpleague/pipeline) - A pipeline pattern implementation.
435 434
 * [Porter](https://github.com/ScriptFUSION/Porter) - Data import abstraction library for consuming Web APIs and other data sources.
436 435
 * [RulerZ](https://github.com/K-Phoen/rulerz) - A powerful rule engine and implementation of the Specification pattern.
@@ -649,7 +648,7 @@ Libraries to help manage database schemas and migrations.
649 648
 * [HTML to Markdown](https://github.com/thephpleague/html-to-markdown) - Converts HTML into Markdown.
650 649
 * [HTML5 PHP](https://github.com/Masterminds/html5-php) - An HTML5 parser and serializer library.
651 650
 * [Parsedown](https://github.com/erusev/parsedown) - Another Markdown parser.
652
-* [PHP CSS Parser](https://github.com/sabberworm/PHP-CSS-Parser) - A Parser for CSS Files written in PHP.
651
+* [PHP CSS Parser](https://github.com/MyIntervals/PHP-CSS-Parser) - A Parser for CSS Files written in PHP.
653 652
 * [PHP Markdown](https://github.com/michelf/php-markdown) - A Markdown parser.
654 653
 * [Shiki PHP](https://github.com/spatie/shiki-php) - A [Shiki](https://github.com/shikijs/shiki) code highlighting package in PHP.
655 654
 * [VObject](https://github.com/sabre-io/vobject) - A library for parsing VCard and iCalendar objects.
@@ -903,7 +902,6 @@ Various resources, such as books, websites and articles, for improving your PHP
903 902
 * [Modern PHP New Features and Good Practices](https://www.oreilly.com/library/view/~/9781491905173/) - A book about new PHP features and best practices by Josh Lockhart.
904 903
 * [Modernizing Legacy Applications in PHP](https://leanpub.com/mlaphp) - A book about modernizing legacy PHP applications by Paul M. Jones.
905 904
 * [PHP 7 Upgrade Guide](https://leanpub.com/php7) - An ebook covering all of the features and changes in PHP 7 by Colin O'Dell.
906
-* [PHP Pandas](https://daylerees.com/php-pandas/) - A book about learning to write PHP by Dayle Rees.
907 905
 * [Scaling PHP Applications](https://www.scalingphpbook.com) - An ebook about scaling PHP applications by Steve Corona.
908 906
 * [Securing PHP: Core Concepts](https://leanpub.com/securingphp-coreconcepts) - A book about common security terms and practices for PHP by Chris Cornutt.
909 907
 * [Signaling PHP](https://leanpub.com/signalingphp) - A book about catching PCNTL signals in CLI scripts by Cal Evans.
@@ -952,5 +950,5 @@ Various resources, such as books, websites and articles, for improving your PHP
952 950
 
953 951
 * [PHP RFCs](https://wiki.php.net/rfc) - The home of PHP RFCs (Request for Comments).
954 952
 * [Externals](https://externals.io/) - PHP internal discussions.
955
-* [PHP RFC Watch](https://php-rfc-watch.beberlei.de/) - Watch the latest PHP [RFCs](https://wiki.php.net/rfc).
953
+* [PHP RFC Watch](https://github.com/beberlei/php-rfc-watch) - Watch the latest PHP [RFCs](https://wiki.php.net/rfc).
956 954
 * [PHP Internals Book](https://www.phpinternalsbook.com/) - An online book about PHP internals, written by three core developers.

Notiek ielāde…
Atcelt
Saglabāt