Libraries tagged by mock-data
mcustiel/mockable-datetime
566562 Downloads
A DateTime library that allows mock dates and times in UnitTests.
envms/fluent-test
779 Downloads
A library for testing FluentPDO with mock data and classes
unclecheese/mock-dataobjects
3730 Downloads
Allows DataObjects to self-populate intelligently using fake data
joshmoody/mock-data
243 Downloads
Generate realistic test data.
oluokunkabiru/auto-seeder
14 Downloads
Intelligent automated PHP database seeder for Laravel that introspects schema architectures to instantly populate precise Fake data natively adhering to Types, ENUM fields, and Foreign Key Constraints.
credit-base/mock-data-generate
218 Downloads
mock data generate
dbx12/yii2-mock-database
50 Downloads
Mock connection for the Yii2 database connection. This connection can be configured to fail operations for testing purposes.
supravatm/magento2-module-fake-data-api
3 Downloads
A lightweight and non-intrusive(no DB bloat unless you extend it to save) Magento 2 module to generate fake customers, products, and orders via GraphQL & REST APIs.
saicosys/cakephp-fake-data-plugin
1 Downloads
Fake data generator plugin for CakePHP
opendsr/seedfaker
24 Downloads
Deterministic synthetic data generator — 200+ fields, 68 locales
maatify/data-fakes
489 Downloads
Complete fake simulation layer for MySQL, DBAL, Redis, and Mongo adapters.
tomener/phpmock
10 Downloads
phpmock is a simulation data generator, mock data generator
northrook/dev-env
287 Downloads
Useful tools and mock data.
laratusk/pictomock
3 Downloads
Lightweight fake/placeholder image generator for PHP testing and mock data. Supports SVG, PNG, JPEG, GIF, WebP. Framework-agnostic with Laravel integration.
jeontwikkeling-nl/ltisaas_client_api_php
30 Downloads
A brief overview of the API versions: v0: This version is solely for testing and does not interact with the database, nor does it involve any validation. It simply serves mock data. v1: This is the official version of the LtiSaas API, intended for production use. Please be informed that when testing version v0, the HTTP Access-Token header should be set with the value 'dummy'. Also, please note that the API has a limit of 2500 results per response. Additionally, all webservices support both POST and GET requests. However, the POST method is required when uploading files.