PHP Package: orangehill/iseed

ISEED is a Laravel package that provides a simple way to generate seeders from your existing database with foreign key constraints.

Current Version: 3.1.1
Last Updated: 2025-03-04
PHP Requirement: ^7.2|^8.0.2
Dependencies:
laravel/framework
⚠️ To ensure full functionality, the above dependencies might be required.

Package Description

ISEED is an efficient Laravel package designed to simplify the process of generating seeders using your current database schema, including tables with foreign key relationships. It allows for seamless data migration and is a valuable tool for developers working on database projects.

🔗 View on GitHub

Download Latest Version: 3.1.1

Download Download v3.1.1

Code Integration Example

Make sure to include the correct namespace and class paths for proper usage.

<?php
// Example from PHPlibraries.com
require_once 'libs/orangehill/iseed/3.1.1/loader.php';
require_once 'libs/laravel/framework/{lib_version}/loader.php';

use Orangehill\Iseed\IseedCommand;

$obj = new IseedCommand();
echo '✅ Test OK: ' . get_class($obj);
?>

We aim to make using PHP packages easier without Composer. If something doesn't work, let us know — we'll fix it promptly.

Community Discussion

Ask questions, share tips, or report issues below.