Download the PHP package nitsan/ns-aiuniverse without Composer
On this page you can find all versions of the php package nitsan/ns-aiuniverse. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download nitsan/ns-aiuniverse
More information about nitsan/ns-aiuniverse
Files in nitsan/ns-aiuniverse
Package ns-aiuniverse
Short Description 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.
License GPL-2.0-or-later
Homepage https://t3planet.de
Informations about the package ns-aiuniverse
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:
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.
All versions of ns-aiuniverse with dependencies
typo3/cms-extbase Version ^11 || ^12 || ^13
typo3/cms-fluid Version ^11 || ^12 || ^13
php Version ^7.4 || ^8