Libraries tagged by seeds
alasit/gardener
224 Downloads
Smart seeders for Laravel. created and developed by gizburdt
codesleeve/fixture-l4
1242 Downloads
A simple, easy to use fixture library for Laravel 4
polygontech/data-migration-laravel
619 Downloads
Migration utility for creating or changing data in production
tomatophp/tomato-locations-module
651 Downloads
Database seeds for Locations plugin for TomatoPHP
tomatophp/tomato-locations
2398 Downloads
Database seeds for Locations plugin for TomatoPHP
ravage84/cakephp-fake-seeder
4520 Downloads
A shell to seed your database with fake and/or fixed data.
rafwell/laravel-municipios
19 Downloads
Municípios e UFS para Laravel com Models, Migrations e Seeds.
kushy/metrc-php-sdk
85 Downloads
An easy to use PHP API for the METRC state licensed seed to sale cannabis API using the Guzzle library. Require, create new instance with API keys, and query any endpoint (GET, POST, PUT, DELETE)
killmenot/undo-seeder-laravel
9 Downloads
A way to rollback seeds in Laravel
kdbz/kenya-county
395 Downloads
A laravel package that creates and seeds Kenya's county,subcounty and wards lookup tables to a MySQL database
etsetra/laravel-migration-shield
1 Downloads
Protects production environments by preventing the execution of dangerous migration and seeding commands like migrate:fresh, migrate:refresh, migrate:rollback, db:seed, and db:wipe.
edsonalvesan/laravel-citiesbr
1169 Downloads
Pacote Laravel de Cidades e Estados brasileiros com migrations, models e seeds.
devitek/torrent-fake-seeder
114 Downloads
Fake a torrent's seed
crimsonkissaki/mockmaker
44 Downloads
Whether you call them doubles, stubs, mocks, partials, fakes, or something else there are times when a mocking library such as PHPUnit's mockBuilder, Mockery, Prophecy, etc. just doesn't do exactly what you need or want. Sometimes you just need a concrete class implementation to run through the unit test wringer or a full end to end functional unit test suite. MockMaker aims to simplify the process of generating concrete fake ORM entity objects. Flexible and extendable, the generated seed code can be altered to suit your particular project with relative ease. That means after the initial setup you can re-run MockMaker for any new entities that get added in or update existing entities that change with little to no fuss. What's more, once MockMaker has made your files it's done; you don't have to include it in your code base and can use the generated files like any other project class.
backendtea/phinx-csv-seeder
2223 Downloads
A simple way to seed your database from a csv file using phinx