Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rafaelcalleja/fake-generator


https://github.com/rafaelcalleja/fake-generator

Last synced: 7 days ago
JSON representation

Awesome Lists containing this project

README

        

# PHP Fake Generator

#[![Build Status](https://travis-ci.org/rafaelcalleja/fake-generator.svg?branch=master)](https://travis-ci.org/rafaelcalleja/fake-generator)

## Usage

```php
use FakeGenerator\Generator;

$generator = new Generator('PREFIX', 10);

$value = (string) $generator;

echo $value;

//print PREFIXAbvfD2$ssd
```