PHPackages                             larsbadke/stock-faker - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. larsbadke/stock-faker

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

larsbadke/stock-faker
=====================

Stock-Faker is a PHP library that generates fake stock data for you.

222PHP

Since Aug 10Pushed 9y ago1 watchersCompare

[ Source](https://github.com/larsbadke/stock-faker)[ Packagist](https://packagist.org/packages/larsbadke/stock-faker)[ RSS](/packages/larsbadke-stock-faker/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependenciesVersions (1)Used By (0)

Stock-Faker
===========

[](#stock-faker)

Stock-Faker is a PHP library that generates stock fake data for you. Whether you need to bootstrap your database, create good-looking XML documents, fill-in your persistence to stress test it, or anonymize data taken from a production service, Stock-Faker is for you.

Stock-Faker requires PHP &gt;= 5.3.3.

Table of Contents
=================

[](#table-of-contents)

- [Installation](#installation)
- [Basic Usage](#basic-usage)
- [License](#license)

Installation
------------

[](#installation)

```
composer require larsbadke/stock-faker
```

Basic Usage
-----------

[](#basic-usage)

Use `StockFaker\Factory::create()` to create and initialize Stock-Faker, now you can generate data by accessing properties named after the type of data you want.

```
