Libraries tagged by data_factory
petersowah/laravel-factory-dumps
5 Downloads
Export Laravel factory data to CSV or Excel files
php-circle/entity-factory-generator
7 Downloads
Doctrine entity factory generator for test data
asticode/php-data-mapper
1345 Downloads
Mapper and Repository factories that implements the Data Mapper structure
mbict/factory
9 Downloads
Class factory manager for creating fake data models for testing
popov/zfc-data-grid-plugin
227 Downloads
ZF module manager which extend possibility of ZfcDatagrid
kmuenkel/concept-factory
132 Downloads
Auto-generate dummy data with realistic relationships per Model-like config classes
dev-lucid/factory
49 Downloads
A loader for dividing up code into 5 categories: models, views, controllers, rulesets, and helpers. Models are provided by Paris (https://packagist.org/packages/j4mie/paris). Views, controllers, and helpers are basically empty classes waiting for you to add your own functionality. Rulesets provide a way to validate data both client side and server side.
binarysolutions/test-data-blueprints
2 Downloads
Laravel package for reusable scenario-based test datasets beyond factories and seeders.
wieni/wmmodel_factory
5504 Downloads
Define factories that allow you to generate entities with certain fields, filled with random data
battis/pdo-factory
77 Downloads
Lightweight PDO data object manager
tijmen-wierenga/bogus
1472 Downloads
The dummy data factory
vgirol/jsonapi-faker-laravel
259 Downloads
This package provides a factory to generate fake data using Laravel and the JSON:API specification.
vgirol/jsonapi-faker
417 Downloads
This package provides a factory to generate fake data using the JSON:API specification.
tommyknocker/struct
8 Downloads
PHP Structure helper with typed properties and attributes
mf1dd/object-builder
1 Downloads
Automatically creates fully populated PHP object instances with random, type-safe values. Designed for test fixtures and runtime object generation. Supports all PHP class types — regular classes, readonly classes, abstract classes, enums, traits, interfaces, and built-in stock classes like DateInterval or ArrayObject. Recursively resolves nested object graphs, detects property names for semantically meaningful values (timezone, email, firstname …), and offers constraint-based value ranges via a fluent API. No framework required; zero runtime dependencies beyond nikic/php-parser. PHP 8.2+.