Skip to content

zenbox-group/project

Repository files navigation

ZenBox Project

PHP Version Stable Version Total Downloads

Use this skeleton application based on Laminas Mezzio to quickly setup and start working on a new application.

This application uses:

What components does application use?

Getting Started

Start your new project with composer:

$ composer create-project zenbox/project <project-path>

After choosing and installing the packages you want, go to the <project-path> and start web server to verify installation

You can use docker-compose to run the app with docker, so you can run these commands:

cd <project-path>
docker-compose up -d

After that, open http://localhost in your browser.

About

Project template PSR-7 middleware applications

Resources

License

Stars

Watchers

Forks

Packages

No packages published