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

ActiveProject[Framework](/categories/framework)

slenix/slenix
=============

Slenix is a fast and flexible framework for building REST APIs and web applications

v3.1.0(yesterday)10128MITPHPPHP &gt;=8.0

Since Aug 6Pushed 1mo ago3 watchersCompare

[ Source](https://github.com/claudiovictors/slenix)[ Packagist](https://packagist.org/packages/slenix/slenix)[ Docs](https://slenix.vercel.app)[ RSS](/packages/slenix-slenix/feed)WikiDiscussions main Synced today

READMEChangelogDependenciesVersions (23)Used By (0)

 [![Slenix Logo](public/logo.svg)](public/logo.svg)

Slenix Framework
================

[](#slenix-framework)

 [![PHP Version](https://camo.githubusercontent.com/074222e0a3638b5a49cfb83132a87bf74c33c88485955358673cd65d9b754036/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f5048502d382e312532422d626c75653f7374796c653d666c61742d737175617265)](#) [![Version](https://camo.githubusercontent.com/3fc31cbbc8f663ccc29f9b1750420a812d51df76e19edad3e7319558bd4d66b5/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f56657273696f6e2d322e362d677265656e3f7374796c653d666c61742d737175617265)](#) [![License](https://camo.githubusercontent.com/b99e4d1ed54627e940af3a0789b46036b30ad37e1fe44de0e78a1213d5b46abb/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4c6963656e73652d4d49542d6f72616e67653f7374796c653d666c61742d737175617265)](#)

---

Overview
--------

[](#overview)

Slenix is a lightweight, high-performance, and expressive web application framework for PHP. Built on a clean Model-View-Controller (MVC) architecture, it eliminates unnecessary abstraction layers to provide a predictable, explicit development environment with zero hidden magic.

---

Core Capabilities
-----------------

[](#core-capabilities)

SubsystemComponents &amp; Specifications**HTTP &amp; Routing**Dynamic routing engine, lifecycle middleware pipelines, isolated request/response abstractions, and automated error handling.**Database Architecture**Fluent Query Builder, Object-Relational Mapping (ORM) supporting advanced associations (`HasManyThrough`, `MorphMany`), database blueprint migrations, and model seeding.**Security Architecture**Native CSRF token verification, encrypted sessions, programmatic Rate Limiting, token-based JWT authentication, and customizable Auth Guards.**Asynchronous &amp; Real-time**Built-in asynchronous multi-connection **WebSocket Server** and a managed **Queue Processing Subsystem** with background worker daemons.**System Ecosystem****Celestial CLI** development utility, **Luna Template Engine**, driver-based Caching, transactional Mail layouts, and system Logging logs.---

Directory Structure
-------------------

[](#directory-structure)

The repository enforces a strict decoupling between application boundaries and core framework primitives:

```
.
├── celestial               # Framework Command-Line Interface binary
├── public/                 # Document root (Application entry point & static assets)
├── routes/                 # HTTP routing declarations
├── src/                    # Framework Core Source
│   ├── Config/             # Environment configuration mapping
│   ├── Core/               # Kernel, Environment loaders, CLI handlers, and WebSocket layers
│   ├── Database/           # Migrations, Seeds, ORM relationships, and Query engines
│   ├── Http/               # Routing, Request/Response structures, and Middleware implementations
│   └── Supports/           # Authentication, Token encryption, Cache, Queues, Luna Engine, and Validation
└── views/                  # UI presentation components (.luna.php templates)

```

---

Technical Prerequisites
-----------------------

[](#technical-prerequisites)

To deploy or integrate Slenix, the target runtime environment must meet the following baseline requirements:

- **PHP Runtime**: Version 8.1 or higher
- **Core Extensions**: `curl` (active client capability), `PDO` (with database-specific drivers enabled), and `json` compilation support.

---

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

[](#documentation)

The comprehensive architectural reference guides, detailed implementation API specifications, and configuration details are hosted at:

👉 **[Official Technical Documentation](https://slenix.vercel.app)**

---

Security Vulnerabilities
------------------------

[](#security-vulnerabilities)

To report a security vulnerability or exploit within this system, please utilize the private vulnerability reporting mechanism via GitHub Issues or contact the maintainers directly. All security inquiries are treated with high priority.

---

License
-------

[](#license)

The Slenix Framework is open-source software distributed under the terms of the **MIT License**.

###  Health Score

46

—

FairBetter than 92% of packages

Maintenance96

Actively maintained with recent releases

Popularity19

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity51

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

Total

21

Last Release

1d ago

Major Versions

v1.9 → v2.02025-09-22

v2.8 → v3.0.02026-06-24

### Community

Maintainers

![](https://www.gravatar.com/avatar/5f3c763b9bf688267c55b17c14b46b943b299dcf36e1516c445e7740114ecc3d?d=identicon)[claudiovictors](/maintainers/claudiovictors)

---

Top Contributors

[![claudiovictors](https://avatars.githubusercontent.com/u/157994325?v=4)](https://github.com/claudiovictors "claudiovictors (7 commits)")

---

Tags

cliframeworkormrouteslenix

### Embed Badge

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

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

###  Alternatives

[developermarius/simple-router

Simple, fast PHP router that is easy to get integrated and in almost any project. Heavily inspired by the Laravel router.

112.5k](/packages/developermarius-simple-router)

PHPackages © 2026

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