nitsan/ns-aiuniverse

AI Universe is the shared AI foundation layer for TYPO3 extensions. It centralizes AI provider communication, model selection, request handling, statistics preparation, and utility functions so other extensions can build AI features faster and with consistent behavior.

Maintainers

Package info

github.com/nitsan-technologies/ns_aiuniverse

Homepage

Issues

Type:typo3-cms-extension

pkg:composer/nitsan/ns-aiuniverse

Statistics

Installs: 32

Dependents: 0

Suggesters: 0

Stars: 0

1.0.0 2026-03-20 07:18 UTC

This package is auto-updated.

Last update: 2026-03-25 11:49:01 UTC


README

Latest Stable Version AI Universe Github TYPO3 13 TYPO3 12 TYPO3 11 PHP

TYPO3 Extension ns_aiuniverse

AI Universe is the shared AI foundation layer for TYPO3 extensions. It centralizes AI provider communication, model selection, request handling, statistics preparation, and utility functions so other extensions can build AI features faster and with consistent behavior.

It includes these features:

  • Multi-provider AI request flow: Unified request/response handling for OpenAI, Gemini, Azure, Claude/Anthropic, DeepSeek, xAI, Mistral, and custom LLM endpoints.

  • Developer-first service layer: Reusable classes such as AiRequestService, BaseClient, and AiEngineConfiguration for straightforward extension integration.

  • Usage statistics pipeline: OpenAI usage retrieval, normalization, chart-ready output generation, and caching via TYPO3 cache framework.

  • Operational helpers: Basic Auth utility for protected URL content retrieval and configuration helpers for extension settings and TYPO3 version checks.

  • Production documentation: Complete documentation for developers, editors/admins, and non-technical stakeholders under Documentation/.

This extension is a service/base layer and not a standalone frontend plugin.

URL
Repository: https://github.com/nitsan-technologies/ns_aiuniverse
Issues: https://t3planet.de/support
Composer: https://packagist.org/packages/nitsan/ns-aiuniverse
TER: https://extensions.typo3.org/extension/ns_aiuniverse/
Documentation: https://docs.typo3.org/p/nitsan/ns-aiuniverse/main/en-us/
Support: https://t3planet.de/support

Compatibility

AI Universe Version TYPO3 Compatibility PHP Version Support Level
v1.x 11.0.0 - 13.4.99 7.4 - 8.4 Features, bugfixes, compatibility updates

Quick Start

Install via Composer:

composer require nitsan/ns-aiuniverse

Then:

  1. Activate extension ns_aiuniverse in TYPO3 backend.
  2. Configure provider API key(s) in extension configuration.
  3. Set default provider and model.
  4. Integrate with NITSAN\NsAiUniverse\Service\AiRequestService.

Notes

  • Provider capability and model availability can change over time.
  • Keep API keys restricted and rotate them regularly.
  • For path-sensitive tooling (Docker, docs render), quote paths if your workspace contains spaces.