PHPackages                             seregazhuk/tumblr-downloader - 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. [Image &amp; Media](/categories/media)
4. /
5. seregazhuk/tumblr-downloader

ActivePackage[Image &amp; Media](/categories/media)

seregazhuk/tumblr-downloader
============================

PHP library to grab images from Tumblr blogs

0.0.1(9y ago)6633MitPHPPHP &gt;=5.5.9

Since Oct 10Pushed 8y agoCompare

[ Source](https://github.com/seregazhuk/php-tumblr-downloader)[ Packagist](https://packagist.org/packages/seregazhuk/tumblr-downloader)[ RSS](/packages/seregazhuk-tumblr-downloader/feed)WikiDiscussions master Synced today

READMEChangelog (1)Dependencies (2)Versions (2)Used By (0)

PHP Tumblr Downloader
=====================

[](#php-tumblr-downloader)

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

[](#installation)

The recommended way to install this library is via [Composer](https://getcomposer.org). [New to Composer?](https://getcomposer.org/doc/00-intro.md)

```
composer require seregazhuk/tumblr-downloader

```

Quick Start
-----------

[](#quick-start)

### Script

[](#script)

```
require "vendor/autoload.php";

use Tumblr\API\Client;
use seregazhuk\TumblrDownloader\Downloader;

$client = new Client(
    'YourConsumerKey',
    'YourConsumerSecret',
    'YourToken',
    'YourSecret'
);

$downloader = new Downloader($client);
$downloader->save('some_blog.tumblr.com');
```

Console command
---------------

[](#console-command)

You can also use console command `tumblr-downloader` in your terminal. Setup your API credentials in `config.php` file, and you are ready to go:

```
return [
    'consumer_key'    => 'YourConsumerKey',
    'consumer_secret' => 'YourConsumerSecret',
    'token'           => 'YourToken',
    'token_secret'    => 'YourSecret',
];
```

This command will start downloading images from `catsof.tumblr.com` blog:

```
$ ./tumblr-downloader save catsof.tumblr.com
```

###  Health Score

25

—

LowBetter than 35% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity48

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

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.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

3554d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/cb0e185b75648fb1c0095795e222f210700b86ae8c575c3cd6dd28a970ae2f34?d=identicon)[seregazhuk](/maintainers/seregazhuk)

---

Top Contributors

[![seregazhuk](https://avatars.githubusercontent.com/u/9959761?v=4)](https://github.com/seregazhuk "seregazhuk (25 commits)")

---

Tags

phptumblrlib

### Embed Badge

![Health badge](/badges/seregazhuk-tumblr-downloader/health.svg)

```
[![Health](https://phpackages.com/badges/seregazhuk-tumblr-downloader/health.svg)](https://phpackages.com/packages/seregazhuk-tumblr-downloader)
```

PHPackages © 2026

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