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
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -141,6 +141,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
141
141
142
142
*[CakePHP CRUD](https://github.com/friendsofcake/crud) - A Rapid Application Development (RAD) plugin for CakePHP.
143
143
*[Filament PHP](https://filamentphp.com/) - A powerful open source UI framework for Laravel.
144
+
*[Inertia.js](https://inertiajs.com/) - An adapter for building single-page applications using server-side routing and controllers, without a separate API.
144
145
*[LaravelS](https://github.com/hhxsv5/laravel-s) - An out-of-the-box adapter between Laravel/Lumen and Swoole.
145
146
*[Livewire](https://livewire.laravel.com/) - Powerful, dynamic, front-end UIs without leaving PHP.
146
147
@@ -156,12 +157,14 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
156
157
*[Kirby](https://getkirby.com/) - A flat-file CMS that adapts to any project.
157
158
*[Magento](https://github.com/magento/magento2) - A widely used open-source e-commerce platform.
158
159
*[Moodle](https://moodle.org/) - An open-source learning platform.
160
+
*[OctoberCMS](https://octobercms.com/) - A CMS built on Laravel.
159
161
*[OpenMage](https://github.com/OpenMage/magento-lts) - Fork of EoL Magento 1 e-commerce platform.
160
162
*[Pico CMS](https://picocms.org/) - A lightweight flat-file CMS.
161
163
*[Silverstripe](https://www.silverstripe.org/) - A simple, flexible, and secure CMS.
162
164
*[Statamic](https://statamic.com/) - A flat-file and Git-based CMS built on Laravel.
163
165
*[Sulu](https://sulu.io/) - A user- and developer-friendly CMS built on the Symfony Framework.
164
166
*[TYPO3](https://typo3.org) - An enterprise level CMS.
167
+
*[WinterCMS](https://wintercms.com) - A community-maintained fork of OctoberCMS built on Laravel.
165
168
*[WordPress](https://github.com/WordPress/WordPress) - A blogging platform and CMS.
166
169
167
170
### Components
@@ -447,6 +450,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
447
450
*[PHPSpy](https://github.com/adsr/phpspy) - A low-overhead sampling profiler.
448
451
*[Symfony VarDumper](https://github.com/symfony/var-dumper) - A variable dumper component.
449
452
*[Tracy](https://github.com/nette/tracy) - A simple error detection, logging and time measuring library.
453
+
*[Trap](https://github.com/buggregator/trap) - An extended variable dumper with a web interface and IDE plugin.
450
454
*[Whoops](https://github.com/filp/whoops) - A pretty error-handling library.
451
455
*[xDebug](https://github.com/xdebug/xdebug) - A debug and profile tool for PHP.
452
456
*[XHProf](https://github.com/phacility/xhprof) - A profiling tool originally developed by Facebook.
@@ -456,6 +460,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
456
460
*Self-hosted or cloud-based application performance monitoring & error tracking tools*
457
461
458
462
*[Blackfire](https://www.blackfire.io) - A low-overhead code profiler.
463
+
*[Buggregator](https://buggregator.dev) - A debug server that aggregates var-dumps, profiling data, emails, logs and Sentry events.
459
464
*[BugSnag](https://www.bugsnag.com/) - Error and Real User Monitoring.
460
465
*[Honeybadger](https://www.honeybadger.io/) - Error Tracking & Application Monitoring for Developers.
461
466
*[Rollbar](https://rollbar.com/) - Error Logging & Tracking Service for Software Teams.
@@ -786,6 +791,8 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
786
791
### LLMs
787
792
*Libraries for working with Large Language Models.*
788
793
794
+
*[Anthropic](https://github.com/mozex/anthropic-php) - A PHP client for the Anthropic API, supporting messages, streaming, tool use, and batch processing.
795
+
*[Anthropic for Laravel](https://github.com/mozex/anthropic-laravel) - A Laravel wrapper for the Anthropic PHP client with Facades, config publishing, and testing fakes.
789
796
*[Instructor for PHP](https://github.com/cognesy/instructor-php) - Structured data outputs with LLMs, in PHP.
790
797
*[LLPhant](https://github.com/LLPhant/LLPhant) - A comprehensive PHP Generative AI Framework using OpenAI GPT 4. Inspired by Langchain.
791
798
*[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.
0 commit comments