vernsix / primordyx
A lightweight PHP framework for modern web apps.
Installs: 20
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 0
Forks: 0
Open Issues: 0
Language:HTML
pkg:composer/vernsix/primordyx
Requires
- php: ^8.2
- ext-ctype: *
- ext-curl: *
- ext-dom: *
- ext-fileinfo: *
- ext-gd: *
- ext-iconv: *
- ext-libxml: *
- ext-mbstring: *
- ext-openssl: *
- ext-pdo: *
- ext-simplexml: *
This package is auto-updated.
Last update: 2025-11-29 21:02:55 UTC
README
A lightweight PHP framework built for clarity, control, and fast starts.
🌋 What Is Primordyx?
Primordyx is a no-nonsense, PHP framework built around a familiar MVC structure. It’s ideal for developers who:
- Prefer readable code over clever tricks
- Enjoy setting things up their own way
- Want to avoid bloated frameworks with layers of magic
- Like having full control, from routing to rendering
⚙️ Features
- ⚡ Lightweight and fast—minimal overhead, maximum control
- 🗂️ Simple routing system
- 🔧 Flexible MVC conventions (without the rigidity)
- 🧱 Clean autoloading for controllers, models, and helper classes
- 🔐 Built-in Auth with role-based access and brute-force protection
- 🧪 Easy to debug, extend, and actually understand
🤠 Philosophy
Primordyx doesn’t tell you how to build — it gives you the ground to build on.
This isn’t a framework for everyone. It’s for developers who want structure without friction and freedom without chaos. If you like frameworks that bootload half the universe before rendering “Hello, World” — this probably isn’t for you.
📜 License
MIT. Do what you want. Just don’t blame me if it burns down your app.
🧯 Questions? Bugs? Praise?
Just fire me an email vernsix@gmail.com
🚀 Getting Started
👉 See INSTALL.md for detailed setup instructions.