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

ActiveLibrary

dragonmantank/fillet
====================

A CMS to Sculpin converter suite

v0.1.0(11y ago)10642[3 issues](https://github.com/dragonmantank/fillet/issues)1ISCPHPPHP &gt;= 5.5.0

Since Feb 26Pushed 10y ago2 watchersCompare

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

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

Fillet - A CMS to Sculpin Converter
===================================

[](#fillet---a-cms-to-sculpin-converter)

[![Code Climate](https://camo.githubusercontent.com/e2abe6ff9b501d59ca74d55bd305fddd0426025049db3f662c4201924cbdeb5a/68747470733a2f2f636f6465636c696d6174652e636f6d2f6769746875622f647261676f6e6d616e74616e6b2f66696c6c65742f6261646765732f6770612e737667)](https://codeclimate.com/github/dragonmantank/fillet)

[![Scrutinizer Code Quality](https://camo.githubusercontent.com/40892057a4b2ecbc141cf503d5d099688be48e855731f133991e951532cbbc6a/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f647261676f6e6d616e74616e6b2f66696c6c65742f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/dragonmantank/fillet/?branch=master)

Many people coming to Sculpin are coming from other CMSes out there in the wild. While almost all of these are database-backed, Sculpin isn't. Fillet will help convert exports from different CMSes into the HTML/Markdown format that Sculpin expects.

What this will /not/ do is create a Sculpin site from scratch from your existing blog. Fillet will simply parse a known format and create pages and posts for you, and convert as much stuff over as possible. You still need to create an index.html file, views, and configure Sculpin. We're just going to make it easier to get your content in.

If you have a favorite CMS and would like to help expand Fillet, help us write a parser!

Currently supported CMSes:

- Wordpress, via the XML Export

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

[](#sample-usage)

### Use with Sculpin

[](#use-with-sculpin)

There is a bundle version of this that integrates with Sculpin directly. You can find it at [dragonmantank/fillet-sculpin-bundle](https://github.com/dragonmantank/fillet-sculpin-bundle)

### Manual installation with Composer for development

[](#manual-installation-with-composer-for-development)

Add Fillet to your site with Composer

```
composer require "dragonmantank/fillet:dev-master"

```

You can use the following sample code to run Fillet.

```
