crustum / cakephp-ai
AI plugin for CakePHP applications
Package info
Type:cakephp-plugin
pkg:composer/crustum/cakephp-ai
dev-main
2026-08-21 10:01 UTC
Requires
- php: >=8.4
- aws/aws-sdk-php: ^3.393
- cakephp/cakephp: ^5.4
- crustum/broadcasting: ^1.3
- crustum/cakephp-queue: ^1.2
- crustum/json-schema: ^1.0
- crustum/mcp: dev-main
- crustum/plugin-manifest: ^1.1
- enqueue/dsn: ^0.10.27
- enqueue/enqueue: ^0.10.27
- enqueue/null: ^0.10.27
- enqueue/simple-client: ^0.10.27
- guzzlehttp/guzzle: ^7.15
- laravel/serializable-closure: ^2.0
- league/flysystem: ^3.35
- league/flysystem-local: ^3.31
- opis/closure: ^4.5
Requires (Dev)
- boundwize/structarmed: ^0.15.44
- cakephp/bake: ^3.8
- cakephp/cakephp-codesniffer: ^5.3
- crustum/essentia: ^1.0.2
- mockery/mockery: ^1.6.15
- pestphp/pest: ^4.7
- pestphp/pest-plugin-type-coverage: ^4.0
- phpstan/phpstan: ^2.2
- phpunit/phpunit: ^12.5.33
- rector/rector: ^2.6
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.