claud/my-php-mvc 问题修复 & 功能扩展

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

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

claud/my-php-mvc

最新稳定版本:1.1.1

Composer 安装命令:

composer create-project claud/my-php-mvc

包简介

Small PHP MVC framework

README 文档

README

Latest Stable Version Total Downloads License

The My PHP MVC is a small project that aims to simplify and study PHP for simple web applications. Use it, have fun and call it yours.

Resources

  • Easy to use
  • Simple and intuitive
  • Support for routes with parameters
  • Functions or controller methods associated with routes

Installing

You can clone this repository or install via Composer:

composer create-project claud/my-php-mvc

After installing, you can serve te application using the PHP built-in web server:

php -S localhost:8000 -t public

The application will be available at http://localhost:8000.

Contributing

If you would like to contribute to this project, please follow these steps:

  1. Fork the repository
  2. Create a branch with a meaningful description: git checkout -b my-feature
  3. Make your changes and add relevant code comments
  4. Make sure to run unit tests, if applicable
  5. Submit a pull request describing your changes

License

The My PHP MVC is open-sourced software licensed under the MIT license.

ContACT

If you have any questions or need help, please feel free to contact:

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: MIT
  • 更新时间: 2023-12-28