Просмотр исходного кода

Merge pull request #1346 from alexkart/master

Fix broken links
pull/1341/merge
Alexander Kartavenko 8 месяцев назад
Родитель
Сommit
21f51b94a0
Аккаунт пользователя с таким Email не найден
1 измененных файлов: 11 добавлений и 13 удалений
  1. 11
    13
      README.md

+ 11
- 13
README.md Просмотреть файл

141
 *Extras related to web development frameworks.*
141
 *Extras related to web development frameworks.*
142
 
142
 
143
 * [CakePHP CRUD](https://github.com/friendsofcake/crud) - A Rapid Application Development (RAD) plugin for CakePHP.
143
 * [CakePHP CRUD](https://github.com/friendsofcake/crud) - A Rapid Application Development (RAD) plugin for CakePHP.
144
-* [Knp RAD Components](https://rad.knplabs.com/) - A set of Rapid Application Development (RAD) components for Symfony.
145
 * [LaravelS](https://github.com/hhxsv5/laravel-s) - An out-of-the-box adapter between Laravel/Lumen and Swoole.
144
 * [LaravelS](https://github.com/hhxsv5/laravel-s) - An out-of-the-box adapter between Laravel/Lumen and Swoole.
146
 * [Livewire](https://livewire.laravel.com/) - Powerful, dynamic, front-end UIs without leaving PHP.
145
 * [Livewire](https://livewire.laravel.com/) - Powerful, dynamic, front-end UIs without leaving PHP.
147
 
146
 
236
 * [Chrome PHP](https://github.com/chrome-php/chrome) - Instrument headless Chrome/Chromium instances from PHP.
235
 * [Chrome PHP](https://github.com/chrome-php/chrome) - Instrument headless Chrome/Chromium instances from PHP.
237
 * [CrawlerDetect](https://github.com/JayBizzle/Crawler-Detect) - A PHP class for detecting bots/crawlers/spiders via the user agent.
236
 * [CrawlerDetect](https://github.com/JayBizzle/Crawler-Detect) - A PHP class for detecting bots/crawlers/spiders via the user agent.
238
 * [DiDOM](https://github.com/Imangazaliev/DiDOM) - A super-fast HTML scrapper and parser.
237
 * [DiDOM](https://github.com/Imangazaliev/DiDOM) - A super-fast HTML scrapper and parser.
239
-* [Embed](https://github.com/oscarotero/Embed) - An information extractor from any web service or page.
238
+* [Embed](https://github.com/php-embed/Embed) - An information extractor from any web service or page.
240
 * [PHP Spider](https://github.com/mvdbos/php-spider) - A configurable and extensible PHP web spider.
239
 * [PHP Spider](https://github.com/mvdbos/php-spider) - A configurable and extensible PHP web spider.
241
 * [Symfony Panther](https://github.com/symfony/panther) - A browser testing and web crawling library for PHP and Symfony.
240
 * [Symfony Panther](https://github.com/symfony/panther) - A browser testing and web crawling library for PHP and Symfony.
242
 
241
 
344
 * [Jenkins](https://www.jenkins.io/) - A continuous integration platform with [PHP support](https://www.jenkins.io/solutions/php/).
343
 * [Jenkins](https://www.jenkins.io/) - A continuous integration platform with [PHP support](https://www.jenkins.io/solutions/php/).
345
 * [JoliCi](https://github.com/jolicode/JoliCi) - A continuous integration client written in PHP and powered by Docker.
344
 * [JoliCi](https://github.com/jolicode/JoliCi) - A continuous integration client written in PHP and powered by Docker.
346
 * [PHPCI](https://github.com/dancryer/phpci) - An open-source continuous integration platform for PHP.
345
 * [PHPCI](https://github.com/dancryer/phpci) - An open-source continuous integration platform for PHP.
347
-* [SemaphoreCI](https://semaphoreci.com) - A continuous integration platform for open-source and private projects.
348
-* [Shippable](https://jfrog.com/blog/weve-acquired-shippable-to-complete-devops-pipeline-automation-from-code-to-production/) - A Docker based continuous integration platform for open source and private projects.
346
+* [SemaphoreCI](https://semaphore.io/) - A continuous integration platform for open-source and private projects.
349
 * [Travis CI](https://www.travis-ci.com) - A continuous integration platform.
347
 * [Travis CI](https://www.travis-ci.com) - A continuous integration platform.
350
 * [Setup PHP](https://github.com/shivammathur/setup-php) - A GitHub Action for PHP.
348
 * [Setup PHP](https://github.com/shivammathur/setup-php) - A GitHub Action for PHP.
351
 
349
 
407
 ### Code Quality
405
 ### Code Quality
408
 *Libraries for managing code quality, formatting and linting.*
406
 *Libraries for managing code quality, formatting and linting.*
409
 
407
 
410
-* [CaptainHook](https://github.com/captainhookphp/captainhook) - An easy-to-use and flexible Git hook library.
408
+* [CaptainHook](https://github.com/captainhook-git/captainhook) - An easy-to-use and flexible Git hook library.
411
 * [PHP CodeSniffer](https://github.com/PHPCSStandards/PHP_CodeSniffer) - A library that detects and can auto-fix PHP, CSS and JS coding standard violations.
409
 * [PHP CodeSniffer](https://github.com/PHPCSStandards/PHP_CodeSniffer) - A library that detects and can auto-fix PHP, CSS and JS coding standard violations.
412
 * [PHP CS Fixer](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer) - A coding standards fixer library.
410
 * [PHP CS Fixer](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer) - A coding standards fixer library.
413
 * [PHP CS Fixer Configurator](https://mlocati.github.io/php-cs-fixer-configurator/) - A web application to help configure PHP CS Fixer rule sets.
411
 * [PHP CS Fixer Configurator](https://mlocati.github.io/php-cs-fixer-configurator/) - A web application to help configure PHP CS Fixer rule sets.
436
 *Libraries related to design patterns, programming approaches and ways to organize code.*
434
 *Libraries related to design patterns, programming approaches and ways to organize code.*
437
 
435
 
438
 * [Design Patterns PHP](https://github.com/DesignPatternsPHP/DesignPatternsPHP ) - A repository of software patterns implemented in PHP.
436
 * [Design Patterns PHP](https://github.com/DesignPatternsPHP/DesignPatternsPHP ) - A repository of software patterns implemented in PHP.
439
-* [Finite](https://yohan.giarel.li/Finite/) - A simple PHP finite state machine.
437
+* [Finite](https://github.com/yohang/Finite) - A simple PHP finite state machine.
440
 * [Functional PHP](https://github.com/lstrojny/functional-php) - A functional programming library.
438
 * [Functional PHP](https://github.com/lstrojny/functional-php) - A functional programming library.
441
 * [Iter](https://github.com/nikic/iter) - A library that provides iteration primitives using generators.
439
 * [Iter](https://github.com/nikic/iter) - A library that provides iteration primitives using generators.
442
 * [IterTools PHP](https://github.com/markrogoyski/itertools-php) - A library that provides functionality for working with iterable entities (similar to itertools library in Python).
440
 * [IterTools PHP](https://github.com/markrogoyski/itertools-php) - A library that provides functionality for working with iterable entities (similar to itertools library in Python).
515
 ### Date and Time
513
 ### Date and Time
516
 *Libraries for working with dates and times.*
514
 *Libraries for working with dates and times.*
517
 
515
 
518
-* [CalendR](https://yohan.giarel.li/CalendR/) - A calendar management library.
516
+* [CalendR](https://github.com/yohang/CalendR) - A calendar management library.
519
 * [Carbon](https://github.com/briannesbitt/Carbon) - A simple DateTime API extension.
517
 * [Carbon](https://github.com/briannesbitt/Carbon) - A simple DateTime API extension.
520
 * [Chronos](https://github.com/cakephp/chronos) - A DateTime API extension supporting both mutable and immutable date/time.
518
 * [Chronos](https://github.com/cakephp/chronos) - A DateTime API extension supporting both mutable and immutable date/time.
521
 * [Moment.php](https://github.com/fightbulc/moment.php) - Moment.js inspired PHP DateTime handler with i18n support.
519
 * [Moment.php](https://github.com/fightbulc/moment.php) - Moment.js inspired PHP DateTime handler with i18n support.
812
 *Libraries for working with Large Language Models.*
810
 *Libraries for working with Large Language Models.*
813
 
811
 
814
 * [Instructor for PHP](https://github.com/cognesy/instructor-php) - Structured data outputs with LLMs, in PHP.
812
 * [Instructor for PHP](https://github.com/cognesy/instructor-php) - Structured data outputs with LLMs, in PHP.
815
-* [LLPhant](https://github.com/theodo-group/LLPhant) - A comprehensive PHP Generative AI Framework using OpenAI GPT 4. Inspired by Langchain.
813
+* [LLPhant](https://github.com/LLPhant/LLPhant) - A comprehensive PHP Generative AI Framework using OpenAI GPT 4. Inspired by Langchain.
816
 * [OpenAI Client](https://github.com/openai-php/client) - OpenAI PHP is a supercharged community-maintained PHP API client that allows you to interact with OpenAI API.
814
 * [OpenAI Client](https://github.com/openai-php/client) - OpenAI PHP is a supercharged community-maintained PHP API client that allows you to interact with OpenAI API.
817
 * [OpenAI Client for Laravel](https://github.com/openai-php/laravel) - OpenAI PHP for Laravel is a supercharged PHP API client that allows you to interact with OpenAI API.
815
 * [OpenAI Client for Laravel](https://github.com/openai-php/laravel) - OpenAI PHP for Laravel is a supercharged PHP API client that allows you to interact with OpenAI API.
818
 * [PHP Mistral AI SDK](https://github.com/SoftCreatR/php-mistral-ai-sdk) - A powerful and easy-to-use PHP SDK for the Mistral AI API, allowing seamless integration of advanced AI-powered features into your PHP projects.
816
 * [PHP Mistral AI SDK](https://github.com/SoftCreatR/php-mistral-ai-sdk) - A powerful and easy-to-use PHP SDK for the Mistral AI API, allowing seamless integration of advanced AI-powered features into your PHP projects.
863
 ### Development Environment
861
 ### Development Environment
864
 *Software and tools for creating and sharing a development environment.*
862
 *Software and tools for creating and sharing a development environment.*
865
 
863
 
866
-* [Ansible](https://www.ansible.com/) - A radically simple orchestration framework.
864
+* [Ansible](https://www.redhat.com/en/ansible-collaborative) - A radically simple orchestration framework.
867
 * [DDEV](https://github.com/ddev/ddev) - a local web development environment system for PHP.
865
 * [DDEV](https://github.com/ddev/ddev) - a local web development environment system for PHP.
868
 * [Docker](https://www.docker.com/) - A containerization platform.
866
 * [Docker](https://www.docker.com/) - A containerization platform.
869
 * [Docker PHP Extension Installer](https://github.com/mlocati/docker-php-extension-installer) - Easily install PHP extensions in Docker containers.
867
 * [Docker PHP Extension Installer](https://github.com/mlocati/docker-php-extension-installer) - Easily install PHP extensions in Docker containers.
870
 * [Docksal](https://github.com/docksal/docksal) - Unified, Docker :whale: powered web development environments for macOS, Windows, and Linux.
868
 * [Docksal](https://github.com/docksal/docksal) - Unified, Docker :whale: powered web development environments for macOS, Windows, and Linux.
871
-* [Expose](https://github.com/beyondcode/expose) - An open-source PHP tunneling service.
869
+* [Expose](https://github.com/exposedev/expose) - An open-source PHP tunneling service.
872
 * [Lando](https://lando.dev/) - Push-button development environments.
870
 * [Lando](https://lando.dev/) - Push-button development environments.
873
 * [Laravel Homestead](https://laravel.com/docs/master/homestead) - A local development environment for Laravel.
871
 * [Laravel Homestead](https://laravel.com/docs/master/homestead) - A local development environment for Laravel.
874
-* [Laravel Herd](https://herd.laravel.com/) - A one click PHP development environment for macOS and Windows.
872
+* [Laravel Herd](https://herd.laravel.com/windows) - A one click PHP development environment for macOS and Windows.
875
 * [Laradock](http://laradock.io/) - A full PHP development environment based on Docker.
873
 * [Laradock](http://laradock.io/) - A full PHP development environment based on Docker.
876
 * [PHPMon](https://phpmon.app/) - A macOS menu bar app for managing PHP installations (works with [Laravel Valet](https://laravel.com/docs/master/valet)).
874
 * [PHPMon](https://phpmon.app/) - A macOS menu bar app for managing PHP installations (works with [Laravel Valet](https://laravel.com/docs/master/valet)).
877
 * [Puppet](https://www.puppet.com) - A server automation framework and application.
875
 * [Puppet](https://www.puppet.com) - A server automation framework and application.
898
 *Web-based applications and tools.*
896
 *Web-based applications and tools.*
899
 
897
 
900
 * [3V4L](https://3v4l.org/) - An online PHP & HHVM shell.
898
 * [3V4L](https://3v4l.org/) - An online PHP & HHVM shell.
901
-* [Adminer](https://www.adminer.org/) - Database management in a single PHP file.
899
+* [Adminer](https://www.adminer.org/en/) - Database management in a single PHP file.
902
 * [Cachet](https://github.com/cachethq/cachet) - The open source status page system.
900
 * [Cachet](https://github.com/cachethq/cachet) - The open source status page system.
903
 * [DBV](https://github.com/victorstanciu/dbv) - A database version control application.
901
 * [DBV](https://github.com/victorstanciu/dbv) - A database version control application.
904
 * [Lychee](https://github.com/electerious/Lychee) - An easy to use and great looking photo-management-system.
902
 * [Lychee](https://github.com/electerious/Lychee) - An easy to use and great looking photo-management-system.
959
 *PHP conferences.*
957
 *PHP conferences.*
960
 
958
 
961
 * [Laracon EU](https://www.youtube.com/@LaraconEU) - Laracon EU is a 2-day event for people who are interested in learning Laravel and related technologies, or who want to share their knowledge with others.
959
 * [Laracon EU](https://www.youtube.com/@LaraconEU) - Laracon EU is a 2-day event for people who are interested in learning Laravel and related technologies, or who want to share their knowledge with others.
962
-* [PHP[TEK]](https://tek.phparch.com/) - The longest-running web developer conference in the United States that has a focus on the PHP programming language.
960
+* [PHP[TEK]](https://phptek.io/) - The longest-running web developer conference in the United States that has a focus on the PHP programming language.
963
 * [PHP UK Conference](https://www.youtube.com/user/phpukconference/videos) - A collection of videos from the PHP UK Conference.
961
 * [PHP UK Conference](https://www.youtube.com/user/phpukconference/videos) - A collection of videos from the PHP UK Conference.
964
 
962
 
965
 ### PHP Podcasts
963
 ### PHP Podcasts

Загрузка…
Отмена
Сохранить