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

https://github.com/liamja/skeleton

Skeleton project for new PHP / Composer packages
https://github.com/liamja/skeleton

boilerplate composer php skeleton

Last synced: 10 months ago
JSON representation

Skeleton project for new PHP / Composer packages

Awesome Lists containing this project

README

          

# {{project}}

[![Latest Version on Packagist][ico-version]][link-packagist]
[![Software License][ico-license]](LICENSE.md)
[![Build Status][ico-travis]][link-travis]
[![Coverage Status][ico-scrutinizer]][link-scrutinizer]
[![Quality Score][ico-code-quality]][link-code-quality]
[![Total Downloads][ico-downloads]][link-downloads]

{{description}}

1. Search and replace the following placeholders:

| Placeholder | Description |
|-----------------|--------------------------|
| {{project}} | Project name. |
| {{description}} | Project description. |

2. `rm -rf .git && git init`

## Installation

```shell
composer require liamja/{{project}}
```

## Getting Started

```php
// Example code to come.
```

## Changelog

Please see [CHANGELOG.md]() for more information on what has changed recently.

## Testing

```shell
composer test
```

## License

Released under an MIT license.
See [LICENSE.md]() for more info.

[ico-version]: https://img.shields.io/packagist/v/liamja/{{project}}.svg?style=flat-square
[ico-license]: https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square
[ico-travis]: https://img.shields.io/travis/liamja/{{project}}/master.svg?style=flat-square
[ico-scrutinizer]: https://img.shields.io/scrutinizer/coverage/g/liamja/{{project}}.svg?style=flat-square
[ico-code-quality]: https://img.shields.io/scrutinizer/g/liamja/{{project}}.svg?style=flat-square
[ico-downloads]: https://img.shields.io/packagist/dt/liamja/{{project}}.svg?style=flat-square

[link-packagist]: https://packagist.org/packages/liamja/{{project}}
[link-travis]: https://travis-ci.org/liamja/{{project}}
[link-scrutinizer]: https://scrutinizer-ci.com/g/liamja/{{project}}/code-structure
[link-code-quality]: https://scrutinizer-ci.com/g/liamja/{{project}}
[link-downloads]: https://packagist.org/packages/liamja/{{project}}
[link-author]: https://github.com/liamja