PHPackages                             sigmaphp/sigmaphp - 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. sigmaphp/sigmaphp

ActiveLibrary[Framework](/categories/framework)

sigmaphp/sigmaphp
=================

SigmaPHP Web Development Framework

0.1.6(3d ago)02↓100%MITPHPCI passing

Since Jun 15Pushed 3d ago1 watchersCompare

[ Source](https://github.com/SigmaPHP/SigmaPHP)[ Packagist](https://packagist.org/packages/sigmaphp/sigmaphp)[ RSS](/packages/sigmaphp-sigmaphp/feed)WikiDiscussions master Synced today

READMEChangelog (7)Dependencies (2)Versions (8)Used By (0)

 [![SigmaPHP Logo](public/assets/images/SigmaPHP-Logo.png)](public/assets/images/SigmaPHP-Logo.png)

 SigmaPHP Framework
====================

 [![](https://camo.githubusercontent.com/b8cadaa967891081f8f165695470689986c028821dd8a040132f6e661795dc0d/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d626c7565)](https://camo.githubusercontent.com/b8cadaa967891081f8f165695470689986c028821dd8a040132f6e661795dc0d/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d626c7565) [![](https://camo.githubusercontent.com/6a17d5d46ef1c9282a1b4a65e6c00a2a60a75ceb4cff34a39a31037205639e69/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f76657273696f6e2d302e312e362d6f72616e6765)](https://camo.githubusercontent.com/6a17d5d46ef1c9282a1b4a65e6c00a2a60a75ceb4cff34a39a31037205639e69/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f76657273696f6e2d302e312e362d6f72616e6765) [![](https://camo.githubusercontent.com/56afb9f7e945cee102cbcc452823f7892e6156220e6db1a5aaffce78ae90708b/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f7068702d3e3d382e302d79656c6c6f77677265656e)](https://camo.githubusercontent.com/56afb9f7e945cee102cbcc452823f7892e6156220e6db1a5aaffce78ae90708b/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f7068702d3e3d382e302d79656c6c6f77677265656e) [![](https://camo.githubusercontent.com/4f0696d4045c0d7b24e34598dc870b1f46cebbb1f7ef29d12df940181a722d85/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f5369676d615048502f5369676d615048502f72756e2d6c696e75782e796d6c3f6272616e63683d6d6173746572)](https://camo.githubusercontent.com/4f0696d4045c0d7b24e34598dc870b1f46cebbb1f7ef29d12df940181a722d85/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f5369676d615048502f5369676d615048502f72756e2d6c696e75782e796d6c3f6272616e63683d6d6173746572) [![](https://camo.githubusercontent.com/57e49677c04a165b22525f1beab5d281487bca0cdadd362327c1b8370b1bc1f6/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f5369676d615048502f5369676d61504850)](https://camo.githubusercontent.com/57e49677c04a165b22525f1beab5d281487bca0cdadd362327c1b8370b1bc1f6/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f5369676d615048502f5369676d61504850)

[](#----sigmaphp-framework------------------------------------------------)

**SigmaPHP** is a simple yet powerful PHP framework , for building modern application. Based on a solid MVC (Model-View-Controller) architecture, it offers a clear structure and a rich set of tools to tackle even the most challenging development problems. With **SigmaPHP** you focus on your dream app and leave the development to us.

Features
--------

[](#features)

- Dependency Injection: Manage your application's dependencies efficiently.
- Powerful Router: Enjoy out-of-the-box routing capabilities for clean and intuitive URLs.
- ORM (Object-Relational Mapping): Interact with your database using objects, with zero SQL interaction required.
- Migrations &amp; Seeders: Manage your database schema and populate it with initial data seamlessly.
- CLI Tool: Generate boilerplate code (controllers, models, etc.) effortlessly with a command-line interface.
- Robust Template Engine: Create dynamic views with support for conditions, loops, blocks, and more.
- Request/Response Handling: Easily manage incoming requests and outgoing responses.
- Advanced Caching Mechanism: Boost your application's performance with intelligent caching for faster page loading.
- Minimal Folder Structure: A streamlined directory layout that maximizes efficiency and clarity.
- Helper Methods: Access a collection of convenient, ready-to-use helper functions.
- Zero Configuration: Get up and running quickly – just set your database parameters and go!
- Easy Deployment: Deploy your SigmaPHP applications with minimal fuss.

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

[](#getting-started)

Ready to build something amazing with **SigmaPHP** ? Follow these simple steps to get started:

First, create new **SigmaPHP** project by running the following command in your terminal of choice:

```
composer create-project sigmaphp/sigmaphp my-app

```

Next, navigate into your new `my-app` directory and launch the PHP built-in server using the **SigmaPHP** CLI assistant tool:

```
cd my-app/

./bin/sigma-cli run

```

Your **SigmaPHP** application should now be accessible in your web browser at:

```
http://localhost:8888

```

What's Next ?
-------------

[](#whats-next-)

To dive deeper into the framework's capabilities, explore the comprehensive [Documentation](https://www.example.com). You can also check out the [Demo Application](https://www.example.com) for a practical example. We highly value your contribution and feedback, so please feel free to reach out!

License
-------

[](#license)

(SigmaPHP Framework) released under the terms of the MIT license.

###  Health Score

36

—

LowBetter than 81% of packages

Maintenance99

Actively maintained with recent releases

Popularity3

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity31

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

Recently: every ~30 days

Total

7

Last Release

3d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/273749202?v=4)[SigmaPHP](/maintainers/SigmaPHP)[@SigmaPHP](https://github.com/SigmaPHP)

---

Top Contributors

[![agashe](https://avatars.githubusercontent.com/u/12908115?v=4)](https://github.com/agashe "agashe (38 commits)")

---

Tags

frameworkSigmaPHP

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[pestphp/pest-plugin-stressless

Stressless plugin for Pest

67792.6k16](/packages/pestphp-pest-plugin-stressless)

PHPackages © 2026

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