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

https://github.com/lctrs/php-library-skeleton

:octocat: + :ledger: Provides a GitHub repository template for a PHP library, using GitHub Actions.
https://github.com/lctrs/php-library-skeleton

library php skeleton template

Last synced: 3 months ago
JSON representation

:octocat: + :ledger: Provides a GitHub repository template for a PHP library, using GitHub Actions.

Awesome Lists containing this project

README

          

# php-library-template

[![Integrate](https://github.com/Lctrs/php-library-skeleton/workflows/Integrate/badge.svg)](https://github.com/Lctrs/php-library-skeleton/actions)
[![Release](https://github.com/Lctrs/php-library-skeleton/workflows/Release/badge.svg)](https://github.com/Lctrs/php-library-skeleton/actions)
[![Renew](https://github.com/Lctrs/php-library-skeleton/workflows/Renew/badge.svg)](https://github.com/Lctrs/php-library-skeleton/actions)

[![Mutation Score](https://img.shields.io/endpoint?url=https%3A%2F%2Fbadge-api.stryker-mutator.io%2Fgithub.com%2FLctrs%2Fphp-library-skeleton%2Fmaster)](https://dashboard.stryker-mutator.io/reports/github.com/Lctrs/php-library-skeleton/master)
[![Code Coverage](https://codecov.io/gh/Lctrs/php-library-skeleton/branch/master/graph/badge.svg)](https://codecov.io/gh/Lctrs/php-library-skeleton)
[![Type Coverage](https://shepherd.dev/github/Lctrs/php-library-skeleton/coverage.svg)](https://shepherd.dev/github/Lctrs/php-library-skeleton)

[![Latest Stable Version](https://img.shields.io/packagist/v/Lctrs/php-library-skeleton?style=flat-square)](https://packagist.org/packages/Lctrs/php-library-skeleton)
[![Total Downloads](https://img.shields.io/packagist/dt/Lctrs/php-library-skeleton?style=flat-square)](https://packagist.org/packages/Lctrs/php-library-skeleton)

## Installation

:bulb: This is a great place for showing how to install the package, see below:

Run

```sh
composer require lctrs/php-library-skeleton
```

## Usage

:bulb: This is a great place for showing a few usage examples!

## Changelog

Please have a look at [`CHANGELOG.md`](CHANGELOG.md).

## Contributing

Please have a look at [`CONTRIBUTING.md`](.github/CONTRIBUTING.md).

## License

This package is licensed using the MIT License.

Please have a look at [`LICENSE.md`](LICENSE.md).