PHPackages                             vaffel/silex-imbo - 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. vaffel/silex-imbo

ActiveLibrary[Framework](/categories/framework)

vaffel/silex-imbo
=================

Imbo service provider for Silex

1.3(10y ago)1162MITPHPPHP &gt;=5.3.3

Since Jul 2Pushed 10y ago2 watchersCompare

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

READMEChangelog (1)Dependencies (4)Versions (5)Used By (0)

Imbo service provider for Silex
===============================

[](#imbo-service-provider-for-silex)

Service provider making the Imbo accessible to your Silex application.

[![Build Status](https://camo.githubusercontent.com/10d04d7f0b1feab7517f53b3cdd2b586d4e7ca6a9d5cc87354b65d0fe9efda25/68747470733a2f2f7472617669732d63692e6f72672f76616666656c2f73696c65782d696d626f2e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/vaffel/silex-imbo)

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

[](#installation)

Add `"vaffel/silex-imbo": "XXX"` to the composer.json file inside your project and do a `composer install`. Check [Composer](http://packagist.org/packages/vaffel/silex-imbo) for the latest available version.

Setup instructions
------------------

[](#setup-instructions)

Register the Imbo service provider in your Silex app like this;

```
$app->register(new ImboServiceProvider(), array(
    'imbo.serverUrls' => ['http://example.net', ...], // Array of urls to imbo installations
    'imbo.publicKey'  => $publicKey,                  // Public key
    'imbo.privateKey' => $privateKey,                 // Private key
    'imbo.user'       => $user,                       // User
));
```

Usage
-----

[](#usage)

After registering the Imbo service provider, the ImboClient instance can be accessed from the `$app` variable like this;

```
$response = $app['imbo']->addImage('/path/to/image.jpg');
```

Tests
-----

[](#tests)

The service provider comes with PHPUnit tests and can be run by doing a `./vendor/phpunit/phpunit/phpunit` inside the silex-imbo folder.

Documentation
-------------

[](#documentation)

Read the full ImboClient documentation at [imboclient-php.readthedocs.org](http://imboclient-php.readthedocs.org/en/latest/).

License
-------

[](#license)

License Copyright (c) 2014, Kristoffer Brabrand

Licensed under the MIT License

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity61

Established project with proven stability

 Bus Factor1

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

Every ~173 days

Total

4

Last Release

3812d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/4dc712d46ad616603b6d7c1be04809a6789935c6cf7c99e9f1e891ac2045f7a5?d=identicon)[kbrabrand](/maintainers/kbrabrand)

---

Top Contributors

[![kbrabrand](https://avatars.githubusercontent.com/u/2884292?v=4)](https://github.com/kbrabrand "kbrabrand (12 commits)")[![rexxars](https://avatars.githubusercontent.com/u/48200?v=4)](https://github.com/rexxars "rexxars (9 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/vaffel-silex-imbo/health.svg)

```
[![Health](https://phpackages.com/badges/vaffel-silex-imbo/health.svg)](https://phpackages.com/packages/vaffel-silex-imbo)
```

###  Alternatives

[flint/flint

Enhanced Silex

12167.5k](/packages/flint-flint)[ddesrosiers/silex-annotation-provider

A silex service provider that allows the use of annotations in ServiceControllers.

25246.7k3](/packages/ddesrosiers-silex-annotation-provider)[tobiassjosten/responsible-service-provider

A Silex ServiceProvider for automagic response formatting.

3490.8k](/packages/tobiassjosten-responsible-service-provider)[php-di/silex-bridge

PHP-DI integration in Silex

2465.4k1](/packages/php-di-silex-bridge)[propel/propel-service-provider

Propel integrationfor Silex.

2625.2k3](/packages/propel-propel-service-provider)[stikmanw/silex-newrelic

Integrate the NewRelic PHP API into Silex framework

2014.7k](/packages/stikmanw-silex-newrelic)

PHPackages © 2026

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