ソースを参照

Fix more links.

pull/1195/head
Jamie 3年前
コミット
c0ef241736
1個のファイルの変更6行の追加7行の削除
  1. 6
    7
      README.md

+ 6
- 7
README.md ファイルの表示

@@ -412,7 +412,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
412 412
 *Libraries for performing static analysis of PHP code.*
413 413
 
414 414
 * [Exakat](https://github.com/exakat/exakat) - A static analysis engine for PHP.
415
-* [Deptrac](https://github.com/sensiolabs-de/deptrac) - A static code analysis tool that helps to enforce rules for dependencies between software layers.
415
+* [Deptrac](https://github.com/qossmic/deptrac) - A static code analysis tool that helps to enforce rules for dependencies between software layers.
416 416
 * [Mondrian](https://github.com/Trismegiste/Mondrian) - A code analysis tool using Graph Theory.
417 417
 * [phan](https://github.com/phan/phan) - A static analyzer based on PHP 7+ and the php-ast extension.
418 418
 * [PHP Architecture Tester](https://github.com/carlosas/phpat) - Easy to use architecture testing tool for PHP.
@@ -426,7 +426,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
426 426
 ### Architectural
427 427
 *Libraries related to design patterns, programming approaches and ways to organize code.*
428 428
 
429
-* [Design Patterns PHP](https://github.com/domnikl/DesignPatternsPHP) - A repository of software patterns implemented in PHP.
429
+* [Design Patterns PHP](https://github.com/DesignPatternsPHP/DesignPatternsPHP ) - A repository of software patterns implemented in PHP.
430 430
 * [Finite](https://yohan.giarel.li/Finite/) - A simple PHP finite state machine.
431 431
 * [Functional PHP](https://github.com/lstrojny/functional-php) - A functional programming library.
432 432
 * [Iter](https://github.com/nikic/iter) - A library that provides iteration primitives using generators.
@@ -482,7 +482,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
482 482
 *Tools for managing, compressing and minifying website assets.*
483 483
 
484 484
 * [JShrink](https://github.com/tedious/JShrink) - A JavaScript minifier library.
485
-* [Laravel Mix](https://github.com/JeffreyWay/laravel-mix) - An elegant wrapper around Webpack for the 80% use case.
485
+* [Laravel Mix](https://github.com/laravel-mix/laravel-mix ) - An elegant wrapper around Webpack for the 80% use case.
486 486
 * [Symfony Asset](https://github.com/symfony/asset) - Manages URL generation and versioning of web assets.
487 487
 * [Symfony Encore](https://github.com/symfony/webpack-encore) - A simple but powerful API for processing and compiling assets built around Webpack.
488 488
 
@@ -562,7 +562,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
562 562
 * [Baum](https://github.com/etrepat/baum) - A nested set implementation for Eloquent.
563 563
 * [CakePHP ORM](https://github.com/cakephp/orm) - Object-Relational Mapper, implemented using the DataMapper pattern.
564 564
 * [Cycle ORM](https://github.com/cycle/orm) - PHP DataMapper, ORM.
565
-* [Doctrine Extensions](https://github.com/Atlantic18/DoctrineExtensions) - A collection of Doctrine behavioural extensions.
565
+* [Doctrine Extensions](https://github.com/doctrine-extensions/DoctrineExtensions ) - A collection of Doctrine behavioural extensions.
566 566
 * [Doctrine](https://www.doctrine-project.org/) - A comprehensive DBAL and ORM.
567 567
 * [Laravel Eloquent](https://github.com/illuminate/database) - A simple ORM.
568 568
 * [Pomm](https://github.com/chanmix51/Pomm) - An Object Model Manager for PostgreSQL.
@@ -798,7 +798,7 @@ Libraries to help manage database schemas and migrations.
798 798
 *Libraries to help build PHP extensions.*
799 799
 
800 800
 * [PHP CPP](https://www.php-cpp.com/) - A C++ library for developing PHP extensions.
801
-* [Zephir](https://github.com/phalcon/zephir) - A compiled language between PHP and C++ for developing PHP extensions.
801
+* [Zephir](https://github.com/zephir-lang/zephir ) - A compiled language between PHP and C++ for developing PHP extensions.
802 802
 
803 803
 ### Miscellaneous
804 804
 *Useful libraries or utilities that don't fit into the categories above.*
@@ -873,7 +873,7 @@ Libraries to help manage database schemas and migrations.
873 873
 
874 874
 * [appserver.io](https://github.com/appserver-io/appserver) - A multithreaded application server for PHP, written in PHP.
875 875
 * [php-pm](https://github.com/php-pm/php-pm) - A process manager, supercharger and load balancer for PHP applications.
876
-* [RoadRunner](https://github.com/spiral/roadrunner) - High-performance PHP application server, load-balancer and process manager.
876
+* [RoadRunner](https://github.com/roadrunner-server/roadrunner ) - High-performance PHP application server, load-balancer and process manager.
877 877
 
878 878
 # Resources
879 879
 Various resources, such as books, websites and articles, for improving your PHP development skills and knowledge.
@@ -895,7 +895,6 @@ Various resources, such as books, websites and articles, for improving your PHP
895 895
 * [PHP Versions](http://phpversions.info/) - Lists which versions of PHP are available on several popular web hosts.
896 896
 * [PHP Watch](https://php.watch/) - PHP articles, news, upcoming changes, RFCs and more.
897 897
 * [PHP Weekly](https://www.phpweekly.com/archive.html) - A weekly PHP newsletter.
898
-* [Securing PHP](https://www.securingphp.com/) - A newsletter about PHP security and library recommendations.
899 898
 * [Seven PHP](https://7php.com/) - A website that interviews members of the PHP community.
900 899
 
901 900
 ### PHP Books

読み込み中…
キャンセル
保存