PHPackages                             jaapz/tumblr - 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. [API Development](/categories/api)
4. /
5. jaapz/tumblr

ActiveLibrary[API Development](/categories/api)

jaapz/tumblr
============

Tumblr API wrapper for PHP 5.3

186.3k↓50%5[1 issues](https://github.com/jaapz/Tumblr/issues)1PHP

Since Feb 27Pushed 13y ago2 watchersCompare

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

READMEChangelogDependenciesVersions (1)Used By (1)

Tumblr
======

[](#tumblr)

A simple to use Tumblr API wrapper for PHP. This uses the Tumblr API v2.

Usage
=====

[](#usage)

Just instantiate a new API instance, set oauth token and/or api key, and then call the method on the API instance.

For example you'll get the information on a certain blog like this:

```
// Instantiate a new Tumblr API instance.
$api = new Tumblr();

// Set API key.
$api->setApiKey(*** YOUR API KEY ***);

// Get blog information.
$info = $api->blogInfo('jaapz.tumblr.com');
var_dump($info);
```

Available methods
=================

[](#available-methods)

  Name Url Auth method Method   blogInfo /blog/%s/info API Key get   followers /blog/%s/followers OAuth get   posts /blog/%s/posts API Key get   queue /blog/%s/posts/queue OAuth get   drafts /blog/%s/posts/draft OAuth get   submissions /blog/%s/posts/submissions OAuth get   createPost /blog/%s/post OAuth post   editPost /blog/%s/post/edit OAuth post   reblogPost /blog/%s/post/reblog OAuth post   deletePost /blog/%s/post/delete OAuth post   dashboard /user/dashboard OAuth get   likes /user/likes OAuth get   following /user/following OAuth get   follow /user/follow OAuth post   unfollow /user/unfollow OAuth get   userInfo /user/info OAuth get License
=======

[](#license)

```
"THE BEER-WARE LICENSE" (Revision 42):
Jaap Broekhuizen  wrote this file. As long as you retain this
notice you can do whatever you want with this stuff. If we meet some day, and
you think this stuff is worth it, you can buy me a beer in return.

```

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance19

Infrequent updates — may be unmaintained

Popularity29

Limited adoption so far

Community15

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 92.3% 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/21958c54e3f6fcee05ad8c9d9e0e606206a07c4c602edb9293bae15f2da1c55f?d=identicon)[jaapz](/maintainers/jaapz)

---

Top Contributors

[![jaapz](https://avatars.githubusercontent.com/u/513050?v=4)](https://github.com/jaapz "jaapz (12 commits)")[![axzx](https://avatars.githubusercontent.com/u/1436016?v=4)](https://github.com/axzx "axzx (1 commits)")

### Embed Badge

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

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

###  Alternatives

[stripe/stripe-php

Stripe PHP Library

4.0k143.3M480](/packages/stripe-stripe-php)[twilio/sdk

A PHP wrapper for Twilio's API

1.6k92.9M272](/packages/twilio-sdk)[knplabs/github-api

GitHub API v3 client

2.2k15.8M187](/packages/knplabs-github-api)[facebook/php-business-sdk

PHP SDK for Facebook Business

90121.9M34](/packages/facebook-php-business-sdk)[meilisearch/meilisearch-php

PHP wrapper for the Meilisearch API

73813.7M114](/packages/meilisearch-meilisearch-php)[google/gax

Google API Core for PHP

263103.1M454](/packages/google-gax)

PHPackages © 2026

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