manaphp / framework
The ManaPHP Framework
Installs: 1 023
Dependents: 7
Suggesters: 0
Security: 0
Stars: 3
Watchers: 4
Forks: 2
Open Issues: 0
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
- dev-develop
- v3.2.0
- v3.1.0
- v3.0.1
- v3.0.0
- v2.0.5
- v2.0.4
- v2.0.3
- v2.0.2
- v2.0.1
- v2.0.0
- v1.8.3
- v1.8.2
- v1.8.1
- v1.8.0
- v1.7.7
- v1.7.6
- v1.7.5
- v1.7.4
- v1.7.3
- v1.7.2
- v1.7.1
- v1.7.0
- v1.6.3
- v1.6.2
- v1.6.1
- v1.6.0
- v1.5.3
- v1.5.2
- v1.5.1
- v1.5.0
- v1.4.1
- v1.4.0
- v1.3.2
- v1.3.1
- v1.3.0
- v1.1.0
- v1.0.2
- v1.0.1
- v1.0.0
- v0.10.0
- v0.9.3
- v0.9.2
- v0.9.1
- v0.9.0
- v0.8.7
- v0.8.6
- v0.8.5
- v0.8.4
- v0.8.3
- v0.8.2
- v0.8.1
- v0.8.0
- v0.7.13
- v0.7.12
- v0.7.9
- v0.7.8
- v0.7.7
- v0.7.6
- v0.7.5
- dev-master
- dev-amqp
This package is auto-updated.
Last update: 2024-10-29 03:48:23 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.