mttk2004/phpure 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

mttk2004/phpure

最新稳定版本:v0.0.6

Composer 安装命令:

composer create-project mttk2004/phpure

包简介

phpure is a simple MVC framework written in PHP to help beginners understand the inner workings of a web application built with the MVC pattern.

README 文档

README

PHPure Framework

PHPure Framework

License: MIT Latest Stable Version Total Downloads PHP >=8.0

A lightweight, pure PHP framework inspired by Laravel, designed to help beginners learn and understand how web applications work with the MVC pattern.

📋 Overview

PHPure provides a clean, simple, and elegant structure to build PHP applications. It includes essential features like routing, database ORM, template engine, middleware, validation, and more, while keeping the codebase easy to understand and maintain.

This framework is perfect for:

  • ✅ Learning the MVC architecture
  • ✅ Understanding how web frameworks work under the hood
  • ✅ Building small to medium-sized applications
  • ✅ Gaining a solid foundation before moving to larger frameworks like Laravel

🚀 Quick Start

# Create a new PHPure project
composer create-project mttk2004/phpure project_name
cd project_name

# Install dependencies
npm install

# Configure your environment
cp .env.example .env

# Run the development server
npm run dev:all

Open http://localhost:8000 to see the result!

📚 Documentation

Detailed documentation is available in the Official PHPure Documentation.

🛠️ Key Features

  • MVC Architecture - Clean separation of Models, Views, and Controllers
  • Routing System - Simple and flexible routing
  • Database ORM - Elegant database interactions
  • Template Engine - Using Twig for powerful templating
  • Middleware - Request/response filtering

🔔 Notice

This project includes Twig, a template engine licensed under the BSD-3-Clause license, not MIT. All other components of PHPure are licensed under MIT.

📜 License

PHPure is open-source software licensed under the MIT license.

👨‍💻 Author

Created by Mai Trần Tuấn Kiệt.

🤝 Contributing

Contributions are always welcome! See contributing guide for more information.

🌟 Star History

Star History Chart

Last updated: April 2025

统计信息

  • 总下载量: 4
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 5
  • 点击次数: 1
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 5
  • Watchers: 1
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2025-04-06