digitaldiff/craft-chatgpt-integration

Integration for ChatGPT

Maintainers

👁 diff

Package info

github.com/digitaldiff/chatgpt-integration

Language:Twig

Type:craft-plugin

pkg:composer/digitaldiff/craft-chatgpt-integration

Statistics

Installs: 126

Dependents: 0

Suggesters: 0

Stars: 2

Open Issues: 5

5.0.4 2025-03-26 15:07 UTC

Requires

Requires (Dev)

Suggests

None

Provides

None

Conflicts

None

Replaces

None

proprietary c29fc6dcbd75ac9010d5cb7abe25074523f8fc4b

This package is auto-updated.

Last update: 2026-06-26 17:52:36 UTC


README

The plugin adds a dropdown to every text field, as well as textarea, Redactor and CKEditor.

With this functionality, text can be automatically corrected, translated, shortened and created. And of course many other functions can be added individually. There are almost no limits.

The texts are directly forwarded to ChatGPT with the respective command. The commands can be entered globally in the settings.

For the plugin to work, an OpenAI ( https://openai.com/ ) account is required and an API key must be created. https://platform.openai.com/account/api-keys

There may be additional costs on the part of OpenAI.

Requirements

This plugin requires Craft CMS 4.4.3 or later, and PHP 8.0.2 or later.

Installation

You can install this plugin from the Plugin Store or with Composer.

From the Plugin Store

Go to the Plugin Store in your project’s Control Panel and search for “chatgpt-integration”. Then press “Install”.

With Composer

Open your terminal and run the following commands:

# go to the project directory
cd /path/to/my-project.test

# tell Composer to load the plugin
composer require digitaldiff/craft-chatgpt-integration

# tell Craft to install the plugin
./craft plugin/install chatgpt-integration