bapquad/zuuda

A Zuuda Framework Source package

Maintainers

Details

github.com/Bapquad/zuuda

Source

Issues

Installs: 286

Dependents: 1

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:package

1.0.4 2022-06-30 05:48 UTC

This package is auto-updated.

Last update: 2024-03-29 04:25:32 UTC


README

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).

Learning about Zuuda PHP Framework

API References

You can learn more about Zuuda API at here.