alanretubis/praxis-php
最新稳定版本:v1.0.0
Composer 安装命令:
composer create-project alanretubis/praxis-php
包简介
PraxisPHP: A lightweight beginner-friendly PHP MVC microframework.
README 文档
README
PraxisPHP is a lightweight and modern PHP micro-framework designed for simplicity, speed, and flexibility.
Perfect for building small to medium web applications and APIs without the heavy baggage of larger frameworks.
🚀 Features
- Minimal and Clean MVC Architecture
- Built-in Lightweight Routing
- Simple Database Connection (PDO)
- Environment Variables Loader (.env)
- Extendable and Customizable Core
- Composer Autoloading
- GitHub Actions CI ready
🧰 Requirements
- PHP 8.0 or higher
- Composer
- MySQL or MariaDB
- Web Server (Apache, Nginx, etc.)
📦 Installation
-
Install via Composer:
You can install the PraxisPHP package directly using Composer:
composer create-project alanretubis/praxis-php <project-name>
-
Configure the Environment
Copy the example environment file to
.env.- For macOS/Linux:
cp .env.example .env
- For Windows:
copy .env.example .env
-
Running your app
php -S localhost:8000 -t public
统计信息
- 总下载量: 3
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2025-04-29