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.
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.