This is the repo for the downloadable version of generatedata.com. The script is basically an engine to generate any sort of random data in any format. It currently comes with 30 or so Data Types (types of data it generates), plus 8 Export Types (formats for the data), but it can be extended in any way you want. Check out the developer documentation for that. If you need to generate random data programmatically rather than manually via the UI, you can use the REST API.
Generally the trunk is pretty stable, but it's not guaranteed. If you're downloading the script, get the most recent tag: https://github.com/benkeen/generatedata/releases
- PHP 5.3 or any later version of PHP 5.
- MySQL 4.1.3 or later
For installation instructions, user and developer documentation, check out: http://benkeen.github.io/generatedata/
Installation is really, really simple. I deliberately wrote the script to be as self-contained as possible and not require additional PHP/Server configuration when setting it up. That said, it does require PHP 5.3.0 or later. See the documentation for more info.
- Check out Maxime Visonneau's repo for a Docker packaged version of this script.
- Also: @LaiNathaniel's repo
- And Andy Shinn's instructions
There's also a pre-packaged Vagrant solution found here, courtesy of Daragh Courtney.
Test coverage is pretty weak right now! I'm in the midst of adding phpunit tests and integrating it with Travis, but it's going to be a little hairy for a while just yet.
Please see the issues tagges as feature requests for a list of things that are still left to complete on this project. Help is always welcome!
This script is freely available under the GPL 3 license. See license.txt in the root folder. Please note that all contributors agree that all code is released under this license.
In addition to the many fine folk who submit bug reports, a big thanks to the following for their help extending the script: https://github.com/benkeen/generatedata/graphs/contributors
3.4.0 - Nov 16, 2019
- Misc updates,
- new inject SQL feature added. Great work, @harish81!
- https://github.com/benkeen/generatedata/milestone/25?closed=1
3.3.1 - July 18, 2019
3.3.0 - July 1, 2019
- misc bug fixes
3.2.8 - Sep 12, 2017
- misc bug fixes
3.2.7 - Jul 29, 2017
- "Computed" Data Type added.
- misc bug fixes
3.2.6 - Apr 17, 2017
- misc bug fixes: https://github.com/benkeen/generatedata/milestone/20?closed=1
3.2.5 - Apr 16, 2016
- bug fixes: https://github.com/benkeen/generatedata/issues?utf8=%E2%9C%93&q=milestone%3A3.2.3+ - thanks for your help, Conrad Hagemans!
- "Precision" option added to Normal Distribution Data Type - thanks @aevans84.
- generation of complex JSON structures added by Tony OHagan. See: https://github.com/benkeen/generatedata/tree/master/plugins/exportTypes/JSON#generating-complex-objects
3.2.4 - Dec 6, 2015
- patch release for per-user settings.
3.2.3 - Nov 15, 2015
- SIRET/SIREN Data Type added (French business numbers) added. Merci, Fabrice Marquès!
- Bug fixes: https://github.com/benkeen/generatedata/issues?utf8=%E2%9C%93&q=milestone%3A3.2.3+
3.2.2 - Nov 12, 2015
- The plugins (Data Types, Export Types, Countries) seen in the interface may not be configured on a per-user level.
- Installation script updated to allow customization of plugin selection.
3.2.1 - May 25, 2015
- Configuration history option added to store the last 200 (this is configurable) versions of a data set. In case of data loss, you can now revert to an older version very simply.
- Assorted bug fixes, including some improvements to the installation script.
3.2.0 - Jan 29, 2015
- Adds a new REST API as an alternative way to generate data. See the API Documentation for more information.
3.1.4 - Sept 6, 2014
- Chinese language file added, thanks to Zhao Yang
- PAN, Track 1 and Track 2 data type updates, courtesy of Zeeshan Shaikh
- Turkey Country plugin added
- Bug fixes: https://github.com/benkeen/generatedata/issues?q=milestone%3A3.1.4+is%3Aclosed
3.1.3 - July 20, 2014
- Misc data generation efficiency improvements
- Batch Size SQL export option added by Anton Nizhegorodov
- Poland, Nigeria Country plugins added
- Bug fixes: https://github.com/benkeen/generatedata/issues?milestone=13&page=1&state=closed
3.1.2 - July 12, 2014
3.1.1 - Jan 31, 2014
- New credit card data types: PAN, PIN, CVV, Track 1 and Track 2 courtesy of Zeeshan Shaikh
- INSERT IGNORE option added to the SQL Export Type, thanks to Ap.Mathu
- Bug fixes: https://github.com/benkeen/generatedata/issues?milestone=11&page=1&state=closed
3.1.0 - Dec 19, 2013
- Bug fix for accidental short-tags that were introduced in earlier code
3.0.9 - Dec 11, 2013
- Compression option added to reduce download sizes, courtesy of Manu Ullas - thanks!
- New credit card Data Type, thanks to rsicher1
- You can now make copies of Data Sets, via the main dialog window. Just check a single row and click "Copy Data Set" button.
- CodeMirror updated to v3.2.0
- Bug fixes: https://github.com/benkeen/generatedata/issues?milestone=9&page=1&state=closed
3.0.8 - Oct 28, 2013
- International Bank Numbers - thanks, Joeri Noort!
- PostgreSQL database support added to SQL Export Type
- Bug fixes: https://github.com/benkeen/generatedata/issues?milestone=8&page=1&state=closed
3.0.7 - Sept 7, 2013
- LDIF Export Type support - thanks, Marco Corona!
- Proper (genuine!) French translation courtesy of Michel Roca
- Optional JS, CSS minimization and bundling via Grunt. See help documentation for more information: http://benkeen.github.io/generatedata/developer.html#bundling
- PHP 5.5 compatibility fixes: database connection now with mysqli; Generator class renamed to DataGenerator due to naming conflict
- Bug fixes: https://github.com/benkeen/generatedata/issues?milestone=7&page=1&state=closed
3.0.6 - Aug 1, 2013
- Costa Rica Country plugin, Phone-Regional Data Type added, courtesy of Andre Fortin
- bug fixes, see: https://github.com/benkeen/generatedata/issues?milestone=6&page=1&state=closed
3.0.5 - July 13, 2013
- Currency Data Type added
- Assorted bug fixes, see: https://github.com/benkeen/generatedata/issues?milestone=5&page=1&state=closed
3.0.4 - July 2nd, 2013
- Italy Export Type, courtesy of Marcello Verona
- Regional Names Data Type added, data for Italy and France from Marcello Verona
3.0.3 - June 23, 2013
- Bug fixes. See: https://github.com/benkeen/generatedata/issues?milestone=3
3.0.2 - June 12, 2013
- Spanish translation and Country plugin added (thanks, @robarago!)
- bug fixes, other updates: https://github.com/benkeen/generatedata/issues?milestone=2&state=closed
3.0.1 - June 1st, 2013
- MSSQL support added (thanks, Kent!)
- Assorted bug fixes / updates. See: https://github.com/benkeen/generatedata/issues?milestone=1&state=closed
3.0.0 - May 21st, 2013
- Initial release
Ben Keen @vancouverben