PHPackages                             gemy/chat-gpt-trans - 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. gemy/chat-gpt-trans

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

gemy/chat-gpt-trans
===================

using for chat-gpt translation

1.0.0(2y ago)023MITPHPPHP &gt;=7.0

Since Feb 18Pushed 2y ago1 watchersCompare

[ Source](https://github.com/mohamedgammal55/chat-gpt-trans)[ Packagist](https://packagist.org/packages/gemy/chat-gpt-trans)[ RSS](/packages/gemy-chat-gpt-trans/feed)WikiDiscussions main Synced 1mo ago

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

[![Chat GPT Translation](logo.svg)](logo.svg)

[![Build Status](https://github.com/laravel/framework/workflows/tests/badge.svg)](https://github.com/mohamedgammal55/chat-gpt-trans/actions)[![Total Downloads](https://camo.githubusercontent.com/b4268419924f4a3c5632621d4d66907a4ce22d2e723e80a625dcfdd220d92067/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f67656d792f636861742d6770742d7472616e73)](https://packagist.org/packages/gemy/chat-gpt-trans)[![Latest Stable Version](https://camo.githubusercontent.com/6075dbaa7363980e8adcb107e3095c33bc6d7bf904efdd61a2ddf01c74dd90e0/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f67656d792f636861742d6770742d7472616e73)](https://packagist.org/packages/gemy/chat-gpt-trans)[![License](https://camo.githubusercontent.com/f64b663c78420e06e99f0fee00f4b1ffaca30adef8e70424f11e27ba09ed5d65/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f67656d792f636861742d6770742d7472616e73)](https://packagist.org/packages/gemy/chat-gpt-trans)

Chat GPT Translation
--------------------

[](#chat-gpt-translation)

Translation library using Chat-gpt

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

[](#installation)

You can install the package via composer:

```
composer require gemy/chat-gpt-trans
```

Edit in env file
----------------

[](#edit-in-env-file)

```
TRANS_KEY=your_chat_gpt_token

```

The code
--------

[](#the-code)

```
use Gemy\ChatGptTrans\App\ChatGptTrans;

class HomeController extends Controller
{
    public function transText()
    {
         $string = "مساج الحجارة الساخنة والأعشاب";
         /// If you don`t need to save it in a file, write it like this
         $text = new ChatGptTrans('en',false);
         ////
          $text = new ChatGptTrans('en',true);
    }
}

```

#### If the response is null then there is an error

[](#if-the-response-is-null-then-there-is-an-error)

###  Health Score

19

—

LowBetter than 10% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity36

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.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

811d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/65c0f0a413d33f9f65ac6b463fcde5c88b7111bbe25ca37687f5852f0f8a9fe0?d=identicon)[mohamed\_gamal\_55](/maintainers/mohamed_gamal_55)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/gemy-chat-gpt-trans/health.svg)

```
[![Health](https://phpackages.com/badges/gemy-chat-gpt-trans/health.svg)](https://phpackages.com/packages/gemy-chat-gpt-trans)
```

###  Alternatives

[wireui/wireui

TallStack components

1.8k1.3M16](/packages/wireui-wireui)[livewire/volt

An elegantly crafted functional API for Laravel Livewire.

4195.3M84](/packages/livewire-volt)[ramonrietdijk/livewire-tables

Dynamic tables for models with Laravel Livewire

21147.4k](/packages/ramonrietdijk-livewire-tables)

PHPackages © 2026

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