eliashaeussler / typo3-solver
Extension for TYPO3 CMS to extend TYPO3's exception handling with AI generated solutions
Installs: 1 357
Dependents: 0
Suggesters: 0
Security: 0
Stars: 26
Watchers: 4
Forks: 0
Open Issues: 2
Type:typo3-cms-extension
Requires
- php: ~8.1.0 || ~8.2.0 || ~8.3.0
- ext-mbstring: *
- erusev/parsedown: ^1.7
- guzzlehttp/guzzle: ^7.5
- openai-php/client: ^0.4.1 || ^0.5.0 || ^0.6.0 || ^0.7.0 || ^0.8.0 || ^0.9.0 || ^0.10.0
- psr/http-message: ^1.0 || ^2.0
- psr/http-server-handler: ^1.0
- psr/http-server-middleware: ^1.0
- spatie/backtrace: ^1.2
- symfony/console: ^5.4 || ^6.0 || ^7.0
- symfony/filesystem: ^5.4 || ^6.0 || ^7.0
- symfony/routing: ^5.4 || ^6.0 || ^7.0
- typo3/cms-core: ~11.5.0 || ~12.4.0 || ~13.4.0
- typo3fluid/fluid: ^2.15 || ^4.0
Requires (Dev)
- ext-dom: *
- eliashaeussler/version-bumper: ^1.2
- phpunit/phpcov: ^9.0 || ^10.0
- symfony/dependency-injection: ^5.4 || ^6.0 || ^7.0
- typo3/testing-framework: ^7.0.2 || ^8.2.3 || ^9.0.1
- dev-main
- 0.2.16
- 0.2.15
- 0.2.14
- 0.2.13
- 0.2.12
- 0.2.11
- 0.2.10
- 0.2.9
- 0.2.8
- 0.2.7
- 0.2.6
- 0.2.5
- 0.2.4
- 0.2.3
- 0.2.2
- 0.2.1
- 0.2.0
- 0.1.4
- 0.1.3
- 0.1.2
- 0.1.1
- 0.1.0
- dev-renovate/lock-file-maintenance
- dev-renovate/phpstan-packages
- dev-fix/exclude-common-libs
- dev-renovate/eliashaeussler-rector-config-3.x-lockfile
- dev-renovate/typescript-eslint-8.x-lockfile
- dev-renovate/sass-1.x-lockfile
- dev-renovate/eslint-9.x-lockfile
- dev-renovate/eslint-js-9.x-lockfile
- dev-renovate/webpack-5.x-lockfile
- dev-renovate/sass-loader-16.x-lockfile
- dev-renovate/mini-css-extract-plugin-2.x-lockfile
This package is auto-updated.
Last update: 2024-11-08 04:09:17 UTC
README
TYPO3 extension 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
composer require eliashaeussler/typo3-solver
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).