PHPackages                             rootinc/faker-bonus - 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. rootinc/faker-bonus

ActiveLibrary

rootinc/faker-bonus
===================

Bonus Faker Formatters for PHP

v1.1.0(6y ago)23[2 issues](https://github.com/rootinc/faker-bonus/issues)MITPHPPHP ^7.0CI failing

Since Mar 2Pushed 6y agoCompare

[ Source](https://github.com/rootinc/faker-bonus)[ Packagist](https://packagist.org/packages/rootinc/faker-bonus)[ Docs](https://www.rootinc.com/)[ RSS](/packages/rootinc-faker-bonus/feed)WikiDiscussions master Synced today

READMEChangelog (2)Dependencies (2)Versions (4)Used By (0)

faker-bonus
===========

[](#faker-bonus)

[![Codeship Status for rootinc/faker-bonus](https://camo.githubusercontent.com/aa2cf0ef01ba07e19811a454a5d41b9b9215c80aa8a2153ebe0bb753b298cdb7/68747470733a2f2f6170702e636f6465736869702e636f6d2f70726f6a656374732f33643134323861302d336630372d303133382d663261312d3061333565353339663062632f7374617475733f6272616e63683d6d6173746572)](https://app.codeship.com/projects/387568)

A handy set of extra Faker Formatters/Providers for [fzaninotto/faker](https://github.com/fzaninotto/faker) built to integrate with Laravel or any PHP project that uses Faker.

Contents
--------

[](#contents)

1. [Installation](#installation)
2. [Usage](#basic-usage)
    1. [Basic Usage](#basic-usage)
    2. [Laravel Installation](#laravel-usage)
3. [Formatters](#formatters)
    1. [Hashtag](#hashtag)
    2. [Mention](#mention)
    3. [Tweet Text](#tweet-text)
4. [Testing](#testing)
5. [Acknowledgements](#acknowledgement)

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

[](#installation)

```
composer install rootinc/faker-bonus --dev
```

Usage
-----

[](#usage)

We can add new Providers directly to the Faker instance before we use it:

### Basic Usage

[](#basic-usage)

```
