crustum/cakephp-ai

AI plugin for CakePHP applications

Maintainers

Package info

github.com/Crustum/cakephp-ai

Type:cakephp-plugin

pkg:composer/crustum/cakephp-ai

Transparency log

Statistics

Installs: 1

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

dev-main 2026-08-21 10:01 UTC

This package is auto-updated.

Last update: 2026-08-21 12:04:29 UTC


README

The AI plugin provides a unified API for interacting with AI providers from CakePHP applications.

Use it to build agents with tools and structured output, generate images, synthesize and transcribe audio, create embeddings, and call providers such as OpenAI, Anthropic, Gemini, and others through a consistent CakePHP-friendly interface.

Requirements

  • PHP 8.4+
  • cakephp/queue
  • crustum/cakephp-queue
  • crustum/broadcasting
  • crustum/mcp

See Versions.md for the supported CakePHP versions.

Documentation

For documentation, as well as tutorials, see the docs directory of this repository.

License

Licensed under the MIT License. Redistributions of the source code included in this repository must retain the copyright notice found in each file.