Procházet zdrojové kódy

Fix test (#929)

* Fix tests

* Fix more redirects

* Fix appserver.io link
pull/805/merge
Ankit Pokhrel před 7 roky
rodič
revize
883b0d6f3a
1 změnil soubory, kde provedl 7 přidání a 7 odebrání
  1. 7
    7
      README.md

+ 7
- 7
README.md Zobrazit soubor

@@ -406,7 +406,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
406 406
 * [PHP Console](https://github.com/Seldaek/php-console) - A web debugging console.
407 407
 * [PHP Debug Bar](http://phpdebugbar.com/) - A debugging toolbar.
408 408
 * [PHPBench](https://github.com/phpbench/phpbench) - A benchmarking Framework.
409
-* [Tideways.io](https://tideways.io/) - Monitoring and profiling tool
409
+* [Tideways.io](https://tideways.com/) - Monitoring and profiling tool
410 410
 * [Tracy](https://github.com/nette/tracy) - A simple error detection, logging and time measuring library.
411 411
 * [xDebug](https://github.com/xdebug/xdebug) - A debug and profile tool for PHP.
412 412
 * [XHProf](https://github.com/phacility/xhprof) - A profiling tool originally developed by Facebook.
@@ -513,7 +513,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
513 513
 * [Baum](https://github.com/etrepat/baum) - A nested set implementation for Eloquent.
514 514
 * [Cake ORM](https://github.com/cakephp/orm) - Object-Relational Mapper, implemented using the DataMapper pattern (CP).
515 515
 * [Doctrine Extensions](https://github.com/Atlantic18/DoctrineExtensions) - A collection of Doctrine behavioural extensions.
516
-* [Doctrine](http://www.doctrine-project.org/) - A comprehensive DBAL and ORM.
516
+* [Doctrine](https://www.doctrine-project.org/) - A comprehensive DBAL and ORM.
517 517
 * [Eloquent](https://github.com/illuminate/database) - A simple ORM (L5).
518 518
 * [LazyRecord](https://github.com/corneltek/LazyRecord) - A fast ORM designed for simplicity, extendability and performance.
519 519
 * [Pomm](https://github.com/chanmix51/Pomm) - An Object Model Manager for PostgreSQL.
@@ -525,7 +525,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
525 525
 ### Migrations
526 526
 Libraries to help manage database schemas and migrations.
527 527
 
528
-* [Doctrine Migrations](http://docs.doctrine-project.org/projects/doctrine-migrations/en/latest/toc.html) - A migration library for Doctrine.
528
+* [Doctrine Migrations](https://www.doctrine-project.org/projects/migrations.html) - A migration library for Doctrine.
529 529
 * [Migrations](https://github.com/icomefromthenet/Migrations) - A migration management library.
530 530
 * [Phinx](https://github.com/cakephp/phinx) - Another database migration library.
531 531
 * [PHPMig](https://github.com/davedevelopment/phpmig) - Another migration management library.
@@ -593,7 +593,7 @@ Libraries to help manage database schemas and migrations.
593 593
 *Libraries for working with markup.*
594 594
 
595 595
 * [Cebe Markdown](https://github.com/cebe/markdown) - An fast and extensible Markdown parser.
596
-* [CommonMark PHP](https://github.com/thephpleague/commonmark) - A Markdown parser which supports the full [CommonMark spec](http://spec.commonmark.org/).
596
+* [CommonMark PHP](https://github.com/thephpleague/commonmark) - A Markdown parser which supports the full [CommonMark spec](https://spec.commonmark.org/).
597 597
 * [Decoda](https://github.com/milesj/decoda) - A lightweight markup parser library.
598 598
 * [Emoji](https://github.com/heyupdate/Emoji) - A library that converts unicode characters and names into emoji images.
599 599
 * [HTML to Markdown](https://github.com/thephpleague/html-to-markdown) - Converts HTML into Markdown.
@@ -780,7 +780,7 @@ Libraries to help manage database schemas and migrations.
780 780
 ### Virtual Machines
781 781
 *Alternative PHP virtual machines.*
782 782
 
783
-* [Hack](http://hacklang.org/) - A programming language for HHVM that interoperates seamlessly with PHP.
783
+* [Hack](https://hacklang.org/) - A programming language for HHVM that interoperates seamlessly with PHP.
784 784
 * [HHVM](https://github.com/facebook/hhvm) - A Virtual Machine, Runtime and JIT for PHP by Facebook.
785 785
 
786 786
 ### Text Editors and IDEs
@@ -810,7 +810,7 @@ Libraries to help manage database schemas and migrations.
810 810
 ### Infrastructure
811 811
 *Infrastructure for providing PHP applications and services.*
812 812
 
813
-* [appserver.io](https://appserver.io/) - A multithreaded application server for PHP, written in PHP.
813
+* [appserver.io](https://github.com/appserver-io/appserver) - A multithreaded application server for PHP, written in PHP.
814 814
 * [php-pm](https://github.com/php-pm/php-pm) - A process manager, supercharger and load balancer for PHP applications.
815 815
 
816 816
 # Resources
@@ -868,7 +868,7 @@ Various resources, such as books, websites and articles, for improving your PHP
868 868
 
869 869
 * [Elasticsearch: The Definitive Guide](https://www.elastic.co/guide/index.html) - A guide to working with Elasticsearch by Clinton Gormley and Zachary Tong.
870 870
 * [Eloquent JavaScript](http://eloquentjavascript.net/) - A book about JavaScript programming by Marijn Haverbeke.
871
-* [Head First Design Patterns](http://www.headfirstlabs.com/books/hfdp/) - A book that expains software design patterns.
871
+* [Head First Design Patterns](https://www.safaribooksonline.com/library/view/head-first-design/0596007124/) - A book that expains software design patterns.
872 872
 * [Pro Git](https://git-scm.com/book/en/v2) - A book about Git by Scott Chacon and Ben Straub.
873 873
 * [The Linux Command Line](http://linuxcommand.org/tlcl.php) - A book about the Linux command line by William Shotts.
874 874
 * [The Tangled Web — Securing Web Applications](https://www.amazon.com/Tangled-Web-Securing-Modern-Applications/dp/1593273886) - A book about securing web applications by Michal Zalewski.

Načítá se…
Zrušit
Uložit