Databug is a PHP class that is able to generate random data sets from sample
data. It is especially useful for testing PHP scripts and applications under
development. It has been specifically designed to use flat data files and not
require a database connection.
The data generated by this class is currently oriented toward developers in the
United States. (For instance, the default profile generator includes a zip code
element.) But the class's underlying methods should be able to be easily adapted
to various other national and international data types when primed with the appropriate
public data sources.
An online demo of the script is available at:
http://klenwell.net/databug/demo.php
A wiki for databug has been established at databug.pbwiki.com. You are welcome
to contribute to it. The password is available through mushpup.org:
m{databug.pbwiki.com > databug}l10
See this page for more info on mushpup notation:
http://mushpup.org/wiki/wikka.php?wakka=MushpupNotation
Please feel free to contact me with any comments or questions.
Tom (klenwell@gmail.com)
Databug Links
------------
google code home: http://code.google.com/p/databug/
phpclasses page: http://www.phpclasses.org/browse/package/3287.html
databug wiki: http://databug.pbwiki.com/
databug blog: http://databugger.blogspot.com/
|