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

ActiveProject[Framework](/categories/framework)

vulcanphp/vulcanphp
===================

Vulcan PHP is a MVC based micro framework to create PHP Applications easily

V1.1.0(2y ago)223MITPHPPHP &gt;=8.0

Since Nov 30Pushed 2y ago1 watchersCompare

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

READMEChangelog (2)Dependencies (10)Versions (3)Used By (0)

VulcanPhp
=========

[](#vulcanphp)

Vulcan PHP is a MVC based micro framework to create PHP Applications easily.

What is VulcanPhp
-----------------

[](#what-is-vulcanphp)

VulcanPhp is a open-source, lightweight, and model-view-controller (MVC) based system. it is secure and has all the common mechanism to easily create a php application.

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

[](#installation)

It's recommended that you use [Composer](https://getcomposer.org/) to install VulcanPhp

```
$ composer create-project vulcanphp/vulcanphp first-app
```

Start The Application
---------------------

[](#start-the-application)

```
$ cd first-app

$ php vulcan -s
```

Vulcan CLI
----------

[](#vulcan-cli)

```
$ php vulcan -h
```

to print all the available commands in VulcanPhp.

### Create a Vite Application with vulcan cli

[](#create-a-vite-application-with-vulcan-cli)

1.

```
$ php vulcan vite
```

it will simply generate a vite application startup project in VulcanPhp.

2.

```
// render vite application
return vite_view();
```

3.

```
$ npm run dev
```

thats it..

VulcanPhp Documentation
-----------------------

[](#vulcanphp-documentation)

- [Routing System](https://github.com/vulcanphp/phprouter#readme)
- [Database](https://github.com/vulcanphp/simpledb#readme)
- [Caching System](https://github.com/vulcanphp/fastcache#readme)
- [Translator](https://github.com/vulcanphp/translator#readme)
- [Files System](https://github.com/vulcanphp/filesystem#readme)
- [Http/Curl](https://github.com/vulcanphp/easycurl#readme)
- [Sweet View](https://github.com/vulcanphp/sweetview#readme)
- [VulcanPhp Core](https://github.com/vulcanphp/core#readme)

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity48

Maturing project, gaining track record

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

Total

2

Last Release

804d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/f6904c684048421da96c056bc3b6dc0c1bbf58f847454a6b927bbc26da41ebe7?d=identicon)[dev.shahin](/maintainers/dev.shahin)

---

Top Contributors

[![shahinmoyshan](https://avatars.githubusercontent.com/u/128284645?v=4)](https://github.com/shahinmoyshan "shahinmoyshan (5 commits)")

---

Tags

mvcvulcanphp

### Embed Badge

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

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

###  Alternatives

[laminas/laminas-mvc

Laminas's event-driven MVC layer, including MVC Applications, Controllers, and Plugins

17224.4M365](/packages/laminas-laminas-mvc)

PHPackages © 2026

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