定制 php-mvc/framework 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

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

php-mvc/framework

最新稳定版本:v1.1.0

Composer 安装命令:

composer require php-mvc/framework

包简介

The PHP MVC Framework

README 文档

README

Note: This repository contains the core code of the PHP MVC framework. If you want to build an application using it, visit the main PHP MVC Application repository.

This Framework is a simple and educational PHP MVC (Model-View-Controller) framework designed for learning purposes. It provides a basic structure for building web applications using the MVC architectural pattern. While this framework may not be production-ready, it serves as a valuable educational resource for understanding the fundamentals of MVC and web development in PHP.

If you want to contribute, feel free to do so.

Features

  • MVC Architecture: Separation of concerns for better code organization.
  • Controller: Create controllers to handle user requests and interact with models.
  • View: Implement views for rendering user interfaces.
  • Routing: Define routes to control how URLs are handled.
  • Middleware: Implement middleware to process requests before they reach the controller.
  • Request Handler: Handle incoming HTTP requests and route them to the appropriate controller.
  • Form Constructor: Easily create forms for user input and validation.
  • Model: Implement models to interact with the database and perform CRUD operations.

Installation

You can install this framework using Composer by running following command:

composer require php-mvc/framework

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: Unknown
  • 更新时间: 2023-09-24