PHPackages                             ujamii/neos-cobot - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. ujamii/neos-cobot

ActiveNeos-package[Utility &amp; Helpers](/categories/utility)

ujamii/neos-cobot
=================

v0.5.2(1y ago)319PHP

Since Dec 3Pushed 1y ago1 watchersCompare

[ Source](https://github.com/ujamii/neos-cobot)[ Packagist](https://packagist.org/packages/ujamii/neos-cobot)[ RSS](/packages/ujamii-neos-cobot/feed)WikiDiscussions main Synced 2d ago

READMEChangelogDependencies (4)Versions (9)Used By (0)

ujamii/neos-cobot
=================

[](#ujamiineos-cobot)

[![neos cobot](Documentation/assets/neos-cobot.png)](Documentation/assets/neos-cobot.png)

This package integrates the [Cobot for NEOS CMS](https://cobot.ujamii.com). It offers text and image generation with the OpenAI API and the Flux API.

Installation
============

[](#installation)

To install the package, you can use composer. Run the following command in your terminal:

```
composer require ujamii/neos-cobot
```

After the installation, you need to run the following command to update your database schema:

```
./flow doctrine:update
```

Configuration
=============

[](#configuration)

You need to add the API key for the Cobot API to your `Settings.yaml`. You get the API key from your Cobot [account settings](https://cobot.ujamii.com/app/api-key).

```
# Configuration/Settings.yaml
Ujamii:
  Cobot:
    services:
      # The API key for the Cobot API
      # You can get it from your Cobot account settings
      apiKey:
```

Usage
=====

[](#usage)

Text Generation
---------------

[](#text-generation)

To enable **Cobot Text Generation** functionality within your node, add the following configuration to your YAML file. This will display the Cobot inline editing options directly in the **RichTextToolbar**, allowing for AI-powered content generation within text fields.

```
Neos.NodeTypes:Text:
    properties:
      text:
        ui:
          inline:
            formatting:
              cobot: true
```

Image Generation
----------------

[](#image-generation)

The **Cobot Image Generation** feature is enabled by default, displaying the ImageGeneration button in **all image editors**. If you prefer to disable this feature, you can add the following configuration to your YAML file and set enabled to false.

```
Ujamii:
  Cobot:
    ImageEditorExtension:
      enabled: true
```

Alternative Text Generation
---------------------------

[](#alternative-text-generation)

If you create alt texts in the backend, these are saved in an extra entity. To use these alt texts and bring them to the frontend, you must implement an eel helper for this. Here is an example of how you can do this:

```

```

The method `ImageExtension.getAltText` is an eel helper that accepts an `ImageInterface` and returns the alt text.

**Disable the alt text generation**
If you not want to use the alt text generation, you can disable it in the settings:

```
Neos:
  Neos:
    modules:
      management:
          submodules:
              altTextModule:
                enabled: false
```

###  Health Score

26

—

LowBetter than 41% of packages

Maintenance48

Moderate activity, may be stable

Popularity10

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity34

Early-stage or recently created project

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~27 days

Total

8

Last Release

387d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1526725?v=4)[Michael Grundkötter](/maintainers/mgrundkoetter)[@mgrundkoetter](https://github.com/mgrundkoetter)

![](https://avatars.githubusercontent.com/u/92752057?v=4)[Lucas Börner](/maintainers/lucasboerner)[@lucasboerner](https://github.com/lucasboerner)

---

Top Contributors

[![lucasboerner](https://avatars.githubusercontent.com/u/92752057?v=4)](https://github.com/lucasboerner "lucasboerner (10 commits)")

###  Code Quality

Static AnalysisPHPStan

Code StylePHP CS Fixer

Type Coverage Yes

### Embed Badge

![Health badge](/badges/ujamii-neos-cobot/health.svg)

```
[![Health](https://phpackages.com/badges/ujamii-neos-cobot/health.svg)](https://phpackages.com/packages/ujamii-neos-cobot)
```

###  Alternatives

[neos/seo

SEO configuration and tools for Neos

141.0M31](/packages/neos-seo)[neos/eel

The Embedded Expression Language (Eel) is a building block for creating Domain Specific Languages

122.2M36](/packages/neos-eel)[sitegeist/kaleidoscope

Responsive-images for Neos

29370.3k12](/packages/sitegeist-kaleidoscope)[neos/fusion-form

Fusion Form

19776.4k47](/packages/neos-fusion-form)[kaufmanndigital/gdpr-cookieconsent

A ready-to-run package, that integrates an advanced cookie consent banner into your Neos CMS site.

2542.4k](/packages/kaufmanndigital-gdpr-cookieconsent)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
