josiahdev/stormphp
最新稳定版本:v2.0.0
Composer 安装命令:
composer create-project josiahdev/stormphp
包简介
StormPHP Installer
README 文档
README
StormPHP is a lightweight custom MVC framework for PHP developers who want a simple yet powerful structure for building web applications.
🚀 Installation
To create a new StormPHP project, run the following command:
composer create-project josiahdev/stormphp project-name
Or, if you have installed the StormPHP Installer globally:
storm new project-name
🔥 Running the Development Server
To start the built-in PHP server, navigate to your project folder and run:
php storm serve
Then, open http://127.0.0.1:8000 in your browser.
📌 Commands
StormPHP includes a simple CLI tool:
storm new project-name # Create a new StormPHP project composer create-project josiahdev/stormphp project-name # Or install via Composer php storm serve # Start the development server php storm make:controller Name # Generate a new controller php storm make:model Name # Generate a new model php storm make:view Name # Generate a new view php storm make:middleware Name # Generate a new middleware
🛠 Features
- Lightweight MVC structure
- PSR-4 autoloading
- Built-in routing system
- Simple and intuitive syntax
📜 License
StormPHP is open-source software licensed under the MIT License.
Happy coding with StormPHP! 🚀
统计信息
- 总下载量: 4
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2025-03-31