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

ActiveLibrary[Framework](/categories/framework)

flyimg/silex
============

An adaptation of the Silex micro-framework for Flyimg needs

0.0.1(1y ago)0991↓50%1MITPHPPHP &gt;=8.1.3

Since Oct 23Pushed 1y ago1 watchersCompare

[ Source](https://github.com/flyimg/Silex)[ Packagist](https://packagist.org/packages/flyimg/silex)[ Docs](https://github.com/flyimg/silex)[ RSS](/packages/flyimg-silex/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (1)Dependencies (6)Versions (3)Used By (1)

Flyimg Silex Adaptation
=======================

[](#flyimg-silex-adaptation)

This repository hosts a customized fork of the [Silex micro-framework](https://silex.symfony.com/), adapted specifically for Flyimg's image processing and service needs. This version replaces outdated Silex components with the latest Symfony components to ensure compatibility, security, and future-proof functionality.

Overview
--------

[](#overview)

Silex was a popular micro-framework for PHP projects, particularly suited for lightweight applications and services. However, as Silex is now deprecated, this repository provides a maintained, Flyimg-specific adaptation that retains the simplicity of Silex while integrating the latest Symfony components.

Key Adaptations
---------------

[](#key-adaptations)

1. **Symfony Component Upgrades**: Replaced outdated Silex components with their latest Symfony equivalents for performance and security improvements.
2. **Flyimg Customizations**: Optimized for Flyimg’s image processing requirements, including community-driven features and performance tweaks.
3. **Dependency Modernization**: Updated package dependencies to align with current PHP best practices and Flyimg’s specific use cases.

Getting Started
---------------

[](#getting-started)

To get started with this adapted Silex fork, clone this repository and install dependencies using [Composer](https://getcomposer.org/):

```
git clone https://github.com/Flyimg/Silex.git
cd Silex
composer install
```

Requirements
------------

[](#requirements)

- PHP &gt;= 8.1.3 (or as required by your project)
- Composer for dependency management

Basic Usage
-----------

[](#basic-usage)

This adapted version remains compatible with the original Silex service setup, so most Silex-based applications can run with minimal code changes.

Define services and route controllers in your application using the familiar Silex structure. Register any required Symfony services in app.php to take advantage of the latest features and integrations. For example:

```
$app = new Silex\Application();

$app->register(new Symfony\Component\HttpFoundation\Service\UrlGeneratorServiceProvider());
$app->get('/', function () {
    return "Welcome to the Flyimg Silex adaptation!";
});

$app->run();
```

Configuration and Customization
-------------------------------

[](#configuration-and-customization)

Configuration settings can be adjusted in the config/ directory to suit your environment and Flyimg’s particular needs.

Contributing
------------

[](#contributing)

We welcome contributions to enhance this fork! Please fork the repository, make your changes, and submit a pull request. Ensure all changes are tested and documented, as applicable.

1. Fork this repository
2. Create a new feature branch (git checkout -b feature/YourFeature)
3. Commit your changes Push to the branch (git push origin feature/YourFeature)
4. Open a pull request

License
-------

[](#license)

This project is licensed under the MIT License. See the LICENSE file for details.

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance38

Infrequent updates — may be unmaintained

Popularity18

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity39

Early-stage or recently created project

 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

Every ~25 days

Total

2

Last Release

546d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/ef3e8cfdaca5995ad89c87fd8293941244f52ae7fd6973004b9063b7bfcd2ea8?d=identicon)[sadok-f](/maintainers/sadok-f)

---

Top Contributors

[![sadok-f](https://avatars.githubusercontent.com/u/533384?v=4)](https://github.com/sadok-f "sadok-f (9 commits)")

---

Tags

microframework

### Embed Badge

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

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

###  Alternatives

[laravel/framework

The Laravel Framework.

34.6k509.9M17.0k](/packages/laravel-framework)[symfony/framework-bundle

Provides a tight integration between Symfony components and the Symfony full-stack framework

3.6k235.4M9.7k](/packages/symfony-framework-bundle)[shopware/platform

The Shopware e-commerce core

3.3k1.5M3](/packages/shopware-platform)[drupal/core

Drupal is an open source content management platform powering millions of websites and applications.

19462.3M1.3k](/packages/drupal-core)[sulu/sulu

Core framework that implements the functionality of the Sulu content management system

1.3k1.3M152](/packages/sulu-sulu)[prestashop/prestashop

PrestaShop is an Open Source e-commerce platform, committed to providing the best shopping cart experience for both merchants and customers.

9.0k15.4k](/packages/prestashop-prestashop)

PHPackages © 2026

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