Skip to content

lingtalfi/TinyBullsheeter

Repository files navigation

TinyBullsheeter

2019-08-14 -> 2021-03-05

A helper to generate fake data for a database.

This is part of the universe framework.

Install

Using the planet installer via light-cli

lt install Ling.TinyBullsheeter

Using the uni command.

uni import Ling/TinyBullsheeter

Or just download it and place it where you want otherwise.

Summary

How does it work?

Call the different methods of the class:

Note: this is an update on my previous BullSheet repository. The problem I had with BullSheet was that it requires you to setup a directory containing all the fake data, while I wanted a tool that could generate random data without me to setup anything. So TinyBullsheeter does just that: it generates data for you, you don't have to prepare anything, just call the methods.

Examples

This code:

for ($i = 1; $i <= 10; $i++) {
    a(TinyBullsheeterTool::getRandomPseudo());
}

Will produce something like this:

string(6) "rashes"

string(12) "sanchez.ella"

string(16) "madison-phillips"

string(8) "lil_dove"

string(8) "paradise"

string(9) "foxy_lady"

string(14) "grayson_tucker"

string(8) "lifeline"

string(11) "camila-gray"

string(8) "lane_eva"

Related

  • BullSheet: the big brother of TinyBullsheeter.

History Log

  • 1.0.4 -- 2021-05-31

    • Removing trailing plus in lpi-deps file (to work with Light_PlanetInstaller:2.0.0 api
  • 1.0.3 -- 2021-03-05

    • update README.md, add install alternative
  • 1.0.2 -- 2020-12-08

    • Fix lpi-deps not using natsort.
  • 1.0.1 -- 2020-12-04

    • Add lpi-deps.byml file
  • 1.0.0 -- 2019-08-14

    • initial commit

About

A helper to generate fake data for a database.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages