# framework **Repository Path**: manaphp/framework ## Basic Information - **Project Name**: framework - **Description**: MIRROR of https://github.com/manaphp/framework - **Primary Language**: PHP - **License**: MIT - **Default Branch**: develop - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2016-11-07 - **Last Updated**: 2024-01-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ManaPHP Framework This is the core framework code of ManaPHP. This repository is a read-only git subsplit of . Please submit issue reports and pull requests to the main repository. ## Installation The preferred way to install the ManaPHP framework is through [composer](http://getcomposer.org/download). Either run ``` composer require manaphp/framework ``` or add ```json { "manaphp/framework": "dev-master" } ``` to `require` section of your composer.json.