arefshojaei/delta-boilerplate

Delta Boilerplate

Maintainers

Package info

github.com/ArefShojaei/Delta-boilerplate

pkg:composer/arefshojaei/delta-boilerplate

Statistics

Installs: 0

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

dev-main 2025-11-20 19:17 UTC

This package is auto-updated.

Last update: 2026-02-20 19:57:26 UTC


README

Delta Logo

A PHP framework for building efficient and scalable server-side applications.

Description

Here is a example of Delta boilerplate project that you can develop your Application with PHP 🔥

Installation

Using Composer

composer create-project arefshojaei/delta-boilerplate Delta-app

Or Using Git

git clone https://github.com/ArefShojaei/Delta-boilerplate.git

How to run the Project?

STEP 1

cd Delta-app

STEP 2

php bin/console serve

STEP 3 - Open the browser with navigate to:

http://localhost:8000/

OR

http://127.0.0.1/

Swagger UI

https://localhost:8000/api/docs

OR

https://127.0.0.1:8000/api/docs