8000 GitHub - windwalker-io/framework at 3.2.4
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

windwalker-io/framework

Repository files navigation

windwalker-logo-500

Windwalker Framework Analytics

Build Status Latest Stable Version Latest Unstable Version Total Downloads License

Windwalker is a modern PHP framework to simplify web application developing and provides a RAD environment to speed up the process of creating system prototype. (More)

We want to create a lighting, fully decoupled, powerful and easy using PHP framework.

Installation Via Composer

{
    "require" : {
        "windwalker/framework" : "~3.0"
    }
}

Create A Windwalker Project

We prepare a starter package for you, just type this command to create a new project.

composer create-project windwalker/starter windwalker ~3.0

See: Windwalker Starter

How to Use

See: Documentation

Packages

Every packages has ready to use, please try it:

Documentation

Please see README of every package.

0