zenbox/project

Project skeleton. Begin developing PSR-15 middleware applications in seconds!

This package is auto-updated.

Last update: 2024-04-21 20:05:06 UTC


README

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.