PHPackages                             funddy/fixture - 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. funddy/fixture

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

funddy/fixture
==============

Fixture component

v2.0.0(12y ago)31.2k1MITPHPPHP &gt;=5.3.3

Since Dec 13Pushed 12y ago1 watchersCompare

[ Source](https://github.com/funddy/fixture)[ Packagist](https://packagist.org/packages/funddy/fixture)[ Docs](https://github.com/funddy/fixture)[ RSS](/packages/funddy-fixture/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (2)Versions (3)Used By (1)

Funddy Fixture
==============

[](#funddy-fixture)

[![Build Status](https://camo.githubusercontent.com/892cce4e5c90c4ca69eb0d51e57249034e74594df655e307e04e9a4e684bf0ec/68747470733a2f2f7365637572652e7472617669732d63692e6f72672f66756e6464792f666978747572652e706e673f6272616e63683d6d6173746572)](http://travis-ci.org/funddy/fixture)

Very simple fixtures library.

Setup and Configuration
-----------------------

[](#setup-and-configuration)

Add the following to your composer.json file:

```
{
    "require": {
        "funddy/fixture": "2.0.*"
    }
}
```

Update the vendor libraries:

```
curl -s http://getcomposer.org/installer | php
php composer.phar install

```

Usage
-----

[](#usage)

```
