PHPackages                             outstand/ai - 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. outstand/ai

ActiveWordpress-plugin

outstand/ai
===========

1.0.0(today)02↑2900%PHPPHP ^8.2CI failing

Since Jun 20Pushed todayCompare

[ Source](https://github.com/pixelalbatross/outstand-ai)[ Packagist](https://packagist.org/packages/outstand/ai)[ GitHub Sponsors](https://github.com/s3rgiosan)[ Fund](https://ko-fi.com/s3rgiosan)[ RSS](/packages/outstand-ai/feed)WikiDiscussions main Synced today

READMEChangelog (1)Dependencies (3)Versions (2)Used By (0)

Outstand AI
===========

[](#outstand-ai)

> Add AI features to WordPress.

Description
-----------

[](#description)

Outstand AI brings AI features to the WordPress editor, with controls for AI behavior that WordPress and the [WordPress AI plugin](https://wordpress.org/plugins/ai/) don't expose on their own.

The first feature steers **featured image** generation: describe how the image should look, per post or as a site-wide default, and Outstand AI feeds that into the AI plugin's image prompt.

This is useful when:

- A post needs a specific featured image direction (style, mood, composition).
- You want a consistent default look for AI-generated images across the site.
- You want editors to control AI behavior from the editor, without touching code.

How it works
------------

[](#how-it-works)

1. Open a post in the Block Editor.
2. Open the **AI Prompts** sidebar (icon in the editor header, or the more menu).
3. Enter a prompt for the post (for example, the Featured Image direction). This overrides the site-wide default for that post.
4. Generate the featured image with the AI plugin as usual — Outstand AI injects your prompt.

Site-wide defaults are managed under **Settings → Outstand AI**. When the WordPress/Gutenberg **Guidelines** feature is available, manage the global direction there instead; Outstand AI defers to it and keeps the per-post override.

Installation
------------

[](#installation)

### Manual Installation

[](#manual-installation)

1. Download the latest release ZIP from the [Releases page](https://github.com/pixelalbatross/outstand-ai/releases/latest).
2. Go to Plugins &gt; Add New &gt; Upload Plugin in your WordPress admin area.
3. Upload the ZIP file and click Install Now.
4. Activate the plugin.

### Install with Composer

[](#install-with-composer)

To include this plugin as a dependency in your Composer-managed WordPress project:

1. Add the plugin to your project using the following command:

```
composer require outstand/ai
```

2. Run `composer install`.
3. Activate the plugin from your WordPress admin area or using WP-CLI.

Requirements
------------

[](#requirements)

- WordPress 6.7+
- PHP 8.2+

Features that extend the [WordPress AI plugin](https://wordpress.org/plugins/ai/) — such as Featured Image prompts — additionally require that plugin to be active with a configured AI connector. They stay hidden until it is.

Extending
---------

[](#extending)

Register additional prompt-steering features with the `outstand_ai_features` filter. Each feature must extend `Outstand\WP\AI\PromptFeature`:

```
use Outstand\WP\AI\PromptFeature;

class My_Custom_Prompt_Feature extends PromptFeature {
    // Implement get_id(), get_label(), get_ability(),
    // get_inject_field() and get_description().
}

add_filter( 'outstand_ai_features', function ( $features ) {
    $features[] = new My_Custom_Prompt_Feature();
    return $features;
} );
```

Changelog
---------

[](#changelog)

All notable changes to this project are documented in [CHANGELOG.md](https://github.com/pixelalbatross/outstand-ai/blob/main/CHANGELOG.md).

Credits
-------

[](#credits)

The AI Prompts sidebar icon is from the [Industrial Sharp UI Icons](https://www.svgrepo.com/svg/486520/ai) collection by Siemens AG, licensed under the [MIT License](https://opensource.org/licenses/MIT).

License
-------

[](#license)

This project is licensed under the [GPL-3.0-or-later](https://spdx.org/licenses/GPL-3.0-or-later.html).

###  Health Score

40

—

FairBetter than 86% of packages

Maintenance100

Actively maintained with recent releases

Popularity3

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity45

Maturing project, gaining track record

 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

Unknown

Total

1

Last Release

0d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/42eed63db46bd6dc4df88e37095ad4f8aeacfcc63f68e7e11c637eb9ec18a652?d=identicon)[s3rgiosan](/maintainers/s3rgiosan)

---

Top Contributors

[![s3rgiosan](https://avatars.githubusercontent.com/u/499982?v=4)](https://github.com/s3rgiosan "s3rgiosan (5 commits)")

---

Tags

block-editorgutenbergoutstandwordpresswordpress-plugin

### Embed Badge

![Health badge](/badges/outstand-ai/health.svg)

```
[![Health](https://phpackages.com/badges/outstand-ai/health.svg)](https://phpackages.com/packages/outstand-ai)
```

###  Alternatives

[symfony/runtime

Enables decoupling PHP applications from global state

74694.9M937](/packages/symfony-runtime)[phpro/grumphp

A composer plugin that enables source code quality checks.

4.3k16.3M975](/packages/phpro-grumphp)[drupal/core-composer-scaffold

A flexible Composer project scaffold builder.

5344.1M526](/packages/drupal-core-composer-scaffold)[drupal/core-project-message

Adds a message after Composer installation.

2124.0M193](/packages/drupal-core-project-message)[phpro/grumphp-shim

GrumPHP Phar distribution

284.6M333](/packages/phpro-grumphp-shim)[drupal/core-vendor-hardening

Hardens the vendor directory for when it's in the docroot.

174.7M41](/packages/drupal-core-vendor-hardening)

PHPackages © 2026

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