Libraries tagged by data feed
m-jch/date
638 Downloads
Fix all needs to date in php
motivast/wp-cli-seed-command
11019 Downloads
WP CLI Seed Command is an extension for WP-CLI to seed database with sample data
softheroes/migratable-seeder
4557 Downloads
Versioned, environment-based Seeders in Laravel. Seed your database with the right data for the right environment.
diecoding/yii2-seeder
7672 Downloads
Create fast-fill database with fake data or bulk data for Yii2
cable8mm/xeed
2019 Downloads
The Xeed is to generate new model, seed, Nova resource, database seed, factory and migration files for Laravel & Nova based on data from the existing database table.
diegohq/laravel-seeder
32674 Downloads
Versioned, environment-based Seeders in Laravel. Used while original does not update to Laravel 5.7
cheesegrits/iseed
1768 Downloads
This is a fork of the SchuBu/iseed of the original package Orangehill/Iseed. Generate a new Laravel database seed file based on data from the existing database table.
vi-kon/laravel-db-exporter
36995 Downloads
Database table structure and data exporter to migration and seed files
zeedhi-inc/serializer
43826 Downloads
Library for (de-)serializing data of any complexity; supports XML, JSON, and YAML.
goldinteractive/craft-publisher
8119 Downloads
Publisher X enables you to publish saved Drafts on a future date without the need to handle the cache expiration logic. The cronjob handles the publication and the cache invalidation.
guava/laravel-populator
1110 Downloads
A laravel package for seeding testing and production data.
dominicwatts/faker
3372 Downloads
Console based fake data generator - just generate what you need
easy2dev/multi-tenant-wizard
302 Downloads
Easy2Dev Laravel Tenant Migrate is a Laravel package designed to simplify database migration for multi-tenant applications, particularly those employing PostgreSQL databases. This package streamlines the migration process for Software as a Service (SaaS) web applications where tenant data is stored in separate databases. It eliminates the need to manually adjust database configuration files for each tenant, offering a scalable solution for database management.
bfinlay/laravel-excel-seeder-test-data
5025 Downloads
Test data for laravel-excel-seeder
digitaldream/data-converter
9152 Downloads
In web application we need to convert data from one type to another. For example, array to excel file or excel file to array.