Anthropic API Integration
"Anthropic Laravel is the Laravel wrapper for Anthropic PHP, the community-maintained PHP SDK for the Anthropic API. It gives you a Laravel-native way to talk to Claude: a Facade, a publishable config, an install command, and a testing integration that plugs into the service container.
Under the hood, every request is handled by the underlying PHP package, so you get full access to every Anthropic API feature (messages, streaming, tool use, extended thinking, web search, code execution, citations, token counting, batches, and files) without the framework-agnostic boilerplate."