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
Requires
- php: >=7.0.0
- aura/di: 2.*
- aura/router: ~3.0
- filp/whoops: ^2.1
- franzl/whoops-middleware: ^0.4
- relay/middleware: ~1.0
- relay/relay: ~1.0
- zendframework/zend-diactoros: ~1.0
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