raphael-gmbh/ra_aiproduct
Composer 安装命令:
composer require raphael-gmbh/ra_aiproduct
包简介
TYPO3 extension for generating product descriptions and product image ALT texts
关键字:
README 文档
README
AI Product Extension for TYPO3
Description
The AI Product Extension is a powerful TYPO3 extension that leverages OpenAI's GPT technology to automatically generate product descriptions and image alt texts.
Key Features
- AI-Powered Content Generation: Automatically generate product descriptions using OpenAI GPT
- Smart Alt Text Generation: Create SEO-friendly alt texts for product images
- Multi-Language Support: Translate descriptions and alt texts to multiple languages
- Backend Module: User-friendly interface for managing AI-generated content
- Content Management: Review, edit, and approve AI-generated content before publishing
- Flexible Integration: Works with any TYPO3 product extension
Requirements
- TYPO3 CMS 13.4
- PHP 8.2 or higher
- OpenAI API Key
- Any product extension
Installation
Via Composer (Recommended)
composer require raphael-gmbh/ra_aiproduct
Configuration
1. Extension Configuration
Configure the extension in the TYPO3 backend under Settings > Extension Configuration > ra_aiproduct:
Required Settings
| Setting | Description | Example |
|---|---|---|
productExtensionTable | Database table name of your product records | tx_myext_domain_model_product |
productDescriptionField | Field name for product description | description |
productFurtherInformationField | Field name for additional product info | additional_info |
productImageField | Field name for product images | images |
additionalProductImageFields | Comma-separated list of additional image fields | gallery,detail_images |
OpenAI Configuration
Set your OpenAI API key in the extension configuration or via environment variable:
$GLOBALS['TYPO3_CONF_VARS']['EXTENSIONS']['ra_aiproduct']['openAiApiKey'] = 'sk-...';
Recommendation: Use environment variables for security:
# .env file
OPENAI_API_KEY=sk-your-api-key-here
2. Database Setup
After configuration, update the database schema:
# Via command line
typo3 database:updateschema
# Or via Backend
Maintenance > Analyze Database Structure
Usage
Backend Module
Access the AI Product Module from the TYPO3 backend navigation:
Web > AI Product Descriptions
Product List View
- Select a folder containing products from the page tree
- View all products
- Search for specific products by UID
Product Detail View
For each product, you can:
Generate AI Description
- Click "Generate Description" to create AI-powered product description
- Review the generated content
- Click "Write to Product" to apply the description to the product record (Changes have to be made in the original product record in list module)
Generate Image Alt Texts
- View all product images
- Click "Generate Alt Text" for individual images
- Review and edit generated alt texts
- Save alt texts to file references
Translate Content
- Automatically translate descriptions to all product language versions
- Translate alt texts to all product language versions
Language Support
The extension automatically detects available languages from your TYPO3 configuration and generates content in the appropriate language based on:
- Product language version (sys_language_uid)
- Site language configuration
- Available translations for the product
Best Practices
For Optimal Results
Product Information: Ensure products have basic information filled in the
productFurtherInformationField- this helps the AI generate more accurate descriptionsReview Content: Always review AI-generated content before publishing to ensure accuracy and brand consistency
Credits
Developer: Dominik Siwenski Company: Raphael GmbH Website: https://www.raphael-gmbh.de
Made with ❤️ by Raphael GmbH
raphael-gmbh/ra_aiproduct 适用场景与选型建议
raphael-gmbh/ra_aiproduct 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 6 次下载、GitHub Stars 达 0, 最近一次更新时间为 2026 年 02 月 16 日, 在 PHP 生态内属于活跃度较高的组件。
它主要适用于以下技术方向: 「products」 「extension」 「TYPO3 CMS」 「ai」 等业务场景。在实际项目中,围绕这些方向常见需要落地的问题包括:接口对接、性能调优、并发安全、与既有框架(Laravel / ThinkPHP / Yii / Webman 等)的兼容适配,以及生产环境的日志埋点与稳定性保障。
我们在过去多个企业项目中使用过 raphael-gmbh/ra_aiproduct 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 raphael-gmbh/ra_aiproduct 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
与 raphael-gmbh/ra_aiproduct 相关的其它包
同方向 / 同关键字的高下载量 PHP Composer 包推荐,方便对比选型:
A custom URL rule class for Yii 2 which allows to create translated URL rules
Set Links with a specific language parameter
The Yii2 extension uses jQuery jquery.carousel-1.1.min.js and makes image carousel from php array of structure defined.
TYPO3 CMS extension to create gallery content element with preset crop ratios and pagination
UI Kit 3 Extension for Yii2
Adds more BBCode
统计信息
- 总下载量: 6
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 19
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: GPL-3.0-or-later
- 更新时间: 2026-02-16