manaphp/framework

The ManaPHP Framework

v3.1.0 2023-12-30 08:01 UTC

README

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.