PHPackages                             satooshi/tumblr2markdown - 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. satooshi/tumblr2markdown

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

satooshi/tumblr2markdown
========================

converter tumblr blog to Octopress markdown

16PHP

Since Mar 10Pushed 13y ago1 watchersCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

tumblr2markdown
===============

[](#tumblr2markdown)

This CLI tool can convert your tumblr blog to Octopress markdown. tumblr2markdown calls [tumblr API v1](http://www.tumblr.com/docs/en/api/v1) and use [pandoc](http://johnmacfarlane.net/pandoc/) internally. Please install pandoc before you use tumblr2markdown.

Installation
============

[](#installation)

To install tumblr2markdown with Composer just add the following to your composer.json file:

```
// composer.json
{
    require: {
        "satooshi/tumblr2markdown": "dev-master"
    }
}
```

Then, you can install the new dependencies by running Composer’s update command from the directory where your composer.json file is located:

```
# install
$ php composer.phar install
# update
$ php composer.phar update satooshi/tumblr2markdown

# or you can simply execute composer command if you set composer command to
# your PATH environment variable
$ composer install
$ composer update satooshi/tumblr2markdown
```

Packagist page for this component is

Or you can use git clone command:

```
# HTTP
$ git clone https://github.com/satooshi/tumblr2markdown.git
# SSH
$ git clone git@github.com:satooshi/tumblr2markdown.git
```

Usage
=====

[](#usage)

```
# show help
$ php app/console.php tumblr:markdown -h

# run
$ php app/console.php tumblr:markdown -b satooshi-jp -t text --tagged blog
```

Limitation
==========

[](#limitation)

Current tumblr2markdown has limitations.

- text type only
- html format only

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://www.gravatar.com/avatar/160a656df3069db8f7d87d7ddc95e6977004697d21494a856ec0b8ae44248464?d=identicon)[satooshi](/maintainers/satooshi)

### Embed Badge

![Health badge](/badges/satooshi-tumblr2markdown/health.svg)

```
[![Health](https://phpackages.com/badges/satooshi-tumblr2markdown/health.svg)](https://phpackages.com/packages/satooshi-tumblr2markdown)
```

###  Alternatives

[tomlerendu/laravel-convert-case-middleware

Convert request and response keys to and from camel and snake case.

2870.0k](/packages/tomlerendu-laravel-convert-case-middleware)[ziming/laravel-email-sniper-link

Laravel package to generate email sniper links based on given email

1519.9k](/packages/ziming-laravel-email-sniper-link)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
