heropoo / moon
Moon app is a lightweight PHP framework
Installs: 247
Dependents: 1
Suggesters: 0
Security: 0
Stars: 3
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/heropoo/moon
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: 2025-10-29 02:21:40 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