PHP Other
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
bin Update build.php Feb 20, 2018
build/travis Fix tests Jun 9, 2017
docs Rename QueryBuilder to Grammar #326 Jun 9, 2016
src Add LayoutNotFoundException Jun 10, 2018
.editorconfig Fix test Feb 19, 2018
.gitignore Fix style Feb 19, 2018
.travis.yml Fix test Feb 19, 2018
LICENSE.md Update LICENSE.md May 27, 2014
README.md Update README Jun 10, 2017
composer.json New Queue package Feb 20, 2018
phpunit.travis.xml Update phpunit.xml Jul 3, 2016
phpunit.xml.dist Fix code coverage Nov 25, 2016

README.md

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.