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

https://github.com/zored/php-template


https://github.com/zored/php-template

Last synced: 21 days ago
JSON representation

Awesome Lists containing this project

README

          

Usage: `git clone https://github.com/zored/php-template.git NAME && cd $_ && ./init.sh $_ 'NameSpace' 'Short description' 'Long description'`.
# PHP %DISPLAY_NAME%

[![Latest Stable Version](https://poser.pugx.org/zored/%NAME%/version.png)](https://packagist.org/packages/zored/%NAME%)
[![Build Status](https://travis-ci.org/zored/%%NAME.svg?branch=master)](https://travis-ci.org/zored/%NAME%)
[![Coverage Status](https://coveralls.io/repos/github/zored/%NAME%/badge.svg?branch=master)](https://coveralls.io/github/zored/%NAME%?branch=master)
[![Code Quality Status](https://scrutinizer-ci.com/g/zored/%NAME%/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/zored/%NAME%/?branch=master)
[![AppVeyor Status](https://ci.appveyor.com/api/projects/status/ewh9cu52r2e5sukd?svg=true
)](https://ci.appveyor.com/project/zored/%NAME%)

%DESCRIPTION%

# Install
```bash
composer require zored/%NAME%
```