From 78e8f862ceedb99bda5115540f36acd1b11be906 Mon Sep 17 00:00:00 2001 From: Mozex Date: Thu, 12 Mar 2026 02:40:17 +0300 Subject: [PATCH] Add Anthropic PHP and Anthropic for Laravel to LLMs section --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 4cf7ea93e..325ed7e4a 100644 --- a/README.md +++ b/README.md @@ -812,6 +812,8 @@ Libraries to help manage database schemas and migrations. ### LLMs *Libraries for working with Large Language Models.* +* [Anthropic](https://github.com/mozex/anthropic-php) - A PHP client for the Anthropic API, supporting messages, streaming, tool use, and batch processing. +* [Anthropic for Laravel](https://github.com/mozex/anthropic-laravel) - A Laravel wrapper for the Anthropic PHP client with Facades, config publishing, and testing fakes. * [Instructor for PHP](https://github.com/cognesy/instructor-php) - Structured data outputs with LLMs, in PHP. * [LLPhant](https://github.com/LLPhant/LLPhant) - A comprehensive PHP Generative AI Framework using OpenAI GPT 4. Inspired by Langchain. * [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.