Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/leafsphp/skeleton

A boiler-plate application for rapid development.
https://github.com/leafsphp/skeleton

leafphp

Last synced: 2 months ago
JSON representation

A boiler-plate application for rapid development.

Awesome Lists containing this project

README

        









[![Latest Stable Version](https://poser.pugx.org/leafs/skeleton/v/stable)](https://packagist.org/packages/leafs/skeleton)
[![Total Downloads](https://poser.pugx.org/leafs/skeleton/downloads)](https://packagist.org/packages/leafs/skeleton)
[![License](https://poser.pugx.org/leafs/skeleton/license)](https://packagist.org/packages/leafs/skeleton)

# Leaf Skeleton 3

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](//mvc.leafphp.dev) and [Skeleton](//api.leafphp.dev), Skeleton keeps leaf as is, and doesn't build on top of it, it's perfect for creating smaller projects.

Skeleton 3 is built with Leaf 3 which makes it smaller and faster than earlier versions. It is also powered by modules which makes it easy to upgrade and use.

## 📦 Installation

You can install Skeleton v3 with the [Leaf CLI](https://cli.leafphp.dev)

```sh
leaf create --v3 --skeleton
```

`` is your project name

You can also use [Composer](https://getcomposer.org/) to install Skeleton quickly.

```bash
composer create-project leafs/skeleton
```

This will start a new Skeleton app.

## 📓 Learning Skeleton

Skeleton has a very easy to understand [documentation](https://skeleton.leafphp.dev) which contains information on all operations in Skeleton.

Since Skeleton runs on Leaf, you should check out the Leaf PHP Framework documentation [here](https://leafphp.dev).

## 😇 Contributing

We are glad to have you. All contributions are welcome! To get started, familiarize yourself with our [contribution guide](https://leafphp.dev/community/contributing.html) and you'll be ready to make your first pull request 🚀.

To report a security vulnerability, you can reach out to [@mychidarko](https://twitter.com/mychidarko) or [@leafphp](https://twitter.com/leafphp) on twitter. We will coordinate the fix and eventually commit the solution in this project.

## 🤩 Sponsoring Leaf

Your cash contributions go a long way to help us make Leaf even better for you. You can sponsor Leaf and any of our packages on [open collective](https://opencollective.com/leaf) or check the [contribution page](https://leafphp.dev/support/) for a list of ways to contribute.

We will furthermore like to thank our existing supporters, we love you all ❤️

## 📃 License

The Skeleton framework is open-source software licensed under the [MIT license](https://opensource.org/licenses/MIT).

## 💬 Stay In Touch

- [Twitter](https://twitter.com/leafphp)
- [Join the forum](https://github.com/leafsphp/leaf/discussions/37)
- [Chat on discord](https://discord.com/invite/Pkrm9NJPE3)

## 📓 Learning Leaf 3

- Leaf has a very easy to understand [documentation](https://leafphp.dev) which contains information on all operations in Leaf.
- You can also check out our [youtube channel](https://www.youtube.com/channel/UCllE-GsYy10RkxBUK0HIffw) which has video tutorials on different topics
- We are also working on codelabs which will bring hands-on tutorials you can follow and contribute to.

## 😇 Contributing

We are glad to have you. All contributions are welcome! To get started, familiarize yourself with our [contribution guide](https://leafphp.dev/community/contributing.html) and you'll be ready to make your first pull request 🚀.

To report a security vulnerability, you can reach out to [@mychidarko](https://twitter.com/mychidarko) or [@leafphp](https://twitter.com/leafphp) on twitter. We will coordinate the fix and eventually commit the solution in this project.

### Code contributors








Michael Darko



## 🤩 Sponsoring Leaf

Your cash contributions go a long way to help us make Leaf even better for you. You can sponsor Leaf and any of our packages on [open collective](https://opencollective.com/leaf) or check the [contribution page](https://leafphp.dev/support/) for a list of ways to contribute.

And to all our existing cash/code contributors, we love you all ❤️

### Cash contributors







Aaron Smith







Peter Bogner







Vano


## 🤯 Links/Projects

- [Leaf Docs](https://leafphp.dev)
- [Skeleton Docs](https://skeleton.leafphp.dev)
- [Leaf CLI Docs](https://cli.leafphp.dev)
- [Aloe CLI Docs](https://leafphp.dev/aloe-cli/)