Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 509 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 509 Bytes

ManaPHP Framework

This is the core framework code of ManaPHP.

This repository is a read-only git subsplit of https://github.com/manaphp/manaphp. Please submit issue reports and pull requests to the main repository.

Installation

The preferred way to install the ManaPHP framework is through composer.

Either run

composer require manaphp/framework

or add

{
    "manaphp/framework": "dev-master"
}

to require section of your composer.json.