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.
{
"require" : {
"windwalker/framework" : "~3.0"
}
}
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
See: Documentation
Every packages has ready to use, please try it:
- Application
- Authentication
- Authorisation
- Cache
- Compare
- Console
- Crypt
- Data
- Database
- DataMapper
- DI
- Dom
- Edge
- Environment
- Event
- Filesystem
- Filter
- Form
- Html
- IO
- Language
- Loader
- Middleware
- Model
- Profiler
- Query
- Record
- Structure
- Renderer
- Router
- Session
- String
- Test
- Uri
- Utilities
- Validator
- View
Please see README
of every package.