manaphp / framework
The ManaPHP Framework
v3.4.0
2025-08-31 14:35 UTC
Requires
- php: >=8.1
- ext-json: *
- psr/container: ~2.0.2
- psr/event-dispatcher: 1.0.*
- psr/log: ^2.0
- psr/simple-cache: ^3.0
This package is auto-updated.
Last update: 2026-05-23 11:16:19 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.