Skip to content

polusphp/polus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

78 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Polus

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