Download the PHP package anilcancakir/laravel-ai-sdk-plus without Composer
On this page you can find all versions of the php package anilcancakir/laravel-ai-sdk-plus. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download anilcancakir/laravel-ai-sdk-plus
More information about anilcancakir/laravel-ai-sdk-plus
Files in anilcancakir/laravel-ai-sdk-plus
Package laravel-ai-sdk-plus
Short Description Laravel AI SDK Plus — A fork of the official Laravel AI SDK enriched with custom features.
License MIT
Homepage https://github.com/anilcancakir/laravel-ai-sdk-plus
Informations about the package laravel-ai-sdk-plus
Laravel AI SDK Plus
A fork of the official Laravel AI SDK enriched with additional features. This package is kept in sync with the upstream laravel/ai repository as closely as possible — all core functionality remains identical.
Installation
Note: This package replaces
laravel/ai. You should not have both installed at the same time.
What's Different?
Everything from the official Laravel AI SDK works exactly the same. This fork adds the following features on top:
Agent Skills System
A file-based, discoverable system that allows AI agents to dynamically load domain-specific instructions and reference files at runtime. Skills are Markdown files with YAML front matter, placed in resources/skills/.
Thinking / Extended Reasoning
Configure thinking/reasoning behavior per agent using the #[Thinking] attribute. Works across all major providers with automatic parameter mapping.
| Provider | Parameters |
|---|---|
| Anthropic | thinking.enabled, thinking.budgetTokens |
| OpenAI | reasoning.effort |
| Gemini | thinkingBudget, thinkingLevel |
| xAI | thinking.enabled |
| Ollama | thinking |
| OpenAI-Compatible | reasoning_effort |
OpenAI-Compatible Provider
Support for any OpenAI-compatible API endpoint (LocalAI, Ollama, vLLM, LiteLLM, etc.) as a first-class provider.
Text Generation
Image Generation
Generate images through any OpenAI-compatible service that supports image generation via the chat completions endpoint:
Set a default image provider to skip specifying it every time:
Documentation
For core SDK documentation, refer to the official Laravel AI SDK docs.
Upstream Sync
This fork tracks the 0.x branch of laravel/ai. Upstream changes are merged regularly to stay current with the official release.
License
Laravel AI SDK Plus is open-sourced software licensed under the MIT license.
All versions of laravel-ai-sdk-plus with dependencies
illuminate/console Version ^12.0
illuminate/container Version ^12.0
illuminate/contracts Version ^12.0
illuminate/filesystem Version ^12.0
illuminate/json-schema Version ^12.0
illuminate/support Version ^12.0
laravel/prompts Version ^0.3.6
laravel/serializable-closure Version ^2.0
prism-php/prism Version ^0.99.0