PHPackages                             naif/chatgpt-seeder - 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. [Database &amp; ORM](/categories/database)
4. /
5. naif/chatgpt-seeder

ActiveLibrary[Database &amp; ORM](/categories/database)

naif/chatgpt-seeder
===================

A Laravel Nova 4 powerful tool that leverages the capabilities of ChatGPT to automate the generation of realistic and meaningful data for your database seeding need.

v1.0.7(2y ago)948[1 issues](https://github.com/naifalshaye/chatgpt-seeder/issues)MITVuePHP ^7.3|^8.0

Since Jun 30Pushed 2y ago1 watchersCompare

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

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

ChatGPT Seeder
--------------

[](#chatgpt-seeder)

#### A powerful tool that leverages the capabilities of ChatGPT to automate the generation of realistic and meaningful data for your database seeding need.

[](#a-powerful-tool-that-leverages-the-capabilities-of-chatgpt-to-automate-the-generation-of-realistic-and-meaningful-data-for-your-database-seeding-need)

### Features

[](#features)

- Easy data seeding
- Real/fake data options
- Flexible table selection
- Customizable record count
- Detailed column info
- Selective column insertion
- Auto select none nullable columns
- Contextual data description
- Preview data before insertion
- Data regeneration for accuracy
- API rate limit handling using retry count
- Seamless OpenAI API integration
- Customizable configuration
- Display API token usage
- User-friendly interface
- Try catch exception, both backend and frontend

### Requirements

[](#requirements)

- PHP 8.0 or higher
- Nova 4
- OpenAI API Key

### Installation

[](#installation)

You can install the package into a Laravel app that uses Nova 4 via composer:

```
composer require naif/chatgpt-seeder
```

Publish the package's configuration file

```
php artisan vendor:publish --provider="Naif\ChatgptSeeder\ToolServiceProvider"

```

Add the below to .env file:

```
CHATGPT_SEEDER_API_KEY= (OpenAI API Key)
CHATGPT_SEEDER_MAX_TOKENS=1000
CHATGPT_SEEDER_GENERATE_RETRY=3

```

### Usage

[](#usage)

Add the tool to NovaServiceProvider.php

```
  public function tools()
    {
        return [
            new ChatgptSeeder()
        ];
    }

```

### Configuration

[](#configuration)

ChatGPT Seeder's configuration file, located at config/chatgpt-seeder.php
Allows you to set and customize:

- ChatGPT API Key
- Maximum tokens to be used for each request (higher number yields longer data)
- Retry count: Refers to the tool's ability to retry the data request when the returned data is not valid. It will continue retrying until it reaches the maximum retry count, ensuring a valid and accurate result while avoiding too many API requests.

### Steps

[](#steps)

1- Access ChatGPT Seeder Tool from the Laravel Nova dashboard.
2- Fill in the required information, such as:

- Data type (Real or Fake)
- Table Name
- Number of Records
- Data Required Description
- Select any nullable columns.

3- Click the "Generate" button to initiate the data generation process.
4- Data Preview will show up displaying the first 8 records.
5- Click Proceed to insert data to table, or click on Regenerate again until you are satisfied with the result.

### Screenshots

[](#screenshots)

[![](screenshots/home.png)](screenshots/home.png)

[![](screenshots/preview.png)](screenshots/preview.png)

Support:
--------

[](#support)

Bug Tracker:

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance18

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity49

Maturing project, gaining track record

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

1045d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/323a5cbb1087ce4edc9deec40b03736b6d43a3ca205615b346108ed57f58e50e?d=identicon)[naifdev](/maintainers/naifdev)

---

Tags

laraveldatabaseaiopenaiseedernovaartificial intelligenceChatGptnova4text-davinci-003

### Embed Badge

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

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

###  Alternatives

[smousss/laravel-globalize

Make Laravel projects translatable in a matter of seconds!

2266.3k](/packages/smousss-laravel-globalize)

PHPackages © 2026

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