PHPackages                             josiahdev/stormphp - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. josiahdev/stormphp

ActiveProject[Utility &amp; Helpers](/categories/utility)

josiahdev/stormphp
==================

StormPHP Installer

v2.0.0(1y ago)04MITBladePHP &gt;=7.4

Since Mar 31Pushed 1y ago1 watchersCompare

[ Source](https://github.com/anyasauce/stormphp)[ Packagist](https://packagist.org/packages/josiahdev/stormphp)[ RSS](/packages/josiahdev-stormphp/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (1)Versions (2)Used By (0)

StormPHP Framework 2.0
======================

[](#stormphp-framework-20)

StormPHP is a lightweight custom MVC framework for PHP developers who want a simple yet powerful structure for building web applications.

🚀 Installation
--------------

[](#-installation)

To create a new StormPHP project, run the following command:

```
composer create-project josiahdev/stormphp project-name
```

Or, if you have installed the StormPHP Installer globally:

```
storm new project-name
```

🔥 Running the Development Server
--------------------------------

[](#-running-the-development-server)

To start the built-in PHP server, navigate to your project folder and run:

```
php storm serve
```

Then, open `http://127.0.0.1:8000` in your browser.

📌 Commands
----------

[](#-commands)

StormPHP includes a simple CLI tool:

```
storm new project-name   # Create a new StormPHP project
composer create-project josiahdev/stormphp project-name  # Or install via Composer
php storm serve             # Start the development server
php storm make:controller Name  # Generate a new controller
php storm make:model Name       # Generate a new model
php storm make:view Name        # Generate a new view
php storm make:middleware Name   # Generate a new middleware
```

🛠 Features
----------

[](#-features)

- Lightweight MVC structure
- PSR-4 autoloading
- Built-in routing system
- Simple and intuitive syntax

📜 License
---------

[](#-license)

StormPHP is open-source software licensed under the **MIT License**.

---

Happy coding with StormPHP! 🚀

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance47

Moderate activity, may be stable

Popularity3

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity37

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

Unknown

Total

1

Last Release

413d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/fc6bff1bd85873694b991a5f76bd0b989c67ae755d8715b7d72890795c55e022?d=identicon)[josiah14](/maintainers/josiah14)

---

Top Contributors

[![anyasauce](https://avatars.githubusercontent.com/u/176785897?v=4)](https://github.com/anyasauce "anyasauce (14 commits)")

### Embed Badge

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

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

PHPackages © 2026

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