You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11-13Lines changed: 11 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -141,7 +141,6 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
141
141
*Extras related to web development frameworks.*
142
142
143
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
144
*[LaravelS](https://github.com/hhxsv5/laravel-s) - An out-of-the-box adapter between Laravel/Lumen and Swoole.
146
145
*[Livewire](https://livewire.laravel.com/) - Powerful, dynamic, front-end UIs without leaving PHP.
147
146
@@ -236,7 +235,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
236
235
*[Chrome PHP](https://github.com/chrome-php/chrome) - Instrument headless Chrome/Chromium instances from PHP.
237
236
*[CrawlerDetect](https://github.com/JayBizzle/Crawler-Detect) - A PHP class for detecting bots/crawlers/spiders via the user agent.
238
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
239
*[PHP Spider](https://github.com/mvdbos/php-spider) - A configurable and extensible PHP web spider.
241
240
*[Symfony Panther](https://github.com/symfony/panther) - A browser testing and web crawling library for PHP and Symfony.
242
241
@@ -344,8 +343,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
344
343
*[Jenkins](https://www.jenkins.io/) - A continuous integration platform with [PHP support](https://www.jenkins.io/solutions/php/).
345
344
*[JoliCi](https://github.com/jolicode/JoliCi) - A continuous integration client written in PHP and powered by Docker.
346
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
347
*[Travis CI](https://www.travis-ci.com) - A continuous integration platform.
350
348
*[Setup PHP](https://github.com/shivammathur/setup-php) - A GitHub Action for PHP.
351
349
@@ -407,7 +405,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
407
405
### Code Quality
408
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
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
410
*[PHP CS Fixer](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer) - A coding standards fixer library.
413
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,7 +434,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
436
434
*Libraries related to design patterns, programming approaches and ways to organize code.*
437
435
438
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
438
*[Functional PHP](https://github.com/lstrojny/functional-php) - A functional programming library.
441
439
*[Iter](https://github.com/nikic/iter) - A library that provides iteration primitives using generators.
442
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,7 +513,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
515
513
### Date and Time
516
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
517
*[Carbon](https://github.com/briannesbitt/Carbon) - A simple DateTime API extension.
520
518
*[Chronos](https://github.com/cakephp/chronos) - A DateTime API extension supporting both mutable and immutable date/time.
521
519
*[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.
812
810
*Libraries for working with Large Language Models.*
813
811
814
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
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
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
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,15 +861,15 @@ Libraries to help manage database schemas and migrations.
863
861
### Development Environment
864
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
865
*[DDEV](https://github.com/ddev/ddev) - a local web development environment system for PHP.
868
866
*[Docker](https://www.docker.com/) - A containerization platform.
*[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
870
*[Lando](https://lando.dev/) - Push-button development environments.
873
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
873
*[Laradock](http://laradock.io/) - A full PHP development environment based on Docker.
876
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
875
*[Puppet](https://www.puppet.com) - A server automation framework and application.
@@ -898,7 +896,7 @@ Libraries to help manage database schemas and migrations.
898
896
*Web-based applications and tools.*
899
897
900
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
900
*[Cachet](https://github.com/cachethq/cachet) - The open source status page system.
903
901
*[DBV](https://github.com/victorstanciu/dbv) - A database version control application.
904
902
*[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
959
957
*PHP conferences.*
960
958
961
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
961
*[PHP UK Conference](https://www.youtube.com/user/phpukconference/videos) - A collection of videos from the PHP UK Conference.
0 commit comments