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

https://github.com/unisharp/uni-cms


https://github.com/unisharp/uni-cms

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# PHP Project Skeleton

A PHP project skeleton integration with PHPUnit, PHP CodeCoverage and PHP CodeSniffer.

[![Build Status](https://travis-ci.org/UniSharp/uni-cms.svg?branch=master)](https://travis-ci.org/UniSharp/uni-cms)
[![Coverage Status](https://coveralls.io/repos/github/UniSharp/uni-cms/badge.svg?branch=master)](https://coveralls.io/github/UniSharp/uni-cms?branch=master)

## Quick Start

### Installation

```bash
$ git clone https://github.com/UniSharp/uni-cms.git

$ cd unit-test

$ make init
`````

### Run Test

```bash
$ make test
```