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.
Package info
github.com/unifiedcodes/arbor-template
Type:project
pkg:composer/unifiedcodes/arbor-template
v1.1.1
2025-09-15 18:45 UTC
Requires
- php: ^8.1
- unifiedcodes/arbor: ^1.0
This package is not auto-updated.
Last update: 2026-03-30 21:31:28 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