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

ActiveLibrary[Framework](/categories/framework)

icemanbsi/full-silex
====================

Several Base Classes to make full stack framework from Silex micro framework

v1.1.46(7y ago)02691PHPPHP ~5.5.0|~5.6.0|7.\*

Since Aug 12Pushed 7y ago1 watchersCompare

[ Source](https://github.com/icemanbsi/full-silex)[ Packagist](https://packagist.org/packages/icemanbsi/full-silex)[ RSS](/packages/icemanbsi-full-silex/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependencies (15)Versions (46)Used By (1)

Full Silex
==========

[](#full-silex)

Silex is a powerfull micro framework. Well, "micro" means you can create a small website within seconds. But sometimes you need to expand this framework into a full stack to moderate a bigger website. To make it happen at least you need to register several service providers, adding some functions in base controller, models, and many more.

Full Silex is the a fast track to build a full stack framework based on the amazing Silex Micro Framework. It contains several base classes such as Base Controller, Base Model, several Helpers, and many more.

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

[](#installation)

#### 1. Add full-silex as a required library in your composer project

[](#1-add-full-silex-as-a-required-library-in-your-composer-project)

```
composer require icemanbsi/full-silex

```

#### 2. Prepare the project

[](#2-prepare-the-project)

you can copy the project template from `/vendor/icemanbsi/full-silex/project-template` into your project root.

#### 3. Setting up the project

[](#3-setting-up-the-project)

- Make a duplicate of `.htaccess.original` and name it with `.htaccess`.
- Set your database configurations and others in `/resources/config/dev.php` (for development) and `/resources/config/prod.php` (for production).
- Inside the `src/App/Application.php` you need to override 'setControllerProviders' function. Please set your controller provider.
- Now we move to your controller provider (such as `src/App/DefaultControllerProvider.php`). You can set your url rules inside 'setUrlRules' function. Don't forget to add a rule for '/' and bind it with name 'homepage'.

#### 4. You are ready to go..

[](#4-you-are-ready-to-go)

Add your controllers, models, template files, and others.

Credits
-------

[](#credits)

1. Silex Framework
2. Database migration by Ruckus (ruckusing/ruckusing-migrations)

###  Health Score

31

—

LowBetter than 66% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity71

Established project with proven stability

 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 ~15 days

Recently: every ~36 days

Total

45

Last Release

2911d ago

PHP version history (2 changes)v1.1.0PHP ~5.5.0|~5.6.0|~7.0.0

v1.1.43PHP ~5.5.0|~5.6.0|7.\*

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/2840084?v=4)[Bobby Stenly Irawan](/maintainers/icemanbsi)[@icemanbsi](https://github.com/icemanbsi)

---

Top Contributors

[![icemanbsi](https://avatars.githubusercontent.com/u/2840084?v=4)](https://github.com/icemanbsi "icemanbsi (62 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[easycorp/easyadmin-bundle

Admin generator for Symfony applications

4.3k17.5M375](/packages/easycorp-easyadmin-bundle)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

585.4M518](/packages/shopware-core)[sulu/sulu

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

1.3k1.4M196](/packages/sulu-sulu)[pimcore/pimcore

Content &amp; Product Management Framework (CMS/PIM/E-Commerce)

3.8k3.8M462](/packages/pimcore-pimcore)[open-dxp/opendxp

Content &amp; Product Management Framework (CMS/PIM)

9317.2k55](/packages/open-dxp-opendxp)[shopware/platform

The Shopware e-commerce core

3.4k1.5M3](/packages/shopware-platform)

PHPackages © 2026

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