bitshost/upmvc-basic-mvc
Composer 安装命令:
composer create-project bitshost/upmvc-basic-mvc
包简介
PHP Basic MVC with Router
README 文档
README
PHP MVC Starter Kit with Router and Composer
Project Title:
PHP MVC Starter Kit with Router and Composer
##Install:
composer require bitshost/upmvc-basic-mvc
composer create-project --prefer-dist --stability=dev bitshost/upmvc-basic-mvc yourfolder
Description:
Jumpstart your PHP web development with this extensible MVC Starter Kit. It provides a minimal yet powerful foundation for building web applications, featuring a flexible router, built-in namespace support, and adhering to Object-Oriented Programming (OOP) principles. Use it as a starting point and effortlessly extend it to match your project requirements.
Key Features:
MVC Architecture: Start with a clean and organized codebase by structuring your application into Model, View, and Controller components.
Flexible Router: Easily handle URL routing and customize it to suit your application's needs.
Built-in Namespace Support: Organize your codebase efficiently with built-in support for PHP namespaces.
Object-Oriented Programming (OOP): Adopt modern PHP practices with an emphasis on OOP for better code organization and maintainability.
Composer Integration: Manage dependencies seamlessly and enhance your project with additional libraries using Composer.
Getting Started:
Clone the repository: git clone PHP MVC BASIC KIT
Install dependencies: composer install
Configure your web server to point to the public directory.
Explore the app directory for controllers, models, and views to begin building your application.
Extensibility:
This starter kit is intentionally minimal, allowing you to easily extend and tailor it to your project's unique requirements. Add new features, components, or modify existing ones as your application evolves.
Contributing:
Contributions are welcome! Feel free to open GitHub issues for feedback, bug reports, or submit pull requests to enhance the starter kit.
License:
This project is licensed under the MIT License.
统计信息
- 总下载量: 3
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 2
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2023-11-16