tappet/bundle

Maintainers

Package info

github.com/nytris/tappet-bundle

pkg:composer/tappet/bundle

Statistics

Installs: 89

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

v0.1.0 2026-04-16 00:56 UTC

This package is auto-updated.

Last update: 2026-05-16 01:10:38 UTC


README

Build Status

Integrates Tappet into a Symfony application.

Usage

Install this package with Composer:

$ composer install tappet/bundle

Then, add the bundle to your application's kernel:

config/bundles.php:

<?php

return [
    // ...
    Tappet\Bundle\TappetBundle::class => ['cypress' => true],
];