Download the PHP package typo3headless/typo3ai without Composer

On this page you can find all versions of the php package typo3headless/typo3ai. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package typo3ai

TYPO3 AI Translator using ChatGPT

We want to introduce AI in TYPO3 CMS

TYPO3 11 ci

ChatGPT (OpenAI) can greatly accelerate the translation process in TYPO3 CMS by leveraging Artificial Inteligence powerful natural language processing capabilities.

With ChatGPT, translation can be automated and improved with features such as language detection, translation suggestions, and content optimization. This not only saves time but also increases translation accuracy and ensures that content is delivered to a global audience in a timely and effective manner.

Installation

Type composer require typo3headless/typo3-ai

Features

Create translation of page or content element just by one click:

  1. Go to your content element in desired language (not default).
  2. Click on new button Translate by AI.
  3. You have new translaton of your element! translation

Configuration

  1. Create an account on website: https://platform.openai.com/
  2. Go to https://platform.openai.com/account/org-settings and copy your org id.
  3. Go to Settings and Extension Configuration, set it as ChatGPT id.
  4. Create new secret key on site https://platform.openai.com/account/api-keys
  5. Go to Settings and Extension Configuration, set it as ChatGPT secret api key. configuration

Requirements

You need at least TYPO3 v11 and PHP 8.1.

Contact

TYPO3 AI is brought to you by Macopedia with a big support of the community.

Contact us


All versions of typo3ai with dependencies

PHP Build Version
Package Version
Requires php Version ~8.1
openai-php/client Version ^0.8.1
typo3/cms-core Version ^12.4
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package typo3headless/typo3ai contains the following files

Loading the files please wait ....