A simple library to generate dummy data for testing purposes

1.3.0 2025-04-19 19:25 UTC

This package is auto-updated.

Last update: 2025-04-30 11:07:57 UTC


README

A simple library to generate dummy data for testing purposes.

Requirements

  • PHP >= 8.2
  • ext-ctype
  • fakerphp/faker ^1.23

Installation

You can install the library via Composer:

composer require --dev 3littlebits/dummy

Usage

You can use the functions provided by the library importing the Dummy class in your composer.json file:

...
"autoload-dev": {
    "files": [
        "vendor/3littlebits/dummy/Dummy.php"
    ]
},
...

License

This library is licensed under the MIT License. Please see the LICENSE file for details.

Authors