Libraries tagged by test data generator
phpunit/otr-report
23 Downloads
Generates reports from test result data in the Open Test Reporting (OTR) format produced by PHPUnit
joshmoody/mock-data
243 Downloads
Generate realistic test data.
prog-time/laravel-request-testdata
22 Downloads
A Laravel package for automatically generating test request data based on validation rules.
spryker-sdk/manifest-test-data-provider
4051 Downloads
Data provider for manifests generation and integration tests
wpify/mawis-api-php-sdk
1117 Downloads
**Popis api pro synchronizaci** dat z Wordpress (*Mawis.eu*) na jednotlivé endpointy (*UR/MWP*) na které se budou odesílat data o **registrovaných a upravených uživatelích a provedených nákupech**. Adresy endpointů se nastavují v konfiguraci WordPress, viz administrační příručka.
rewards-wise/mx-sdk-php
385 Downloads
The MX Platform API is a powerful, fully-featured API designed to make aggregating and enhancing financial data easy and reliable. It can seamlessly connect your app or website to tens of thousands of financial institutions.
cdma-numiscorner/ebay-metadata-sdk
14 Downloads
The Metadata API provides crucial configuration details necessary for managing listings across various eBay marketplaces. This includes retrieving detailed eBay category listing policies, such as supported item conditions and multiple-variation structures; accessing sales tax jurisdiction information for setting up tax tables in supported countries; and obtaining hazardous material and product safety label data for regulatory compliance in listing flows. The API is essential for sellers and developers needing up-to-date, marketplace-specific policy and jurisdictional information to accurately create and manage their listings.
cbeyersdorf/easybill
4 Downloads
The first version of the easybill REST API. [CHANGELOG](https://api.easybill.de/rest/v1/CHANGELOG.md) ## Authentication You can choose between two available methods: `Basic Auth` or `Bearer Token`. In each HTTP request, one of the following HTTP headers is required: ``` # Basic Auth Authorization: Basic base64_encode(':') # Bearer Token Authorization: Bearer ``` ## Limitations ### Request Limit * PLUS: 10 requests per minute * BUSINESS: 60 requests per minute If the limit is exceeded, you will receive the HTTP error: `429 Too Many Requests` ### Result Limit All result lists are limited to 100 by default. This limit can be increased by the query parameter `limit` to a maximum of 1000. ## Query filter Many list resources can be filtered. In `/documents` you can filter e.g. by number with `/documents?number=111028654`. If you want to filter multiple numbers, you can either enter them separated by commas `/documents?number=111028654,222006895` or as an array `/documents?number[]=111028654&number[]=222006895`. **Warning**: The maximum size of an HTTP request line in bytes is 4094. If this limit is exceeded, you will receive the HTTP error: `414 Request-URI Too Large` ### Escape commas in query You can escape commans in query `name=Patrick\, Peter` if you submit the header `X-Easybill-Escape: true` in your request. ## Property login_id This is the login of your admin or employee account. ## Date and Date-Time format Please use the timezone `Europe/Berlin`. * **date** = *Y-m-d* = `2016-12-31` * **date-time** = *Y-m-d H:i:s* = `2016-12-31 03:13:37` Date or datetime can be `null` because the attributes have been added later and the entry is older.
denheck/faker-context
6296 Downloads
Behat context for generating test data
umbalaconmeogia/php-test-data
3 Downloads
Utility to generate test data.
doctrine-fixtures/data-generation-bundle
6 Downloads
Generate test data for development and testing
random-test/generate-data
7 Downloads
create random data include phone address
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.
klevutest/module-search-test
5 Downloads
Search data that learns, generates sales. Fastest, most advanced cloud-based search, autocomplete, instant search
yuriy-sorokin/boundary-data-faker
28 Downloads
A library to generate boundary condition values for your tests