falgunphp / skeleton
This is skeleton for Falgun Framework.
Installs: 14
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:project
Requires
- php: ^7.4|^8.0
- falgunphp/application: dev-master#afd0c86b9c471587ff897c5404560009fb4a42e2
- falgunphp/fancyerror: dev-master#711d032b7cde4cf0073b168669e66cd3262132e7
- falgunphp/middlewares: ^0.0.2
This package is auto-updated.
Last update: 2025-05-27 04:54:10 UTC
README
Application Skeleton for Falgun Framework.
Install
Please note that PHP 7.4 or higher is required.
Via Composer
$ composer create-project falgunphp/skeleton --stability=dev --no-dev # after installation, we can start local server on port 8080 $ cd skeleton/ && php -S localhost:8080 -t public/
License
The MIT License (MIT). Please see License File for more information.