PHPackages                             strawberrydev/wimd - 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. strawberrydev/wimd

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

strawberrydev/wimd
==================

Where Is My Data - A Laravel seeder monitoring package

v2.1.4-alpha(11mo ago)19MITPHPPHP ^8.1|^8.2|^8.3

Since Jun 15Pushed 11mo agoCompare

[ Source](https://github.com/strawberry-development/WIMD)[ Packagist](https://packagist.org/packages/strawberrydev/wimd)[ RSS](/packages/strawberrydev-wimd/feed)WikiDiscussions main Synced 1mo ago

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

[![Cover](/.github/header.jpg)](/.github/header.jpg)

[![Latest Version on Packagist](https://camo.githubusercontent.com/399a9e6f9f18195adc519f3809c29ff7f1535e5bd94adf3e73737c12a555f3a2/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f737472617762657272796465762f77696d642e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/strawberrydev/wimd)[![Total Downloads](https://camo.githubusercontent.com/3516c4e81f578b0ceaf7c4772242ba50322bd64c2a24fb4d54dd0a1c5bc5a110/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f737472617762657272796465762f77696d642e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/strawberrydev/wimd)[![License](https://camo.githubusercontent.com/2ef3031298e223093e50900c71ce8223a26b93c853e9f0dc487577eeb9e8a156/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f737472617762657272796465762f77696d642e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/strawberrydev/wimd)

Introduction
------------

[](#introduction)

Have you ever wondered where your data is while seeding? Me too. That's why there's WIMD (Where Is My Data), a Laravel package that enhances your database seeding process with monitoring. It provides real-time tracking of seeding performance, detailed metrics, and insightful reporting to help you optimize your database seeding operations.

Warning
-------

[](#warning)

**This is the first release and *not a stable version*. It is meant to showcase the current state of the project and its progress. Updates will be made.**
Some features don't work yet and will be properly implemented in future updates.

Requirements
------------

[](#requirements)

- PHP 8.1+
- Laravel 9.0+

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

[](#installation)

You can install the package via composer:

```
composer require strawberrydev/wimd
```

Or for alpha version

```
composer require strawberrydev/wimd:"dev-main"

```

Configuration
-------------

[](#configuration)

Publish the configuration file using:

```
php artisan vendor:publish --tag=wimd-config
```

This will create a `config/wimd.php` file where you can customize the package behavior.

Usage
-----

[](#usage)

### DatabaseSeeder

[](#databaseseeder)

```
