Skip to content

Commit 9324207

Browse files
committed
Accept and apply changes from PRs #1391, #1356, #1308, #1321, #1227
PR #1391 — Add Anthropic PHP and Anthropic for Laravel to LLMs section PR #1356 — Add Trap to Debugging and Profiling, Buggregator to Error Tracking PR #1308 — Add Inertia.js to Framework Extras (description rewritten) PR #1321 — Add OctoberCMS to CMS (Tempest already present, HydePHP skipped) PR #1227 — Add WinterCMS to CMS (Statamic/WordPress changes superseded by ours)
1 parent bcbd70c commit 9324207

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
141141

142142
* [CakePHP CRUD](https://github.com/friendsofcake/crud) - A Rapid Application Development (RAD) plugin for CakePHP.
143143
* [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.
144145
* [LaravelS](https://github.com/hhxsv5/laravel-s) - An out-of-the-box adapter between Laravel/Lumen and Swoole.
145146
* [Livewire](https://livewire.laravel.com/) - Powerful, dynamic, front-end UIs without leaving PHP.
146147

@@ -156,12 +157,14 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
156157
* [Kirby](https://getkirby.com/) - A flat-file CMS that adapts to any project.
157158
* [Magento](https://github.com/magento/magento2) - A widely used open-source e-commerce platform.
158159
* [Moodle](https://moodle.org/) - An open-source learning platform.
160+
* [OctoberCMS](https://octobercms.com/) - A CMS built on Laravel.
159161
* [OpenMage](https://github.com/OpenMage/magento-lts) - Fork of EoL Magento 1 e-commerce platform.
160162
* [Pico CMS](https://picocms.org/) - A lightweight flat-file CMS.
161163
* [Silverstripe](https://www.silverstripe.org/) - A simple, flexible, and secure CMS.
162164
* [Statamic](https://statamic.com/) - A flat-file and Git-based CMS built on Laravel.
163165
* [Sulu](https://sulu.io/) - A user- and developer-friendly CMS built on the Symfony Framework.
164166
* [TYPO3](https://typo3.org) - An enterprise level CMS.
167+
* [WinterCMS](https://wintercms.com) - A community-maintained fork of OctoberCMS built on Laravel.
165168
* [WordPress](https://github.com/WordPress/WordPress) - A blogging platform and CMS.
166169

167170
### Components
@@ -447,6 +450,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
447450
* [PHPSpy](https://github.com/adsr/phpspy) - A low-overhead sampling profiler.
448451
* [Symfony VarDumper](https://github.com/symfony/var-dumper) - A variable dumper component.
449452
* [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.
450454
* [Whoops](https://github.com/filp/whoops) - A pretty error-handling library.
451455
* [xDebug](https://github.com/xdebug/xdebug) - A debug and profile tool for PHP.
452456
* [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
456460
*Self-hosted or cloud-based application performance monitoring & error tracking tools*
457461

458462
* [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.
459464
* [BugSnag](https://www.bugsnag.com/) - Error and Real User Monitoring.
460465
* [Honeybadger](https://www.honeybadger.io/) - Error Tracking & Application Monitoring for Developers.
461466
* [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
786791
### LLMs
787792
*Libraries for working with Large Language Models.*
788793

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.
789796
* [Instructor for PHP](https://github.com/cognesy/instructor-php) - Structured data outputs with LLMs, in PHP.
790797
* [LLPhant](https://github.com/LLPhant/LLPhant) - A comprehensive PHP Generative AI Framework using OpenAI GPT 4. Inspired by Langchain.
791798
* [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

Comments
 (0)