Browse Source

Fix links

pull/1254/head
Alexander Kartavenko 1 year ago
parent
commit
adf882435b
No account linked to committer's email address
1 changed files with 5 additions and 7 deletions
  1. 5
    7
      README.md

+ 5
- 7
README.md View File

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
 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
 
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://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
 * [Moodle](https://moodle.org/) - An open-source learning platform.
154
 * [Moodle](https://moodle.org/) - An open-source learning platform.
155
 * [Pico CMS](https://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.
261
 * [Mautic](https://github.com/mautic/mautic) - Email marketing automation
261
 * [Mautic](https://github.com/mautic/mautic) - Email marketing automation
262
 * [PHPMailer](https://github.com/PHPMailer/PHPMailer) - Another mailer solution.
262
 * [PHPMailer](https://github.com/PHPMailer/PHPMailer) - Another mailer solution.
263
 * [PHP IMAP](https://github.com/barbushin/php-imap) - A library to access mailboxes via POP3, IMAP and NNTP.
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
 * [SwiftMailer](https://swiftmailer.symfony.com) - A mailer solution.
265
 * [SwiftMailer](https://swiftmailer.symfony.com) - A mailer solution.
266
 * [Symfony Mailer](https://github.com/symfony/mailer) - A powerful library for creating and sending emails.
266
 * [Symfony Mailer](https://github.com/symfony/mailer) - A powerful library for creating and sending emails.
267
 
267
 
430
 * [Functional PHP](https://github.com/lstrojny/functional-php) - A functional programming library.
430
 * [Functional PHP](https://github.com/lstrojny/functional-php) - A functional programming library.
431
 * [Iter](https://github.com/nikic/iter) - A library that provides iteration primitives using generators.
431
 * [Iter](https://github.com/nikic/iter) - A library that provides iteration primitives using generators.
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).
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
 * [Pipeline](https://github.com/thephpleague/pipeline) - A pipeline pattern implementation.
433
 * [Pipeline](https://github.com/thephpleague/pipeline) - A pipeline pattern implementation.
435
 * [Porter](https://github.com/ScriptFUSION/Porter) - Data import abstraction library for consuming Web APIs and other data sources.
434
 * [Porter](https://github.com/ScriptFUSION/Porter) - Data import abstraction library for consuming Web APIs and other data sources.
436
 * [RulerZ](https://github.com/K-Phoen/rulerz) - A powerful rule engine and implementation of the Specification pattern.
435
 * [RulerZ](https://github.com/K-Phoen/rulerz) - A powerful rule engine and implementation of the Specification pattern.
649
 * [HTML to Markdown](https://github.com/thephpleague/html-to-markdown) - Converts HTML into Markdown.
648
 * [HTML to Markdown](https://github.com/thephpleague/html-to-markdown) - Converts HTML into Markdown.
650
 * [HTML5 PHP](https://github.com/Masterminds/html5-php) - An HTML5 parser and serializer library.
649
 * [HTML5 PHP](https://github.com/Masterminds/html5-php) - An HTML5 parser and serializer library.
651
 * [Parsedown](https://github.com/erusev/parsedown) - Another Markdown parser.
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
 * [PHP Markdown](https://github.com/michelf/php-markdown) - A Markdown parser.
652
 * [PHP Markdown](https://github.com/michelf/php-markdown) - A Markdown parser.
654
 * [Shiki PHP](https://github.com/spatie/shiki-php) - A [Shiki](https://github.com/shikijs/shiki) code highlighting package in PHP.
653
 * [Shiki PHP](https://github.com/spatie/shiki-php) - A [Shiki](https://github.com/shikijs/shiki) code highlighting package in PHP.
655
 * [VObject](https://github.com/sabre-io/vobject) - A library for parsing VCard and iCalendar objects.
654
 * [VObject](https://github.com/sabre-io/vobject) - A library for parsing VCard and iCalendar objects.
903
 * [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.
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
 * [Modernizing Legacy Applications in PHP](https://leanpub.com/mlaphp) - A book about modernizing legacy PHP applications by Paul M. Jones.
903
 * [Modernizing Legacy Applications in PHP](https://leanpub.com/mlaphp) - A book about modernizing legacy PHP applications by Paul M. Jones.
905
 * [PHP 7 Upgrade Guide](https://leanpub.com/php7) - An ebook covering all of the features and changes in PHP 7 by Colin O'Dell.
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
 * [Scaling PHP Applications](https://www.scalingphpbook.com) - An ebook about scaling PHP applications by Steve Corona.
905
 * [Scaling PHP Applications](https://www.scalingphpbook.com) - An ebook about scaling PHP applications by Steve Corona.
908
 * [Securing PHP: Core Concepts](https://leanpub.com/securingphp-coreconcepts) - A book about common security terms and practices for PHP by Chris Cornutt.
906
 * [Securing PHP: Core Concepts](https://leanpub.com/securingphp-coreconcepts) - A book about common security terms and practices for PHP by Chris Cornutt.
909
 * [Signaling PHP](https://leanpub.com/signalingphp) - A book about catching PCNTL signals in CLI scripts by Cal Evans.
907
 * [Signaling PHP](https://leanpub.com/signalingphp) - A book about catching PCNTL signals in CLI scripts by Cal Evans.
952
 
950
 
953
 * [PHP RFCs](https://wiki.php.net/rfc) - The home of PHP RFCs (Request for Comments).
951
 * [PHP RFCs](https://wiki.php.net/rfc) - The home of PHP RFCs (Request for Comments).
954
 * [Externals](https://externals.io/) - PHP internal discussions.
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
 * [PHP Internals Book](https://www.phpinternalsbook.com/) - An online book about PHP internals, written by three core developers.
954
 * [PHP Internals Book](https://www.phpinternalsbook.com/) - An online book about PHP internals, written by three core developers.

Loading…
Cancel
Save