nezamy/just

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

Maintainers

Package info

github.com/nezamy/just

pkg:composer/nezamy/just

Statistics

Installs: 92

Dependents: 0

Suggesters: 0

Stars: 1

Open Issues: 1

0.2 2020-06-11 00:33 UTC

This package is not auto-updated.

Last update: 2026-03-13 12:35:56 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