# madphp **Repository Path**: 1337991560/madphp ## Basic Information - **Project Name**: madphp - **Description**: 基于 Composer,简洁的PHP框架。 - **Primary Language**: PHP - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 6 - **Forks**: 0 - **Created**: 2015-08-22 - **Last Updated**: 2024-11-22 ## Categories & Tags **Categories**: webframework **Tags**: None ## README ## Madphp Madphp framework. ## usage method 1 ### Download: ```bash git clone https://github.com/xiaominge/madphp.git cd madphp ``` ### Install: ```bash composer install ``` ## usage method 2 ```bash composer require madphp/madphp : dev-master ``` ## License The madphp is open-sourced software licensed under the MIT license. ## Tips See the examples of application with Rocket. ```bash https://github.com/xiaominge/rocket ``` Enjoy it!