# rocket **Repository Path**: 1337991560/rocket ## Basic Information - **Project Name**: rocket - **Description**: 基于 Composer,简单实用的 PHP 框架。 - **Primary Language**: PHP - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 6 - **Forks**: 1 - **Created**: 2015-08-22 - **Last Updated**: 2024-11-22 ## Categories & Tags **Categories**: webframework **Tags**: None ## README ## Rocket Rocket is a simple PHP framework based on composer. ## Start ### Download: ```bash git clone https://git.oschina.net/1337991560/rocket.git cd rocket ``` ### Install: ```bash composer install ``` Then modify `app/configs/db.development.php` with right information and import `install/blog.sql`, `install/rbac.sql`. ## License The rocket framework is open-sourced software licensed under the MIT license.