wester/wester

Wester - PHP MVC Framework


Keywords
framework, php, mvc, wester, mvc-framework, php-framework
License
MIT

Documentation

What is Wester Framework?

Wester is a free and open source PHP MVC Framework which is based on Laravel Architecture as a starting point, To help users who are limited to shared hosting.

Installation

Wester can be installed via Composer the most popular tool.

Composer

composer create-project wester/wester

Run Server

The following command will make the web server accessible on port 8000 to any interface with:

php app runserver

If you want to specify a port:

php app runserver port

Currently our documentation is available on https://framework.wester.ir/docs/1.0