PHPackages                             victo/velty - 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. victo/velty

ActiveLibrary

victo/velty
===========

The best PHP Framework

00PHP

Since Apr 12Pushed 1y ago1 watchersCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

Velty ⚡ - Modern PHP Microframework
===================================

[](#velty----modern-php-microframework)

**Velty** is a custom-built PHP microframework focused on clarity, speed, and a modern developer experience.
It features routing, dynamic views, middleware, and a Laravel-Ignition-style debug system.

🚀 Current Features
------------------

[](#-current-features)

- ✅ Full routing system (GET, POST, groups, middleware, named routes)
- ✅ Secure middleware with interface validation
- ✅ Dynamic views using `{{ variables }}`
- ✅ Visual debug system (stack trace, code preview, suggestions)
- ✅ Custom exceptions (`ViewNotFoundException`, etc.)
- ✅ Modern 404 error page
- ✅ PSR-4 autoloading (via Composer)
- ✅ `.env` support with `APP_DEBUG` toggle

📁 Basic Structure
-----------------

[](#-basic-structure)

```
Velty/
├── app/
├── core/
│   └── Router.php
│   └── View.php
├── public/
│   └── index.php
├── resources/
│   └── views/
│       └── welcome.php
│       └── errors/404.php
├── routes/
│   └── web.php
├── src/Exceptions/
│   └── ViewNotFoundException.php
├── .env
├── composer.json

```

⚙️ Requirements
---------------

[](#️-requirements)

- PHP 8.1+
- Composer

📦 Installation
--------------

[](#-installation)

```
git clone https://github.com/yourusername/velty.git
cd velty
composer install
```

▶️ Run
------

[](#️-run)

```
php velty run
```

📌 Coming Soon
-------------

[](#-coming-soon)

- Built-in CLI: `php velty make:controller`, `init`
- Controller@method routing support
- Blade-style template system (`@include`, `@extends`)
- Basic authentication system
- Integrated testing framework

---

Crafted with ❤️ by Viespa.

###  Health Score

14

—

LowBetter than 2% of packages

Maintenance35

Infrequent updates — may be unmaintained

Popularity0

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity15

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/42c53c92b74468bfb0b06a793d00905917c746d8d6dbac61d92bbed7f198ce23?d=identicon)[Viespa](/maintainers/Viespa)

---

Top Contributors

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

### Embed Badge

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

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

PHPackages © 2026

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