sapling / skeleton
Sapling Skeleton: a minimal starter app powered by Sapling Core.
Installs: 9
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
Type:project
pkg:composer/sapling/skeleton
Requires
- php: >=8.4
- sapling/core: *
This package is auto-updated.
Last update: 2026-02-26 06:07:23 UTC
README
A minimal starter app powered by Sapling Core
Dependencies
This skeleton app assumes PHP and Composer are installed on your system.
MacOS
brew install php composer
Guides
- PHP:
https://www.php.net/manual/en/install.php - Composer:
https://getcomposer.org/download/
Getting Started
Create a new project (replace my-app with your app name):
composer create-project sapling/skeleton:dev-main my-app
Enter the project directory:
cd my-app
Start the development server:
composer sapling:serve
Open: http://localhost:8080/ping
Environment
On install, .env is created automatically from .env.dist if it doesn't exist.
LICENSE
This project is licensed under 0BSD. You can choose a different license if you wish to distribute it.