PHPackages                             innovination/chatgpt - 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. innovination/chatgpt

ActiveLibrary[API Development](/categories/api)

innovination/chatgpt
====================

a simple laravel package to communicate with chatgpt

1.0.1(1y ago)044↓50%MITPHP

Since Aug 21Pushed 1y ago1 watchersCompare

[ Source](https://github.com/viditgoyal3009/composer-chatgpt)[ Packagist](https://packagist.org/packages/innovination/chatgpt)[ RSS](/packages/innovination-chatgpt/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (3)Used By (0)

Chatgpt package
===============

[](#chatgpt-package)

This Composer package allows you to chat with OpenAPI's Chatgpt API

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

[](#installation)

To install this package, you can use Composer. Run the following command in your project directory:

```
composer require innovination/chatgpt

```

Usage
-----

[](#usage)

To use this package, follow these steps:

1. Import the package into your PHP file:

```
use Innovination\Chatgpt;
```

2. Add GPT keys to your `.env` file

```
GPT_API_KEY='your-api-key'
GPT_MODEL_NAME='your-preferred model (ex. gpt-3.5-turbo-0125)'
```

3. Create an instance of the `Chatgpt` class:

```
$obj = new Chatgpt();
$audio_path = 'link to audio';
$transcription = $obj->audioToText($audio_path);
```

4. Convert audio to text:

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance34

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

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 ~0 days

Total

2

Last Release

635d ago

### Community

Maintainers

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

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/innovination-chatgpt/health.svg)

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

###  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.9M272](/packages/twilio-sdk)[facebook/php-business-sdk

PHP SDK for Facebook Business

90821.9M34](/packages/facebook-php-business-sdk)[meilisearch/meilisearch-php

PHP wrapper for the Meilisearch API

74513.7M114](/packages/meilisearch-meilisearch-php)[google/gax

Google API Core for PHP

265103.1M454](/packages/google-gax)[google/common-protos

Google API Common Protos for PHP

173103.7M50](/packages/google-common-protos)

PHPackages © 2026

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