enrise / fakedata
Generates fake data based on locale
Requires (Dev)
- phing/phing: dev-master
- phpmd/phpmd: dev-master
- phpunit/phpunit: 4.1.*
- sebastian/phpcpd: 2.0.1
- squizlabs/php_codesniffer: 1.5.3
Suggests
- fzaninotto/faker: Can generate other types of fake localized data
This package is not auto-updated.
Last update: 2022-02-01 12:36:23 UTC
README
Generates fake, localized data. Currently only supports invalid and valid dutch IBAN numbers. Currently only supports invalid and valid IBAN numbers.
IBAN generation
This library generates dutch IBAN numbers that are truly valid. They comply to the dutch Elfproef when required. It also generates invalid IBAN numbers, if you need some of those.
Other types of localized data
For other types of (localized) fake data, please refer to fzaninotto/Faker.
Examples
Please see the tests for some up-to-date examples.
Contributing
New localizations of the fake data this library provides is always welcome.
Keep in mind that your contributions comply to the following standards:
- PSR-2 for code style
- PSR-4 for autoloading
- Your contributions contain tests
You can easily verify this by running phing (after installing composer dev dependencies):
$ vendor/bin/phing
Brought to you by Enrise — Code Cuisine