Download the PHP package mmo/faker-cli without Composer
On this page you can find all versions of the php package mmo/faker-cli. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download mmo/faker-cli
More information about mmo/faker-cli
Files in mmo/faker-cli
Informations about the package faker-cli
Faker Command Line Tool
This project is a fork of bit3archive/faker-cli, which is no more maintained - see comment
Faker is a PHP library that generates fake data for you. This is a command line tool for easy generation of fake data in a static way.
Usage
As a Phar (Recommended)
You can find the latest phar on the releases page.
As a Composer Install
Parameters and arguments
Single value generator example
Multi value generator example
Output formats
You can use different output formats by definint the --format
option. JSON is the default format.
JSON output
XML output
CSV output
PHP output
printf and vprintf output
The printf and vprintf output are mostly equal. But printf
is designed for single value generator types e.g. safeEmail
and vprintf
is designed for multi value generator types e.g. words 5
.
You can also use printf
with multi value generator types, which will joined by the --delimiter
char, which is ,
by default.
It is recommend to use the --enclosure
option. each occurrence of the --enclosure
char will be escaped with the --escape
char, which is \\
by default.
Completion
Currently only bash is supported. Your faker-cli.php
or faker.phar
must be in your PATH
env.
Phar
You must download https://raw.githubusercontent.com/morawskim/faker-cli/master/completions/bash_completion.sh
somewhere and source this file in .bashrc
Composer
You only need source completions/bash_completion.sh
in your .bashrc
Build your own Phar
Install and run php-box:
License
Faker Command Line Tool is released under the MIT Licence. See the bundled LICENSE file for details.