# rocket **Repository Path**: laurence/rocket ## Basic Information - **Project Name**: rocket - **Description**: 基于 Composer,简单实用的 PHP 框架。 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2016-08-02 - **Last Updated**: 2024-11-27 ## Categories & Tags **Categories**: Uncategorized **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.