Zuuda is an open source PHP framework, allow you created quickly and easier a website project, application on web, or webgame, etc...
As an open source PHP framework, Zuuda is freely downloaded and free for use, It helps you create dynamic websites, web application or web games. Before getting started with Zuuda framework, somethings you must be know such that how to install the framework and the structure of folders.
For Installation, you can view the installation guide for Zuuda PHP framework, In your terminal, let type the following code.
$ composer require bapquad/zuuda
If you want to create project with Zuuda framework, let's type the following code into your terminal window.
$ composer create-project --prefer-dist bapquad/zuuda-create-project blog <version>
The <version>
can be version name or version number. Ex: 1.0.0
or dev-master
.
For folder construction, you can view the guide about "The folder structure".
Local deployment for development, let's type the following command into your terminal window.
php zuuda
Then, select the menu item 1) Run Server
for running the local PHP server. Type the port you want or hit Enter for default port (8000
).
- Get Started
- Routing WebURL
- Understand Middleware
- Making the Request
- Working with Response
- Understand Module with MVC
- Working with Session
- Working with Cookie
- Understand Frontend
- Working with Database
- Making Security
You can learn more about Zuuda API at here.