pagemachine / ai-tools
A TYPO3 extension that leverages artificial intelligence to enhance content and accessibility
Installs: 2 830
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 4
Forks: 1
Open Issues: 0
Type:typo3-cms-extension
Requires
- php: ^8.1
- aws/aws-sdk-php: ^3.0
- openai-php/client: ^0.6.0
- typo3/cms-backend: ^11.5 || ^12.4
- typo3/cms-core: ^11.5 || ^12.4
- typo3/cms-fluid: ^11.5 || ^12.4
Requires (Dev)
- ergebnis/composer-normalize: ^2.43
- jangregor/phpstan-prophecy: ^1.0
- php-parallel-lint/php-console-highlighter: ^1.0
- php-parallel-lint/php-parallel-lint: ^1.4
- phpstan/extension-installer: ^1.4
- phpstan/phpstan: ^1.11
- rector/rector: ^1.1
- saschaegerer/phpstan-typo3: ^1.10
- sclable/xml-lint: ^0.7.0
- slevomat/coding-standard: ^8.15
- squizlabs/php_codesniffer: ^3.10
- ssch/typo3-rector: ^2.6
This package is auto-updated.
Last update: 2024-11-07 13:18:54 UTC
README
A TYPO3 extension that leverages artificial intelligence to enhance content and accessibility.
Installation
This extension is installable from various sources:
-
Via Composer:
composer require pagemachine/ai-tools
-
From the TYPO3 Extension Repository
-
From Github
Features
Image Alt Tag Generation
- Automatically generates meaningful alt tags for images using AI
- Supports generation in multiple languages:
- Create alt tags in any supported language
- Translate existing alt tags to different languages
- Improves website accessibility and SEO
- Prompt management through the TYPO3 backend
Testing
All tests can be executed with the shipped Docker Compose definition:
docker compose run --rm app composer build