PHPackages                             tappet/bundle - 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. tappet/bundle

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

tappet/bundle
=============

v0.2.1(2w ago)0276↑116.7%MITPHPPHP &gt;=8.1CI passing

Since Apr 16Pushed 3mo agoCompare

[ Source](https://github.com/nytris/tappet-bundle)[ Packagist](https://packagist.org/packages/tappet/bundle)[ RSS](/packages/tappet-bundle/feed)WikiDiscussions main Synced 1w ago

READMEChangelogDependencies (22)Versions (4)Used By (0)

Tappet Bundle
=============

[](#tappet-bundle)

[![Build Status](https://github.com/nytris/tappet-bundle/workflows/CI/badge.svg)](https://github.com/nytris/tappet-bundle/actions?query=workflow%3ACI)

> **\[EXPERIMENTAL\]** - API is unstable and subject to change.

Integrates [Tappet](https://github.com/nytris/tappet) into a [Symfony](https://symfony.com) application. Exposes the fixture API endpoints that Tappet uses to load and tear down test data, so you do not need to implement them by hand.

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

[](#installation)

```
composer require tappet/bundle
```

Setup
-----

[](#setup)

### 1. Register the bundle

[](#1-register-the-bundle)

Add the bundle to `config/bundles.php`, enabled only for the environment in which you run Tappet (e.g. a dedicated `cypress` environment, or `test`):

```
