Download the PHP package eliashaeussler/typo3-solver without Composer
On this page you can find all versions of the php package eliashaeussler/typo3-solver. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download eliashaeussler/typo3-solver
More information about eliashaeussler/typo3-solver
Files in eliashaeussler/typo3-solver
Package typo3-solver
Short Description Extension for TYPO3 CMS to extend TYPO3's exception handling with AI generated solutions
License GPL-2.0-or-later
Informations about the package typo3-solver
An extension for TYPO3 CMS to solve exceptions with AI generated solutions. It uses the OpenAI PHP client to send a prompt to a configured model and uses the responded completion as solution. Several completion attributes (model, tokens, temperature, number of completions) are configurable. It also provides a console command to solve problems from command line.
🚀 Features
- Extended exception handler with AI generated solutions
- Configurable AI completion attributes (model, tokens, temperature, number of completions)
- Caching integration for solved problems
- Command to solve problems from command line
- Customizable solution providers and prompts
- Compatible with TYPO3 11.5 LTS, 12.4 LTS and 13.4 LTS
🔥 Installation
Composer
TER
Download the zip file from TYPO3 extension repository (TER).
📙 Documentation
Please have a look at the official extension documentation.
💎 Credits
The extension icon ("lightbulb-on") is a modified version of the original
actions-lightbulb-on
icon from TYPO3 core. In addition, the icons
actions-calendar
, actions-cpu
, actions-debug
,
actions-exclamation-triangle-alt
and spinner-circle
from
TYPO3 core are used. All icons are originally licensed under MIT License.
This project is highly inspired by the article Fix your Laravel exceptions with AI by Marcel Pociot.
In addition, I'd like to thank Nuno Maduro and all contributors
of the openai-php/client
library for this beautiful piece of code.
🔒 Security Policy
Please read our security policy if you discover a security vulnerability in this extension.
⭐ License
This project is licensed under GNU General Public License 2.0 (or later).
All versions of typo3-solver with dependencies
ext-mbstring Version *
erusev/parsedown Version ^1.7
guzzlehttp/guzzle Version ^7.5
openai-php/client Version ^0.4.1 || ^0.5.0 || ^0.6.0 || ^0.7.0 || ^0.8.0 || ^0.9.0 || ^0.10.0
psr/http-message Version ^1.0 || ^2.0
psr/http-server-handler Version ^1.0
psr/http-server-middleware Version ^1.0
spatie/backtrace Version ^1.2
symfony/console Version ^5.4 || ^6.0 || ^7.0
symfony/filesystem Version ^5.4 || ^6.0 || ^7.0
symfony/routing Version ^5.4 || ^6.0 || ^7.0
typo3/cms-core Version ~11.5.0 || ~12.4.0 || ~13.4.0
typo3fluid/fluid Version ^2.15 || ^4.0