heropoo / moon
Moon app is a lightweight PHP framework
v0.12.6
2024-10-30 07:55 UTC
Requires
- php: >=5.4
- ext-json: *
- heropoo/config: *
- heropoo/console: *
- heropoo/container: *
- heropoo/request: *
- heropoo/routing: *
- heropoo/session: *
- monolog/monolog: ^1.0
- symfony/http-foundation: ^4.3
- vlucas/phpdotenv: ^3.6
This package is auto-updated.
Last update: 2024-11-30 08:07:01 UTC
README
Moon is a lightweight PHP framework
Feature
- support normal http server (Apache, Nginx+PHP-FPM...)
Install
via composer
composer create-project moon-app
Quick start see moon-app