manaphp/framework is a Laravel package for the manaphp framework.
It currently has 7 GitHub stars and 1.045 downloads on Packagist (latest version v3.4.0).
Install it with composer require manaphp/framework.
Discover more Laravel packages by manaphp
or browse all Laravel packages to compare alternatives.
Last updated
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.