2017 © Pedro Peláez
 

library fakedata

Generates fake data based on locale

image

enrise/fakedata

Generates fake data based on locale

  • Thursday, June 26, 2014
  • by rtuin
  • Repository
  • 13 Watchers
  • 0 Stars
  • 114 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Archived and unmaintained

This is an old repository that is no longer used or maintained. We advice to no longer use this repository., (*1)

Original README can be found below:

Enrise fake data generator classes

Generates fake, localized data. Currently only supports invalid and valid dutch IBAN numbers. Currently only supports invalid and valid IBAN numbers., (*2)

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., (*3)

Other types of localized data

For other types of (localized) fake data, please refer to fzaninotto/Faker., (*4)

Examples

Please see the tests for some up-to-date examples., (*5)

Contributing

New localizations of the fake data this library provides is always welcome., (*6)

Keep in mind that your contributions comply to the following standards:, (*7)

  1. PSR-2 for code style
  2. PSR-4 for autoloading
  3. Your contributions contain tests

You can easily verify this by running phing (after installing composer dev dependencies):, (*8)

$ vendor/bin/phing

Brought to you by Enrise — Code Cuisine, (*9)

The Versions