PHPackages                             neutron/silex-imagine-provider - 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. neutron/silex-imagine-provider

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

neutron/silex-imagine-provider
==============================

A Silex service provider for Imagine Image Processing Library

0.1.2(13y ago)28199.6k↑66.7%133MITPHPPHP &gt;=5.3.3

Since Mar 2Pushed 11y ago2 watchersCompare

[ Source](https://github.com/romainneutron/Imagine-Silex-Service-Provider)[ Packagist](https://packagist.org/packages/neutron/silex-imagine-provider)[ RSS](/packages/neutron-silex-imagine-provider/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (3)Versions (4)Used By (3)

Imagine Silex ServiceProvider
=============================

[](#imagine-silex-serviceprovider)

[![Build Status](https://camo.githubusercontent.com/8fa475742373974e5c0ff4dabc8e2fe7e053d0ccf2ce04544fe18103a0a3de4c/68747470733a2f2f7472617669732d63692e6f72672f726f6d61696e6e657574726f6e2f496d6167696e652d53696c65782d536572766963652d50726f76696465722e706e67)](https://travis-ci.org/romainneutron/Imagine-Silex-Service-Provider)

Usage
-----

[](#usage)

```
use Imagine\Image\Box;
use Neutron\Silex\Provider\ImagineServiceProvider;
use Silex\Application;
use Symfony\Component\HttpFoundation\Request;

$app = new Application();
// detect a driver for you
$app->register(new ImagineServiceProvider());
// OR choose your own driver
$app->register(new ImagineServiceProvider(), array('imagine.driver' => 'Gmagick'));

$app->match('/image-resize', function(Request $request) use ($app) {
    $app['imagine']
            ->open($request->files->get('image')->getPathname())
            ->resize(new Box(320, 240))
            ->save('/path/to/data/image-resized.jpg');

    return 'Image resized !';
});
$app->run();
```

\##License

MIT License

###  Health Score

35

—

LowBetter than 79% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity42

Moderate usage in the ecosystem

Community19

Small or concentrated contributor base

Maturity50

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 87.5% 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 ~31 days

Total

3

Last Release

4757d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/3c264f69af4c60cb9cc98a522b4663f4b6a2708629cabc14409478ab6fc35348?d=identicon)[romain](/maintainers/romain)

---

Top Contributors

[![romainneutron](https://avatars.githubusercontent.com/u/137574?v=4)](https://github.com/romainneutron "romainneutron (7 commits)")[![inelgnu](https://avatars.githubusercontent.com/u/665908?v=4)](https://github.com/inelgnu "inelgnu (1 commits)")

---

Tags

image processingimaginesilex

### Embed Badge

![Health badge](/badges/neutron-silex-imagine-provider/health.svg)

```
[![Health](https://phpackages.com/badges/neutron-silex-imagine-provider/health.svg)](https://phpackages.com/packages/neutron-silex-imagine-provider)
```

###  Alternatives

[liip/imagine-bundle

This bundle provides an image manipulation abstraction toolkit for Symfony-based projects.

1.7k38.3M217](/packages/liip-imagine-bundle)[folklore/image

Image manipulation library for Laravel 5 based on Imagine and inspired by Croppa for easy url based manipulation

270248.2k5](/packages/folklore-image)[rokka/imagine-vips

libvips adapter for imagine

43564.1k5](/packages/rokka-imagine-vips)[media-alchemyst/media-alchemyst

An Object Oriented wrapper for easy multimedia conversion, based on Imagine, FFMpeg, SwfTools, Unoconv and other libs

65216.4k1](/packages/media-alchemyst-media-alchemyst)

PHPackages © 2026

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