hazaar / hazaar
Example Skeleton Application for Hazaar Framework
1.0.0
2025-03-28 09:27 UTC
Requires
- hazaar/framework: dev-master
This package is auto-updated.
Last update: 2025-10-16 02:22:46 UTC
README
To make it easy to get up and running quickly, we have provided the Hazaar Example Application to serve as a starting point for your development.
Installing with Composer
The best way to create a new Hazaar project is to use Composer. If you don't have it already installed, then please see their documentation for installation instructions.
To create your new Hazaar project:
$ composer create-project hazaar/hazaar myapp
Once installed, you can test it out immediately using PHP's built-in web server:
$ cd myapp
$ composer serve
This will start the PHP cli-server on port 8080, and bind it to all network interfaces.
Note: The built-in CLI server is for development only.