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

https://github.com/appstract/skeleton-php

Skeleton for PHP packages
https://github.com/appstract/skeleton-php

Last synced: 4 months ago
JSON representation

Skeleton for PHP packages

Awesome Lists containing this project

README

          

# :package_name

[![Latest Version on Packagist](https://img.shields.io/packagist/v/appstract/:package_name.svg?style=flat-square)](https://packagist.org/packages/appstract/:package_name)
[![Total Downloads](https://img.shields.io/packagist/dt/appstract/:package_name.svg?style=flat-square)](https://packagist.org/packages/appstract/:package_name)
[![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](LICENSE.md)
[![Build Status](https://img.shields.io/travis/appstract/:package_name/master.svg?style=flat-square)](https://travis-ci.org/appstract/:package_name)

:package_description

## Installation

You can install the package via composer:

``` bash
composer require appstract/:package_name
```

## Usage

``` php
$skeleton = new Appstract\Skeleton();

echo $skeleton->echoPhrase('Hello, Appstract!');
```

## Testing

``` bash
composer test
```

## Contributing

Contributions are welcome, [thanks to y'all](https://github.com/appstract/:package_name/graphs/contributors) :)

## About Appstract

Appstract is a small team from The Netherlands. We create [open source](https://github.com/appstract) packages and tools for web developers, [write](https://medium.com/appstract) about related subjects and create tailor-made software for [clients](https://appstract.nl). You can follow us on [Twitter](https://twitter.com/appstractnl).

## Support us

We dedicate a lot of time to contribute to the open source community by creating [packages](https://github.com/appstract) and tools. We would really appreciate it if you could [sponsor us](https://github.com/sponsors/appstract), so we can continue creating awesome stuff. You also receive premium and early-bird access to our sponsorware content.

## License

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.