PHPackages                             danilocgsilva/data-to-seed-laravel - 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. danilocgsilva/data-to-seed-laravel

ActiveLibrary

danilocgsilva/data-to-seed-laravel
==================================

0.1.2(1y ago)014PHP

Since Jul 31Pushed 1y ago1 watchersCompare

[ Source](https://github.com/danilocgsilva/data_to_seed_laravel)[ Packagist](https://packagist.org/packages/danilocgsilva/data-to-seed-laravel)[ RSS](/packages/danilocgsilva-data-to-seed-laravel/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (2)Versions (6)Used By (0)

Usage example
=============

[](#usage-example)

```
use Danilocgsilva\DataToSeedLaravel\StringGenerator;
.
.
.

$stringGenerator = new StringGenerator();

$databaseName = "your_existing_database";
$tableName = "your_existing_table";

$stringGenerator->setDatabaseName($databaseName);
$stringGenerator->setTableName($tableName);

return $stringGenerator->generate();

```

Will generate the handle method content, like:

```
DB::table('your_existing_table')->insert([
    'CODIGO_DO_PRODUTO' => '1000889',
    'NOME_DO_PRODUTO' => 'Sabor da Montanha - 700 ml - Uva',
    'EMBALAGEM' => 'Garrafa',
    'TAMANHO' => '700 ml',
    'SABOR' => 'Uva',
    'PRECO_DE_LISTA' => '6.309',
]);
DB::table('your_existing_table')->insert([
    'CODIGO_DO_PRODUTO' => '1002334',
    'NOME_DO_PRODUTO' => 'Linha Citros - 1 Litro - Lima/Limão',
    'EMBALAGEM' => 'PET',
    'TAMANHO' => '1 Litro',
    'SABOR' => 'Lima/Limão',
    'PRECO_DE_LISTA' => '7.004',
]);
DB::table('your_existing_table')->insert([
    'CODIGO_DO_PRODUTO' => '1002767',
    'NOME_DO_PRODUTO' => 'Videira do Campo - 700 ml - Cereja/Maça',
    'EMBALAGEM' => 'Garrafa',

```

###  Health Score

21

—

LowBetter than 19% of packages

Maintenance34

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity33

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

Every ~1 days

Total

5

Last Release

647d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/2ad55fc7c059e64041425642f4d7e957e62fd3ee5e8811486287a0e07d3199e6?d=identicon)[danilocgsilva](/maintainers/danilocgsilva)

---

Top Contributors

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

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/danilocgsilva-data-to-seed-laravel/health.svg)

```
[![Health](https://phpackages.com/badges/danilocgsilva-data-to-seed-laravel/health.svg)](https://phpackages.com/packages/danilocgsilva-data-to-seed-laravel)
```

PHPackages © 2026

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