PHPackages                             decodelabs/prophet-openai - 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. decodelabs/prophet-openai

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

decodelabs/prophet-openai
=========================

OpenAI Responses adapter for DecodeLabs Prophet

v0.4.0(2mo ago)1269MITPHPPHP ^8.4CI passing

Since Apr 25Pushed 1mo ago2 watchersCompare

[ Source](https://github.com/decodelabs/prophet-openai)[ Packagist](https://packagist.org/packages/decodelabs/prophet-openai)[ RSS](/packages/decodelabs-prophet-openai/feed)WikiDiscussions develop Synced yesterday

READMEChangelog (10)Dependencies (15)Versions (14)Used By (0)

Prophet OpenAI
==============

[](#prophet-openai)

[![PHP from Packagist](https://camo.githubusercontent.com/c4cabaf25f3c55f1a3d2567473df25854b852da040abafe8060671c91fc693e0/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f7068702d762f6465636f64656c6162732f70726f706865742d6f70656e61693f7374796c653d666c6174)](https://packagist.org/packages/decodelabs/prophet-openai)[![Latest Version](https://camo.githubusercontent.com/2da9cdf55ca72474d569bbbbe0a9fabffbf36a4af2117f29f42d3db4180b2b8e/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6465636f64656c6162732f70726f706865742d6f70656e61692e7376673f7374796c653d666c6174)](https://packagist.org/packages/decodelabs/prophet-openai)[![Total Downloads](https://camo.githubusercontent.com/b85777414372f537e7212f85cf8c45a9c8e5a6c1b5f1d4747909f4a4e3b98d8a/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6465636f64656c6162732f70726f706865742d6f70656e61692e7376673f7374796c653d666c6174)](https://packagist.org/packages/decodelabs/prophet-openai)[![GitHub Workflow Status](https://camo.githubusercontent.com/6c08fa1568589b339eab511e152f58b1a21d32f560e3612ba94e559e122028df/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f6465636f64656c6162732f70726f706865742d6f70656e61692f696e746567726174652e796d6c3f6272616e63683d646576656c6f70)](https://github.com/decodelabs/prophet-openai/actions/workflows/integrate.yml)[![PHPStan](https://camo.githubusercontent.com/e25c14ce011edabdd0fbd2e10415b41cc5d66ed11ef3e5b7edd074c5bdd35a2d/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f5048505374616e2d656e61626c65642d3434434331312e7376673f6c6f6e6743616368653d74727565267374796c653d666c6174)](https://github.com/phpstan/phpstan)[![License](https://camo.githubusercontent.com/67609afbc2d98b22284aca901c5f22a56955707958c9a62a85e0f9d889b42423/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f6465636f64656c6162732f70726f706865742d6f70656e61693f7374796c653d666c6174)](https://packagist.org/packages/decodelabs/prophet-openai)

### OpenAI Responses adapter for DecodeLabs Prophet

[](#openai-responses-adapter-for-decodelabs-prophet)

This package provides the OpenAI implementation of Prophet's stateless response contract.

---

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

[](#installation)

This package requires PHP 8.4 or higher.

Install via Composer:

```
composer require decodelabs/prophet-openai
```

Usage
-----

[](#usage)

`DecodeLabs\Prophet\Platform\OpenAi` accepts a configured OpenAI PHP client and executes one Responses API request per Prophet call.

The adapter supports:

- text output
- JSON output
- default model suggestion by language-model level
- raw runtime model overrides through `GenerationOptions`

Package-local docs and specs live under [docs/](./docs/README.md).

Licensing
---------

[](#licensing)

Prophet OpenAI is licensed under the MIT License. See [LICENSE](./LICENSE) for the full license text.

###  Health Score

44

—

FairBetter than 90% of packages

Maintenance89

Actively maintained with recent releases

Popularity14

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity56

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

Every ~66 days

Recently: every ~153 days

Total

12

Last Release

66d ago

PHP version history (2 changes)v0.1.0PHP ^8.1

v0.2.6PHP ^8.4

### Community

Maintainers

![](https://www.gravatar.com/avatar/8a241d64d12b3b5ee94197862ec1ec30b82ed2efa34a0cd7f4c3565a021daddd?d=identicon)[betterthanclay](/maintainers/betterthanclay)

---

Top Contributors

[![betterthanclay](https://avatars.githubusercontent.com/u/1273586?v=4)](https://github.com/betterthanclay "betterthanclay (69 commits)")

---

Tags

aiassistantopenai-apiphp

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/decodelabs-prophet-openai/health.svg)

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

###  Alternatives

[illuminate/support

The Illuminate Support package.

630113.0M41.3k](/packages/illuminate-support)[spatie/holidays

Calculate public holidays

402860.1k2](/packages/spatie-holidays)[craftcms/feed-me

Import content from XML, RSS, CSV or JSON feeds into entries, categories, Craft Commerce products, and more.

293952.6k33](/packages/craftcms-feed-me)[solspace/craft-freeform

The most flexible and user-friendly form building plugin!

54681.3k19](/packages/solspace-craft-freeform)[pimcore/data-importer

Adds a comprehensive import functionality to Pimcore Datahub

46855.5k5](/packages/pimcore-data-importer)[japanese-date/japanese-date

日本の暦、祝日を取り扱うライブラリ

1610.0k](/packages/japanese-date-japanese-date)

PHPackages © 2026

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