zephyrphp/starter

ZephyrPHP Starter - A minimal starting point for ZephyrPHP applications

Installs: 19

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 0

Type:project

pkg:composer/zephyrphp/starter

v0.1.2 2026-01-25 15:59 UTC

This package is auto-updated.

Last update: 2026-01-25 17:17:27 UTC


README

A minimal starting point for ZephyrPHP applications.

Light as a breeze, fast as the wind.

Installation

composer create-project zephyrphp/starter my-app
cd my-app
cp .env.example .env
php craftsman key:generate
php craftsman serve

Your application will be running at http://localhost:8000

Directory Structure

my-app/
├── app/
│   ├── Controllers/    # Application controllers
│   ├── Models/         # Database models
│   └── Middleware/     # HTTP middleware
├── config/             # Configuration files
├── pages/              # Twig view templates
├── public/             # Web root (index.php)
├── routes/             # Route definitions
├── storage/            # Logs and cache
└── tests/              # Test files

Documentation

Visit https://zephyrphp.com/docs for full documentation.

Author

Techwonia

License

MIT License - see LICENSE for details.