Skip to content

Commit 21f51b9

Browse files
authored
Merge pull request #1346 from alexkart/master
Fix broken links
2 parents e1918eb + d1930c1 commit 21f51b9

1 file changed

Lines changed: 11 additions & 13 deletions

File tree

README.md

Lines changed: 11 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,6 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
141141
*Extras related to web development frameworks.*
142142

143143
* [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.
145144
* [LaravelS](https://github.com/hhxsv5/laravel-s) - An out-of-the-box adapter between Laravel/Lumen and Swoole.
146145
* [Livewire](https://livewire.laravel.com/) - Powerful, dynamic, front-end UIs without leaving PHP.
147146

@@ -236,7 +235,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
236235
* [Chrome PHP](https://github.com/chrome-php/chrome) - Instrument headless Chrome/Chromium instances from PHP.
237236
* [CrawlerDetect](https://github.com/JayBizzle/Crawler-Detect) - A PHP class for detecting bots/crawlers/spiders via the user agent.
238237
* [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.
240239
* [PHP Spider](https://github.com/mvdbos/php-spider) - A configurable and extensible PHP web spider.
241240
* [Symfony Panther](https://github.com/symfony/panther) - A browser testing and web crawling library for PHP and Symfony.
242241

@@ -344,8 +343,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
344343
* [Jenkins](https://www.jenkins.io/) - A continuous integration platform with [PHP support](https://www.jenkins.io/solutions/php/).
345344
* [JoliCi](https://github.com/jolicode/JoliCi) - A continuous integration client written in PHP and powered by Docker.
346345
* [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.
349347
* [Travis CI](https://www.travis-ci.com) - A continuous integration platform.
350348
* [Setup PHP](https://github.com/shivammathur/setup-php) - A GitHub Action for PHP.
351349

@@ -407,7 +405,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
407405
### Code Quality
408406
*Libraries for managing code quality, formatting and linting.*
409407

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.
411409
* [PHP CodeSniffer](https://github.com/PHPCSStandards/PHP_CodeSniffer) - A library that detects and can auto-fix PHP, CSS and JS coding standard violations.
412410
* [PHP CS Fixer](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer) - A coding standards fixer library.
413411
* [PHP CS Fixer Configurator](https://mlocati.github.io/php-cs-fixer-configurator/) - A web application to help configure PHP CS Fixer rule sets.
@@ -436,7 +434,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
436434
*Libraries related to design patterns, programming approaches and ways to organize code.*
437435

438436
* [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.
440438
* [Functional PHP](https://github.com/lstrojny/functional-php) - A functional programming library.
441439
* [Iter](https://github.com/nikic/iter) - A library that provides iteration primitives using generators.
442440
* [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,7 +513,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
515513
### Date and Time
516514
*Libraries for working with dates and times.*
517515

518-
* [CalendR](https://yohan.giarel.li/CalendR/) - A calendar management library.
516+
* [CalendR](https://github.com/yohang/CalendR) - A calendar management library.
519517
* [Carbon](https://github.com/briannesbitt/Carbon) - A simple DateTime API extension.
520518
* [Chronos](https://github.com/cakephp/chronos) - A DateTime API extension supporting both mutable and immutable date/time.
521519
* [Moment.php](https://github.com/fightbulc/moment.php) - Moment.js inspired PHP DateTime handler with i18n support.
@@ -812,7 +810,7 @@ Libraries to help manage database schemas and migrations.
812810
*Libraries for working with Large Language Models.*
813811

814812
* [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.
816814
* [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.
817815
* [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.
818816
* [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,15 +861,15 @@ Libraries to help manage database schemas and migrations.
863861
### Development Environment
864862
*Software and tools for creating and sharing a development environment.*
865863

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.
867865
* [DDEV](https://github.com/ddev/ddev) - a local web development environment system for PHP.
868866
* [Docker](https://www.docker.com/) - A containerization platform.
869867
* [Docker PHP Extension Installer](https://github.com/mlocati/docker-php-extension-installer) - Easily install PHP extensions in Docker containers.
870868
* [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.
872870
* [Lando](https://lando.dev/) - Push-button development environments.
873871
* [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.
875873
* [Laradock](http://laradock.io/) - A full PHP development environment based on Docker.
876874
* [PHPMon](https://phpmon.app/) - A macOS menu bar app for managing PHP installations (works with [Laravel Valet](https://laravel.com/docs/master/valet)).
877875
* [Puppet](https://www.puppet.com) - A server automation framework and application.
@@ -898,7 +896,7 @@ Libraries to help manage database schemas and migrations.
898896
*Web-based applications and tools.*
899897

900898
* [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.
902900
* [Cachet](https://github.com/cachethq/cachet) - The open source status page system.
903901
* [DBV](https://github.com/victorstanciu/dbv) - A database version control application.
904902
* [Lychee](https://github.com/electerious/Lychee) - An easy to use and great looking photo-management-system.
@@ -959,7 +957,7 @@ Various resources, such as books, websites and articles, for improving your PHP
959957
*PHP conferences.*
960958

961959
* [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.
963961
* [PHP UK Conference](https://www.youtube.com/user/phpukconference/videos) - A collection of videos from the PHP UK Conference.
964962

965963
### PHP Podcasts

0 commit comments

Comments
 (0)