harpya/ufw-base

Micro-framework, intended to small API based web applications.

Installs: 51

Dependents: 0

Suggesters: 0

Security: 0

Stars: 3

Watchers: 1

Forks: 0

pkg:composer/harpya/ufw-base

1.1.11 2018-07-23 07:22 UTC

This package is not auto-updated.

Last update: 2025-10-04 03:10:08 UTC


README

Installation

composer require harpya/ufw-base

Usage

First of all, initialize the framework

vendor/bin/ufw --init

Make sure that your webserver have the ~/public directory, and the mod_rewrite is working.

After this, create the application

vendor/bin/ufw --create=myApp

Point your browser to address http://YOUR_IP/info to see phpinfo() page, and http://YOUR_IP/app/myApp/ to see the welcome message.