guibranco/Pancake

View on GitHub
docs/installation.md

Summary

Maintainability
Test Coverage
# Installation

## About

The Pancake project is a set of libraries for basic PHP projects with API and/or worker/service.

## Github Releases

[![GitHub last release](https://img.shields.io/github/release-date/guibranco/Pancake.svg?style=flat)](https://github.com/guibranco/Pancake) [![Github All Releases](https://img.shields.io/github/downloads/guibranco/Pancake/total.svg?style=flat)](https://github.com/guibranco/Pancake)

Download the latest zip file from the [Release](https://github.com/GuiBranco/Pancake/releases) page.

## Packagist package repository

| Package | Version | Downloads |
|---------|:-------:|:---------:|
| **[pancake](https://packagist.org/packages/guibranco/pancake)** | [![Pancake Packagist Version](https://img.shields.io/packagist/v/guibranco/pancake.svg?style=flat)](https://packagist.org/packages/guibranco/pancake) | [![Pancake Packagist Downloads](https://img.shields.io/packagist/dt/guibranco/pancake.svg?style=flat)](https://packagist.org/packages/guibranco/pancake) |

## Composer (manual):

**Pancake**
```bash
composer require guibranco/pancake
```