3littlebits / dummy
A simple library to generate dummy data for testing purposes
Installs: 317
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Forks: 0
pkg:composer/3littlebits/dummy
Requires
- php: >=8.2
 - ext-ctype: *
 - fakerphp/faker: ^1.23
 - ramsey/uuid: ^4.7
 
Requires (Dev)
- phpunit/phpunit: ^10
 
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
- Cisco Delgado fdelgados@gmail.com