瀏覽代碼

Fix more links.

pull/1195/head
Jamie 3 年之前
父節點
當前提交
c0ef241736
共有 1 個文件被更改,包括 6 次插入7 次删除
  1. 6
    7
      README.md

+ 6
- 7
README.md 查看文件

412
 *Libraries for performing static analysis of PHP code.*
412
 *Libraries for performing static analysis of PHP code.*
413
 
413
 
414
 * [Exakat](https://github.com/exakat/exakat) - A static analysis engine for PHP.
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
 * [Mondrian](https://github.com/Trismegiste/Mondrian) - A code analysis tool using Graph Theory.
416
 * [Mondrian](https://github.com/Trismegiste/Mondrian) - A code analysis tool using Graph Theory.
417
 * [phan](https://github.com/phan/phan) - A static analyzer based on PHP 7+ and the php-ast extension.
417
 * [phan](https://github.com/phan/phan) - A static analyzer based on PHP 7+ and the php-ast extension.
418
 * [PHP Architecture Tester](https://github.com/carlosas/phpat) - Easy to use architecture testing tool for PHP.
418
 * [PHP Architecture Tester](https://github.com/carlosas/phpat) - Easy to use architecture testing tool for PHP.
426
 ### Architectural
426
 ### Architectural
427
 *Libraries related to design patterns, programming approaches and ways to organize code.*
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
 * [Finite](https://yohan.giarel.li/Finite/) - A simple PHP finite state machine.
430
 * [Finite](https://yohan.giarel.li/Finite/) - A simple PHP finite state machine.
431
 * [Functional PHP](https://github.com/lstrojny/functional-php) - A functional programming library.
431
 * [Functional PHP](https://github.com/lstrojny/functional-php) - A functional programming library.
432
 * [Iter](https://github.com/nikic/iter) - A library that provides iteration primitives using generators.
432
 * [Iter](https://github.com/nikic/iter) - A library that provides iteration primitives using generators.
482
 *Tools for managing, compressing and minifying website assets.*
482
 *Tools for managing, compressing and minifying website assets.*
483
 
483
 
484
 * [JShrink](https://github.com/tedious/JShrink) - A JavaScript minifier library.
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
 * [Symfony Asset](https://github.com/symfony/asset) - Manages URL generation and versioning of web assets.
486
 * [Symfony Asset](https://github.com/symfony/asset) - Manages URL generation and versioning of web assets.
487
 * [Symfony Encore](https://github.com/symfony/webpack-encore) - A simple but powerful API for processing and compiling assets built around Webpack.
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
 * [Baum](https://github.com/etrepat/baum) - A nested set implementation for Eloquent.
562
 * [Baum](https://github.com/etrepat/baum) - A nested set implementation for Eloquent.
563
 * [CakePHP ORM](https://github.com/cakephp/orm) - Object-Relational Mapper, implemented using the DataMapper pattern.
563
 * [CakePHP ORM](https://github.com/cakephp/orm) - Object-Relational Mapper, implemented using the DataMapper pattern.
564
 * [Cycle ORM](https://github.com/cycle/orm) - PHP DataMapper, ORM.
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
 * [Doctrine](https://www.doctrine-project.org/) - A comprehensive DBAL and ORM.
566
 * [Doctrine](https://www.doctrine-project.org/) - A comprehensive DBAL and ORM.
567
 * [Laravel Eloquent](https://github.com/illuminate/database) - A simple ORM.
567
 * [Laravel Eloquent](https://github.com/illuminate/database) - A simple ORM.
568
 * [Pomm](https://github.com/chanmix51/Pomm) - An Object Model Manager for PostgreSQL.
568
 * [Pomm](https://github.com/chanmix51/Pomm) - An Object Model Manager for PostgreSQL.
798
 *Libraries to help build PHP extensions.*
798
 *Libraries to help build PHP extensions.*
799
 
799
 
800
 * [PHP CPP](https://www.php-cpp.com/) - A C++ library for developing PHP extensions.
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
 ### Miscellaneous
803
 ### Miscellaneous
804
 *Useful libraries or utilities that don't fit into the categories above.*
804
 *Useful libraries or utilities that don't fit into the categories above.*
873
 
873
 
874
 * [appserver.io](https://github.com/appserver-io/appserver) - A multithreaded application server for PHP, written in PHP.
874
 * [appserver.io](https://github.com/appserver-io/appserver) - A multithreaded application server for PHP, written in PHP.
875
 * [php-pm](https://github.com/php-pm/php-pm) - A process manager, supercharger and load balancer for PHP applications.
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
 # Resources
878
 # Resources
879
 Various resources, such as books, websites and articles, for improving your PHP development skills and knowledge.
879
 Various resources, such as books, websites and articles, for improving your PHP development skills and knowledge.
895
 * [PHP Versions](http://phpversions.info/) - Lists which versions of PHP are available on several popular web hosts.
895
 * [PHP Versions](http://phpversions.info/) - Lists which versions of PHP are available on several popular web hosts.
896
 * [PHP Watch](https://php.watch/) - PHP articles, news, upcoming changes, RFCs and more.
896
 * [PHP Watch](https://php.watch/) - PHP articles, news, upcoming changes, RFCs and more.
897
 * [PHP Weekly](https://www.phpweekly.com/archive.html) - A weekly PHP newsletter.
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
 * [Seven PHP](https://7php.com/) - A website that interviews members of the PHP community.
898
 * [Seven PHP](https://7php.com/) - A website that interviews members of the PHP community.
900
 
899
 
901
 ### PHP Books
900
 ### PHP Books

Loading…
取消
儲存