claud/my-php-mvc
最新稳定版本:1.1.1
Composer 安装命令:
composer create-project claud/my-php-mvc
包简介
Small PHP MVC framework
README 文档
README
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:
- Fork the repository
- Create a branch with a meaningful description:
git checkout -b my-feature - Make your changes and add relevant code comments
- Make sure to run unit tests, if applicable
- 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:
- Cláudio Oliveira
- franciscoclaudiooliveira@gmail.com
统计信息
- 总下载量: 21
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 8
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2023-12-28