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

https://github.com/roliod/packageton-php

A skeleton structure which helps you quick start the creation of a php package.
https://github.com/roliod/packageton-php

php php-package php-package-template

Last synced: about 2 months ago
JSON representation

A skeleton structure which helps you quick start the creation of a php package.

Awesome Lists containing this project

README

          

# Packegeton-php

[![Build Status](https://travis-ci.com/roliod/packageton-php.svg?token=xLWRR38GPhFQuvaZTh9c&branch=master)](https://travis-ci.com/roliod/packageton-php)

Packegeton-php is a skeleton structure which helps you quick start the creation of a php package.

## Running tests

Running tests:

$ make test

Linting:

$ make lint

Complete delivery:

$ make delivery

## Running other tasks

See:

make help

for more info.

#