PHPackages                             silverengine/framework - 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. silverengine/framework

ActiveProject[Framework](/categories/framework)

silverengine/framework
======================

1.0.5(7y ago)223417[8 issues](https://github.com/SilverEngine/Framework/issues)MITPHPCI failing

Since Jan 3Pushed 4y ago13 watchersCompare

[ Source](https://github.com/SilverEngine/Framework)[ Packagist](https://packagist.org/packages/silverengine/framework)[ RSS](/packages/silverengine-framework/feed)WikiDiscussions master Synced 3d ago

READMEChangelog (6)Dependencies (4)Versions (12)Used By (0)

[![](https://camo.githubusercontent.com/d84ce1e5b5aa8f33b7d1eca58cef2dcfc208dd85f45482a326e3d4a0de8b2060/68747470733a2f2f7468756d622e6962622e636f2f66444f6352472f676f6f646f6e652e6a7067)](https://camo.githubusercontent.com/d84ce1e5b5aa8f33b7d1eca58cef2dcfc208dd85f45482a326e3d4a0de8b2060/68747470733a2f2f7468756d622e6962622e636f2f66444f6352472f676f6f646f6e652e6a7067)

SILVER ENGINE FRAMEWORK
-----------------------

[](#silver-engine-framework)

SilverEngine is a powerful PHP Dynamical MVC framework built for developers who need a simple and elegant toolkit to create powerfull full-featured web applications.

[![Licence](https://camo.githubusercontent.com/9f47724cb603736f7a9d386cf8cc9e096de8548e319fa6769d455453512cdc82/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4c6963656e63652d4d49542d677265656e2e737667)](https://camo.githubusercontent.com/9f47724cb603736f7a9d386cf8cc9e096de8548e319fa6769d455453512cdc82/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4c6963656e63652d4d49542d677265656e2e737667)[![PHP5.6](https://camo.githubusercontent.com/4e6e476e463f04f8e8500ca21e1fd27d53e630a1a096562e82168679bda2ca3c/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f7068702d352e362d626c75652e737667)](https://camo.githubusercontent.com/4e6e476e463f04f8e8500ca21e1fd27d53e630a1a096562e82168679bda2ca3c/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f7068702d352e362d626c75652e737667)[![version Alpha](https://camo.githubusercontent.com/8a5d03795808d265d2e8ec1dbdc62aa57c2286af7c4067302768cd70a44aca8d/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f416c7068612d56312e302e352d677265656e2e737667)](https://camo.githubusercontent.com/8a5d03795808d265d2e8ec1dbdc62aa57c2286af7c4067302768cd70a44aca8d/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f416c7068612d56312e302e352d677265656e2e737667)

Check Demo portfolio
--------------------

[](#check-demo-portfolio)

Download zip demo file [Download here](https://github.com/SilverEngine/Framework/archive/portfolio.zip)

Documentation
-------------

[](#documentation)

The [Documentation](https://silverengine.net/docs.html) of the framework is still work in progress (WIP). The WIKI [WIKI Documentation](https://github.com/SilverEngine/Framework/wiki) of the framework is still work in progress (WIP).

install
-------

[](#install)

> Webpage [silverengine.net](https://silverengine.net)

> Documentation [Documentation](https://silverengine.net/docs)

Download and setup
------------------

[](#download-and-setup)

> 1. Download master version 1.0.3 [Download now](https://github.com/SilverEngine/Framework/releases/tag/1.0.3)
> 2. Setup host configuration for webserver apache2 or nginix and point to public/ directory
> 3. Run composer update

Tutorial how to create a blog
-----------------------------

[](#tutorial-how-to-create-a-blog)

> We prepare simple tutorial how to work with SilverEngine [How to create a blog](https://github.com/SilverEngine/Framework/wiki/Create-a-blog)

Tutorial how to use ReflectORM (SilverEngine ORM)
-------------------------------------------------

[](#tutorial-how-to-use-reflectorm--silverengine-orm)

> We prepare simple tutorial how to work with SilverEngine [ReflectORM](https://github.com/SilverEngine/Framework/wiki/ReflectORM)

Tutorial how to use Ghost TE (Ghost template engine)
----------------------------------------------------

[](#tutorial-how-to-use-ghost-te-ghost-template-engine)

> Our brand new Template engine - tutorials still WIP [How to work with Ghost template engine](https://github.com/SilverEngine/Framework/wiki/Working-with-ghost)

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

[](#contributing)

Thank you for considering contributing to the framework!

Special thanks

- [lotfio-lakehal](https://github.com/lotfio)
- [nmarulo](https://github.com/nmarulo)
- [antigov](https://github.com/antigov)
- [mawaishanif](https://github.com/mawaishanif)

### Rules to follow

[](#rules-to-follow)

1. Same tree structure
2. PSR-4 and PSR-2
3. Namespace need to start with an Alias \\Silver\\
4. Follow manual for pagkagist [Packagist docs](https://packagist.org/)
5. (Optional) join us on Discord server [Join here](https://discord.gg/cwMygSP)
6. Make docs with .MD
7. Code need to be unit tested - php v5.6 | [PHPUnit](https://phpunit.de/index.html)

### Tree

[](#tree)

> For easy use please Src/ file direct the namespace to alias

```
\Silver\\
```

```

├─ config/
├─ docs/
├─ node_modules/
├─ public/
......└── index.php
├─ src/
......├── Controllers/
............└── DefaultController.php
......├── Facades/
......├── Helpers/
......├── Templates/
......└── Services/
├─ tests/
├─ translations/
├─ var/
......├─ cache/
......├─ log/
......└─ session/
├─ vendor/
└─ composer.json
```

Security &amp; Vulnerabilities
------------------------------

[](#security--vulnerabilities)

If you discover a security vulnerability within our engine, please send us email at

License
-------

[](#license)

The Silver Engine framework is open-sourced software licensed under the [MIT license](http://opensource.org/licenses/MIT).

###  Health Score

34

—

LowBetter than 77% of packages

Maintenance13

Infrequent updates — may be unmaintained

Popularity20

Limited adoption so far

Community23

Small or concentrated contributor base

Maturity70

Established project with proven stability

 Bus Factor1

Top contributor holds 71.6% 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 ~103 days

Total

5

Last Release

2640d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/2e72674f3996339810fecca431793ab66131a38880760fa342ac5e2b61432ed4?d=identicon)[SilverEngineTeam](/maintainers/SilverEngineTeam)

---

Top Contributors

[![SilverEngineTeam](https://avatars.githubusercontent.com/u/16226867?v=4)](https://github.com/SilverEngineTeam "SilverEngineTeam (53 commits)")[![Nejcc](https://avatars.githubusercontent.com/u/6236128?v=4)](https://github.com/Nejcc "Nejcc (7 commits)")[![KingSiller](https://avatars.githubusercontent.com/u/7824645?v=4)](https://github.com/KingSiller "KingSiller (5 commits)")[![EvilFreelancer](https://avatars.githubusercontent.com/u/9089568?v=4)](https://github.com/EvilFreelancer "EvilFreelancer (2 commits)")[![nejcdev](https://avatars.githubusercontent.com/u/66303179?v=4)](https://github.com/nejcdev "nejcdev (2 commits)")[![jadonbrownza](https://avatars.githubusercontent.com/u/7773361?v=4)](https://github.com/jadonbrownza "jadonbrownza (2 commits)")[![nmarulo](https://avatars.githubusercontent.com/u/3668825?v=4)](https://github.com/nmarulo "nmarulo (1 commits)")[![oversoul](https://avatars.githubusercontent.com/u/2866351?v=4)](https://github.com/oversoul "oversoul (1 commits)")[![lotfio](https://avatars.githubusercontent.com/u/18489496?v=4)](https://github.com/lotfio "lotfio (1 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/silverengine-framework/health.svg)

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

###  Alternatives

[laravel/telescope

An elegant debug assistant for the Laravel framework.

5.2k67.8M192](/packages/laravel-telescope)[spiral/roadrunner

RoadRunner: High-performance PHP application server and process manager written in Go and powered with plugins

8.4k12.2M84](/packages/spiral-roadrunner)[nolimits4web/swiper

Most modern mobile touch slider and framework with hardware accelerated transitions

41.8k177.2k1](/packages/nolimits4web-swiper)[laravel/dusk

Laravel Dusk provides simple end-to-end testing and browser automation.

1.9k36.7M259](/packages/laravel-dusk)[laravel/prompts

Add beautiful and user-friendly forms to your command-line applications.

708181.8M596](/packages/laravel-prompts)[cakephp/chronos

A simple API extension for DateTime.

1.4k47.7M121](/packages/cakephp-chronos)

PHPackages © 2026

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