zenbox/project

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

Installs: 3

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:project

pkg:composer/zenbox/project

This package is auto-updated.

Last update: 2025-09-21 23:16: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.