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.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

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

PHP Build Version
Package Version
Requires php Version ^8.4
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
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package anilcancakir/laravel-ai-sdk-plus contains the following files

Loading the files please wait ...