Use this skeleton application to quickly setup and start working on a new Leaf PHP application without using a full-blown framework. Unlike Leaf MVC and Leaf API, Skeleton keeps leaf as is, and doesn't build on top of it, it's perfect for creating smaller projects.
This version of skeleton uses Leaf v3 (not yet released).
It's recommended that you use Composer to install Leaf.
composer create-project leafs/skeleton <project-name>Leaf API is a lightweight PHP MVC framework for rapid API development. It serves as minimal MVC wrapper around Leaf PHP Framework which allows you to use Leaf in an MVC environment. It also comes along with a bunch of handy tools which can speed up your development.
Read the docs.
Skeleton is open-source software licensed under the MIT license.
