PHPackages                             dragonmantank/fillet-sculpin-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. dragonmantank/fillet-sculpin-bundle

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

dragonmantank/fillet-sculpin-bundle
===================================

A bundle wrapper for Fillet to integrate with Sculpin

v0.1.0(10y ago)034ISCPHP

Since May 20Pushed 10y ago1 watchersCompare

[ Source](https://github.com/dragonmantank/fillet-sculpin-bundle)[ Packagist](https://packagist.org/packages/dragonmantank/fillet-sculpin-bundle)[ RSS](/packages/dragonmantank-fillet-sculpin-bundle/feed)WikiDiscussions master Synced 1mo ago

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

Fillet Bundle - A Bundle interface for working with Fillet
==========================================================

[](#fillet-bundle---a-bundle-interface-for-working-with-fillet)

This bundle allows for Fillet integration directly into Sculpin.

Currently supported parsers:

- WordpressExport

Sample Usage
------------

[](#sample-usage)

Add the bundle to your site's `sculpin.json` file:

```
"require": {
        "dragonmantank/fillet-sculpin-bundle": "~0.1"
    },

```

and update sculpin's dependencies:

```
php sculpin.phar update

```

This will pull down the necessary files for Fillet. You then need to add the bundle to Sculpin by adding it to your `app/SculpinKernel.php` file. If this file doesn't exist, you can use the following to get going:

```
