sunkan/polus

This package is abandoned and no longer maintained. The author suggests using the polus/polus package instead.

base for my version of mvc

4.1.0 2017-04-05 15:01 UTC

This package is auto-updated.

Last update: 2022-02-01 12:52:20 UTC


README

Polus is a micro framework built on top off Relay and Aura components.

Installing Polus

You will need Composer to install Polus.

Pick a project name, and use Composer to create it with Radar; here we create one called example-project:

composer create-project polus/project example-project

Confirm the installation by changing into the project directory and starting the built-in PHP web server:

cd example-project
php -S localhost:8080 -t public/

You can then browse to http://localhost:8080/ and see simple html output:

Welcome to polus

127.0.0.1