luxid/framework
Composer 安装命令:
composer create-project luxid/framework
包简介
Starter project for Luxid Framework
关键字:
README 文档
README
About Luxid
Luxid is a lightweight, modern PHP framework designed with simplicity and speed in mind. Built for developers who want full control over their application architecture, Luxid provides a clean routing system, a flexible screen rendering engine, and an elegant structure for building powerful applications in a custom architecture called SEA [Screen(View) - Entities(Models) - Actions(Controllers)]
Luxid focuses on:
- Clear and expressive routing
- Simple and intuitive actions (controllers)
- A lightweight screen/template engine (
.nova.php) - Easy request/response handling
- Minimal setup, maximum flexibility
Luxid removes the unnecessary complexity of large frameworks and gives developers a clean, enjoyable development experience.
Key Features
- Fast routing engine with support for GET/POST and callbacks
- Action-based controllers (cleaner than classical MVC)
- Simple
.nova.phpscreen rendering system - Framework-level request sanitization
- Extensible architecture
- Easily readable, elegant syntax
- Zero-dependency core (other than Composer autoloading)
Luxid is ideal for small-to-medium web apps, APIs, school management systems, dashboards, and learning modern PHP framework design.
Installation
To get started with Luxid, follow these steps:
1. Create a new Luxid project via Composer
composer create-project luxid/framework my-app
cd my-app
2. Configure environment
- Edit
.envto configure your database
DB_DSN=mysql:host=127.0.0.1;port=3306;dbname=luxid DB_USER=root DB_PASSWORD=
You can find further instructions in the .env on how to configure your database credentials based on your Operating System.
- Create the database
php juice db:create
- Run migrations
php juice db:migrate
- Start the development server
php juice start
- After these steps, you can access your Luxid application at http://localhost:8080
Learning Luxid
Luxid clear documentation luxid.dev and is intentionally designed to be beginner-friendly for developers learning framework architecture.
You can explore:
- The
screens/folder – UI screens - The
app/actions/folder – controllers migrations/folder - migrations
Contributing
Thank you for your interest in contributing to Luxid! A full contribution guide will be included in the documentation, but in general:
- Follow PSR-12 coding standards
- Submit PRs with clear descriptions
- Make sure your additions are tested and documented
Security Vulnerabilities
If you discover a security issue within Luxid, please contact:
Email: jhay@luxid.dev
All vulnerabilities will be reviewed and patched promptly.
License
Luxid is open-source software licensed under the MIT License.
luxid/framework 适用场景与选型建议
luxid/framework 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 133 次下载、GitHub Stars 达 2, 最近一次更新时间为 2025 年 12 月 22 日, 在 PHP 生态内属于活跃度较高的组件。
它主要适用于以下技术方向: 「framework」 「php」 「starter」 「luxid」 等业务场景。在实际项目中,围绕这些方向常见需要落地的问题包括:接口对接、性能调优、并发安全、与既有框架(Laravel / ThinkPHP / Yii / Webman 等)的兼容适配,以及生产环境的日志埋点与稳定性保障。
我们在过去多个企业项目中使用过 luxid/framework 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 luxid/framework 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
与 luxid/framework 相关的其它包
同方向 / 同关键字的高下载量 PHP Composer 包推荐,方便对比选型:
PHP Framework HLEB2 is the foundation of the web application. Provides ease of development and application performance.
Laravel Filament Starter.
Slim starter / Slim skeleton package to boost your development with Slim framework
Alfabank REST API integration
A Craft CMS scaffolding project
Nette project example for contributte/api-router library by @f3l1x and @paveljanda
统计信息
- 总下载量: 133
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 23
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2025-12-22