cakedc / cakephp-debugkit-ai
DebugKit AI enhancements
Installs: 1
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
pkg:composer/cakedc/cakephp-debugkit-ai
Requires
- php: >8.2
- cakephp/cakephp: ^5.0
- google-gemini-php/client: ^2.6
This package is auto-updated.
Last update: 2025-10-17 12:17:56 UTC
README
Installation
- composer require cakedc/cakephp-debugkit-ai
- Add
DebugKit.AI.apiKey
to yourapp_local.php
- Load plugin in
Application::bootstrap()
and ensure it is done before loadingDebugKit
plugin:
public function bootstrap(): void { ... $this->addPlugin(DebugKitAIPlugin::class, ['bootstrap' => true]); $this->addPlugin('DebugKit', ['bootstrap' => true]); ... }
TODO
- HTML help