nezamy/just

Just is a PHP micro-framework for Full Stack Web Developer

Installs: 92

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 2

Forks: 3

Open Issues: 1

pkg:composer/nezamy/just

0.2 2020-06-11 00:33 UTC

This package is not auto-updated.

Last update: 2025-10-10 10:24:16 UTC


README

Just is a PHP micro-framework for Full Stack Web Developer

Get Started

composer create-project --prefer-dist nezamy/just:0.2 app_name

Start run app with php built-in server

cd app_name/public
php -S localhost:8000