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.
Package info
github.com/nitsan-technologies/ns_aiuniverse
Type:typo3-cms-extension
pkg:composer/nitsan/ns-aiuniverse
Requires
- php: ^7.4 || ^8
- typo3/cms-core: ^11 || ^12 || ^13
Replaces
- typo3-ter/ns-aiuniverse: 1.0.0
This package is auto-updated.
Last update: 2026-03-25 11:49:01 UTC
README
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, andAiEngineConfigurationfor 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:
- Activate extension
ns_aiuniversein TYPO3 backend. - Configure provider API key(s) in extension configuration.
- Set default provider and model.
- 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.