unifiedcodes/arbor-template

There is no license information available for the latest version (v1.1.1) of this package.

A minimal scaffold example using the Arbor PHP micro-framework.

Installs: 4

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 0

Type:project

pkg:composer/unifiedcodes/arbor-template

v1.1.1 2025-09-15 18:45 UTC

This package is not auto-updated.

Last update: 2026-01-05 20:18:46 UTC


README

A minimal scaffold project using the Arbor PHP micro-framework.

This repository provides a clean and simple starting point for building PHP applications with Arbor. It includes essential folder structure and basic routing to help you get started quickly with minimal configuration.

🚀 Features

  • Lightweight and minimal boilerplate
  • Clean folder structure
  • Example route and controller
  • Ready for extension into full applications

📁 Structure

arbor-template/
├── app/
│   ├── Controllers/
│   └── Views/
├── public/
│   └── index.php
├── routes/
│   └── app.php
├── composer.json
└── README.md