PHPackages                             dukens/openai-suggestions - 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. dukens/openai-suggestions

ActivePackage[Utility &amp; Helpers](/categories/utility)

dukens/openai-suggestions
=========================

Use the OpenAI API together with Laravel Ignition to show AI-powered fixes for errors in sage/acorn.

03PHP

Since Jun 21Pushed 3y ago1 watchersCompare

[ Source](https://github.com/dukenst2006/openai-suggestions)[ Packagist](https://packagist.org/packages/dukens/openai-suggestions)[ RSS](/packages/dukens-openai-suggestions/feed)WikiDiscussions main Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

OpenAI powered fixes for wordpress Sage/Acorn errors
====================================================

[](#openai-powered-fixes-for-wordpress-sageacorn-errors)

Use the OpenAI API together with Laravel Ignition's Suggestions to show AI-powered fixes for errors in your Sage/Acorn application.

Get started
-----------

[](#get-started)

First install OpenAI Suggestions via [Composer](https://getcomposer.org/). You'll probably want to install it as dev dependency:

```
composer require --dev dukens/openai-suggestions
```

Next, publish the configuration file:

```
wp acorn vendor:publish --provider="Dukens\OpenaiExceptions\OpenAiSolutionServiceProvider" --tag="config"
```

This will create a `config/openai-suggestions.php` configuration file in your project, which you can modify to your needs. All options are documented in the file, but the only one you need is your OpenAI API key, which you'll specify in your `.env` file:

```
OPENAI_API_KEY={YOUR KEY HERE}

```

###  Health Score

14

—

LowBetter than 1% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity22

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/bd557dbb71b9e04a3f1a53580bcf33b0af7aabfa3389079ebb95d7c594ab4dac?d=identicon)[dukenst2006](/maintainers/dukenst2006)

---

Top Contributors

[![dukenst2006](https://avatars.githubusercontent.com/u/7965394?v=4)](https://github.com/dukenst2006 "dukenst2006 (1 commits)")

### Embed Badge

![Health badge](/badges/dukens-openai-suggestions/health.svg)

```
[![Health](https://phpackages.com/badges/dukens-openai-suggestions/health.svg)](https://phpackages.com/packages/dukens-openai-suggestions)
```

PHPackages © 2026

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