# Faker
**Homepage**:
Library to generate arbitrary names, dates, currencies, useful for [[Unit tests]] and [[Mock APIs]].
Comes in different languages:
- **[[PHP]]**: [GitHub - fzaninotto/Faker: Faker is a PHP library that generates fake data for you](https://github.com/fzaninotto/Faker)
- **[[Python]]**: [Welcome to Faker’s documentation! — Faker 13.13.0 documentation](https://faker.readthedocs.io/en/master/)
- **[[Javascript]]**: [Faker | Faker](https://fakerjs.dev)
- [[golang]]: [GitHub - brianvoe/gofakeit: Random fake data generator written in go](https://github.com/brianvoe/gofakeit)
We use the [[Javascript]] version at [[The Tree Center]] to create fake data for the [[Storybook.js]] [[Mock APIs]].