Download the PHP package pagemachine/ai-tools without Composer

On this page you can find all versions of the php package pagemachine/ai-tools. 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 ai-tools

AI Tools CI

TYPO3 extension that uses AI to generate and translate image alt text automatically.

Requires: TYPO3 12.4–14.4 · PHP 8.2+

Installation

Also available from the TYPO3 Extension Repository and GitHub releases.

Documentation

Full documentation at pagemachine.github.io/ai-tools.

Features

Alt text generation

Right-click any image in the File List and choose Generate A.I. Metadata to open the generation modal. The extension sends the image to the configured AI server and writes the result back to the file's metadata.

Prompt management

Go to AI Tools > Prompts to manage the prompts used for image description. Set one as the default; it will be pre-selected in the generation modal.

Server configuration

Go to AI Tools > Settings (admin only) to configure AI servers:

Supported languages

AiGude generates descriptions natively in these languages:

English, German, Spanish, French, Italian, Portuguese, Dutch, Japanese, Korean, Arabic, Chinese, Russian, Hindi, Turkish, Hebrew

The description is generated in the language your prompt is written in, and translated to the target language only if the prompt language and the target language are different:

For a site language that is not natively supported, write the prompt in any of the supported languages; the result is translated to the target.

Translation

DeepL and Google Translate are supported. The active provider is configurable per language under AI Tools > Settings.

RAG (context enrichment)

Optional, off by default. When enabled under AI Tools > Settings, alt-text generation is enriched with context from the page the image is actually placed on, resolved via sys_file_reference and read directly from the database. Descriptions can then name the actual people, events and organizations shown instead of guessing from pixels alone. Images that are not placed anywhere are described from the image alone. No external search service or indexing step is required.

Storage-scoped configuration

Useful for multi-site setups where each site has its own storage and API budget. Each file storage can be configured independently under System > File Storages > AI Tools tab:

Testing


All versions of ai-tools with dependencies

PHP Build Version
Package Version
Requires php Version ^8.2
typo3/cms-backend Version ^12.4 || ^13.4 || ^14.0
typo3/cms-core Version ^12.4 || ^13.4 || ^14.0
typo3/cms-fluid Version ^12.4 || ^13.4 || ^14.0
typo3/cms-frontend Version ^12.4 || ^13.4 || ^14.0
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 pagemachine/ai-tools contains the following files

Loading the files please wait ...