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)01.7k↓39.3%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 3d 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 52% of packages

Maintenance36

Infrequent updates — may be unmaintained

Popularity20

Limited adoption so far

Community11

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

594d 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

[symfony/framework-bundle

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

3.6k251.7M11.6k](/packages/symfony-framework-bundle)[laravel/framework

The Laravel Framework.

34.8k543.8M20.1k](/packages/laravel-framework)[easycorp/easyadmin-bundle

Admin generator for Symfony applications

4.3k17.9M387](/packages/easycorp-easyadmin-bundle)[drupal/core

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

21866.0M1.7k](/packages/drupal-core)[drupal/core-recommended

Locked core dependencies; require this project INSTEAD OF drupal/core.

6942.5M421](/packages/drupal-core-recommended)[symfony/security-bundle

Provides a tight integration of the Security component into the Symfony full-stack framework

2.5k185.6M2.4k](/packages/symfony-security-bundle)

PHPackages © 2026

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