PHPackages                             ushios/tumblr-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. [Framework](/categories/framework)
4. /
5. ushios/tumblr-bundle

ActiveSymfony-bundle[Framework](/categories/framework)

ushios/tumblr-bundle
====================

Symfony TumblrBundle

0.0.1(12y ago)0613MITPHPPHP &gt;=5.3.2

Since Oct 26Pushed 12y ago1 watchersCompare

[ Source](https://github.com/ushios/tumblr-bundle)[ Packagist](https://packagist.org/packages/ushios/tumblr-bundle)[ Docs](http://github.com/ushios/tumblr-bundle)[ RSS](/packages/ushios-tumblr-bundle/feed)WikiDiscussions master Synced yesterday

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

tumblr-bundle
=============

[](#tumblr-bundle)

Create tumblr client using 'config.yml'

---

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

[](#installation)

### composer.json

[](#composerjson)

```
# composer.json

"require": {
	"ushios/tumblr-bundle": "0.0.*"
	...
}

```

and run `composer update` command.

### AppKernel.php

[](#appkernelphp)

```
# app/AppKernel.php

public function registerBundles()
{
    bundles = array(
        // ...
        new Ushios\Bundle\TumblrBundle\UshiosTumblrBundle(),
    );

    retrun bundles();
}

```

Configuration
=============

[](#configuration)

config.yml

```
# app/config/config.php

ushios_tumblr:
client:
    default:
        consumerKey:    ${YOUR_CONSUMER_KEY}
        consumerSecret: ${YOUR_CONSUMER_SECRET}
    named:
        class:          Your\Tumblr|Client # default Tumblr\API\Client
        consumerKey:    ${YOUR_NAMED_CONSUMER_KEY}
        consumerSecret: ${YOUR_NAMED_CONSUMER_SECRET}
        token:          ${YOUR_NAMED_TOKEN} // optional
        tokenSecret:    ${YOUR_NAMED_TOKEN_SECRET} // optional

```

Usage
=====

[](#usage)

Get client from service.
------------------------

[](#get-client-from-service)

Using default settings tumblr client.

```
# Bundle/Controller/Controller.php

public function fooAction()
{
    $tumblr = $this->container->get('ushios_tumblr_client');
    // or
    $tumblr = $this->container->get('ushios_tumblr_client.default');
}

```

Using named settings.

```
# Bundle/Controller/Controller.php

public function fooAction()
{
    $tumblr = $this->container->get('ushios_tumblr_client.named');
    get_class($aws); // Your\Tumblr\Client
}

```

Client
------

[](#client)

@see [tumblr/tumblr web site](https://github.com/tumblr/tumblr.php)

###  Health Score

24

—

LowBetter than 31% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community7

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

4630d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/98f9f4d912f6c6054547a64bad248749f16fa3a1af7604ec34c2b52294bb589b?d=identicon)[ushios](/maintainers/ushios)

---

Top Contributors

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

---

Tags

tumblr

### Embed Badge

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

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

###  Alternatives

[laravel/dusk

Laravel Dusk provides simple end-to-end testing and browser automation.

1.9k38.6M289](/packages/laravel-dusk)[nineinchnick/edatatables

Grid widget for the Yii Framework, wrapper for the DataTables jQuery plugin

173.2k](/packages/nineinchnick-edatatables)[link-cloud/fast-hyperf

LinkCloud Fast Hyperf

241.2k1](/packages/link-cloud-fast-hyperf)

PHPackages © 2026

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