unifiedcodes / arbor-template
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
Requires
- php: ^8.1
- unifiedcodes/arbor: ^1.0
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