PHPackages                             fate/silex-extensions - 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. fate/silex-extensions

AbandonedArchivedLibrary

fate/silex-extensions
=====================

Collection of Extensions for Silex

69.8k1PHP

Since Aug 10Pushed 13y ago2 watchersCompare

[ Source](https://github.com/sveneisenschmidt/Silex-Extensions)[ Packagist](https://packagist.org/packages/fate/silex-extensions)[ RSS](/packages/fate-silex-extensions/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Silex Extensions
================

[](#silex-extensions)

Collection of extensions for [Silex](https://github.com/fabot/silex).

Available Extensions
--------------------

[](#available-extensions)

- **AsseticExtension** (Assetic asset management library)
- **EmbedlyExtension** (embed.ly web service, uses embedly-php fork)
- **GravatarExtension** (gravatar.com web service, uses gravatar-php library)
- **MandangoExtension** (Mandango ODM for MongoDB NoSQL database)
- **MarkdownExtension** (Markdown support, uses KnpLabs\\MarkdownBundle)
- **MemcacheExtension** (Memcache caching layer, non-permanent key/value store, uses pecl-memcache or pecl-memcached)
- **MongoDbExtension** (MongoDB NoSQL database, uses Doctrine\\MongoDB library)
- **PredisExtension** (Redis key/value store, uses Predis php library)

Extensions with Twig Support
----------------------------

[](#extensions-with-twig-support)

- **AsseticExtension**
- **EmbedlyExtension**
- **GravatarExtension**
- **MarkdownExtension**

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

[](#installation)

Create a composer.json in your projects root-directory:

```
{
    "require": {
        "fate/Silex-Extensions": "*"
    }
}
```

and run:

```
curl -s http://getcomposer.org/installer | php
php composer.phar install
```

Add the library to the Silex autoloader:

```
$app['autoloader']->registerNamespace('SilexExtension', __DIR__ . '/vendor/silex-extension/src');
```

More Information
----------------

[](#more-information)

Read the documentation files under */doc*.

License
-------

[](#license)

'Silex Extensions' are licensed under the MIT license.

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity25

Limited adoption so far

Community17

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 67.9% 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/00227460e374a3425259e09388877a783e5e79a00fc6958b193f336d6ef4015d?d=identicon)[robo47](/maintainers/robo47)

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

---

Top Contributors

[![sveneisenschmidt](https://avatars.githubusercontent.com/u/62278?v=4)](https://github.com/sveneisenschmidt "sveneisenschmidt (55 commits)")[![igorw](https://avatars.githubusercontent.com/u/88061?v=4)](https://github.com/igorw "igorw (9 commits)")[![korstiaan](https://avatars.githubusercontent.com/u/902842?v=4)](https://github.com/korstiaan "korstiaan (8 commits)")[![robo47](https://avatars.githubusercontent.com/u/110477?v=4)](https://github.com/robo47 "robo47 (4 commits)")[![jwpage](https://avatars.githubusercontent.com/u/52687?v=4)](https://github.com/jwpage "jwpage (2 commits)")[![lyrixx](https://avatars.githubusercontent.com/u/408368?v=4)](https://github.com/lyrixx "lyrixx (1 commits)")[![ncuesta](https://avatars.githubusercontent.com/u/95592?v=4)](https://github.com/ncuesta "ncuesta (1 commits)")[![romainneutron](https://avatars.githubusercontent.com/u/137574?v=4)](https://github.com/romainneutron "romainneutron (1 commits)")

### Embed Badge

![Health badge](/badges/fate-silex-extensions/health.svg)

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

PHPackages © 2026

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