PHPackages                             devrabie/conversation - 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. devrabie/conversation

ActiveLibrary

devrabie/conversation
=====================

php Conversation

v1.0.0(2y ago)04MITPHP

Since Nov 29Pushed 2y ago1 watchersCompare

[ Source](https://github.com/devrabie/Conversation)[ Packagist](https://packagist.org/packages/devrabie/conversation)[ RSS](/packages/devrabie-conversation/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)DependenciesVersions (2)Used By (0)

Conversation
============

[](#conversation)

الوصف
-----

[](#الوصف)

هذه الحزمة توفر الواجهة البرمجية للتطبيقات للتعامل مع بيانات المحادثة باستخدام Redis.

التثبيت
-------

[](#التثبيت)

يمكن تثبيت الحزمة باستخدام Composer:

bash composer require devrabie\\Conversation

الاستخدام
=========

[](#الاستخدام)

استخدم الكلاس `Conversation` للتعامل مع بيانات المحادثة. فيما يلي بعض الأمثلة على كيفية استخدامه:
-------------------------------------------------------------------------------------------------

[](#استخدم-الكلاس-conversation-للتعامل-مع-بيانات-المحادثة-فيما-يلي-بعض-الأمثلة-على-كيفية-استخدامه)

- للتحقق مما إذا كانت الأوامر موجودة لمعرف معين: `$exists = Conversation::iS($id); `
- \*\* لتحديث الحالة والأوامر لمعرف معين:\*\* `Conversation::Update_is($id, $Command, $txt, $Status);`
- \*\* لإيقاف المحادثة لمعرف معين:\*\* `Conversation::stop($id);`

\*\* للحصول على الأمر لمعرف معين:\*\*

`$command = Conversation::getCommand($id);`**5. للحصول على الحالة لمعرف معين:**

`$status = Conversation::getStatus($id);`**6. للحصول على الملاحظات لمعرف معين:**

`$notes = Conversation::getnotes($id);`7. لتحديث التفاصيل لمعرف وحالة معينة:

`Conversation::Updatedeta($txt, $id, $Status);`8. للحصول على التفاصيل لمعرف وحالة معينة:

`$deta = Conversation::getdeta($Status, $id);`9. للحصول على msid:

`$msid = Conversation::getmsid();`10. لتحديث msid:

`Conversation::Updatemsid($id);`11. للحصول على dbid:

`$dbid = Conversation::getdbid();`

الترخيص
-------

[](#الترخيص)

هذه الحزمة مرخصة تحت رخصة MIT.

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity42

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

901d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/6caafbff4d85000c26aa3de7c8d3ce37b36a0050093540c66ac279e9b7a094de?d=identicon)[devrabie](/maintainers/devrabie)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/devrabie-conversation/health.svg)

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

PHPackages © 2026

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