PHPackages                             khaiphan/poe-reverse - 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. [API Development](/categories/api)
4. /
5. khaiphan/poe-reverse

ActiveLibrary[API Development](/categories/api)

khaiphan/poe-reverse
====================

This is an unofficial composer library designed to interact with Poe.com's Chatbot using PHP.

161PHP

Since Jun 6Pushed 2y ago2 watchersCompare

[ Source](https://github.com/piscesCat/Quora-Poe-Reverse-PHP)[ Packagist](https://packagist.org/packages/khaiphan/poe-reverse)[ RSS](/packages/khaiphan-poe-reverse/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Quora-Poe-Reverse
-----------------

[](#quora-poe-reverse)

Quora-Poe-Reverse is a Composer package that allows you to interact with Quora Poe.com using PHP code.

Language
--------

[](#language)

- [English](README.md)
- [Tiếng Việt](README_vi.md)

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

[](#installation)

The minimum required PHP version is 7.2.5

Use [Composer](https://getcomposer.org) to install the package.

Run the following command in the terminal:

```
composer require khaiphan/poe-reverse:dev-main

```

Chatbot
-------

[](#chatbot)

Below is a list of available chatbots in the Quora-Poe-Reverse package:

ChatbotDescriptionSageSage is an AI chatbot developed to provide intelligent answers and support various topics. (Free)ChatGPTChatGPT is a chatbot that uses a deep learning language model, trained on diverse data sources, to provide intelligent responses. (Free)Claude-instantClaude-instant is an AI chatbot with natural conversation ability and can provide detailed information on various topics. (Free)Claude+Claude+ is an advanced version of the Claude-instant chatbot, with deeper conversational capabilities and more detailed information. (Paid)Claude-instant-100kClaude-instant-100k is a version of Claude-instant with a larger training dataset (100,000 questions) to provide better responses. (Paid)GPT-4GPT-4 is a chatbot that uses a powerful deep learning language model, trained on a large amount of data, to provide high-quality responses. (Paid)To use a chatbot in your PHP code, follow these steps:

1. First, you need to include the autoloader in your PHP code:

```
require 'vendor/autoload.php';
```

2. Next, create an instance of the `Poe` class and provide the cookie and the name of the chatbot. For example:

```
use KhaiPhan\Quora\Poe;

$poeSage = new Poe('p-b', 'Sage');
```

Make sure to replace `p-b` with the value of the p-b cookie obtained from the [Quora Poe.com website](https://poe.com). Replace `Sage` with the name of the chatbot you want to use.

3. Then, call the `getAnswer()` method to retrieve the response from the chatbot. For example:

```
$answer = $poeSage->getAnswer('Hello');
echo $answer;
```

Note that you can create different chatbot objects by changing the chatbot name and cookie value.

License
-------

[](#license)

This package is open-source and available under the [MIT License](https://opensource.org/licenses/MIT).

###  Health Score

15

—

LowBetter than 3% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community9

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/d9cbfe9c04f5dc028e5ab6a94ac0d56ffcf82ce356878bde83616aa03da24d9a?d=identicon)[piscesCat](/maintainers/piscesCat)

---

Top Contributors

[![piscesCat](https://avatars.githubusercontent.com/u/135218537?v=4)](https://github.com/piscesCat "piscesCat (8 commits)")

### Embed Badge

![Health badge](/badges/khaiphan-poe-reverse/health.svg)

```
[![Health](https://phpackages.com/badges/khaiphan-poe-reverse/health.svg)](https://phpackages.com/packages/khaiphan-poe-reverse)
```

###  Alternatives

[stripe/stripe-php

Stripe PHP Library

4.0k143.3M480](/packages/stripe-stripe-php)[twilio/sdk

A PHP wrapper for Twilio's API

1.6k92.9M271](/packages/twilio-sdk)[knplabs/github-api

GitHub API v3 client

2.2k15.8M187](/packages/knplabs-github-api)[facebook/php-business-sdk

PHP SDK for Facebook Business

90121.9M34](/packages/facebook-php-business-sdk)[microsoft/microsoft-graph

The Microsoft Graph SDK for PHP

65723.5M96](/packages/microsoft-microsoft-graph)[meilisearch/meilisearch-php

PHP wrapper for the Meilisearch API

73813.7M114](/packages/meilisearch-meilisearch-php)

PHPackages © 2026

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