rams007 / fake-name-generator
Simple wrapper to work with fakenamegenerator.com
v1.1.1
2019-03-25 14:16 UTC
Requires
- php: >=5.3.0
- ext-curl: *
This package is auto-updated.
Last update: 2025-01-26 03:48:39 UTC
README
Installation
To add this package to your project, you can install it via composer by running
composer require rams007/fake-name-generator
Or you can just download all files and put it to your project folder.
Usage
Here is a quick example how to use this package:
use FakeNameGenerator\FakeNameGeneratorAPI; $IdentityGenerator = new FakeNameGeneratorAPI(); $identity = $IdentityGenerator->getRandom();