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

https://github.com/alphaolomi/php-library-coverage

PHP library documentation and code coverage
https://github.com/alphaolomi/php-library-coverage

code-coverage php php-library php-package php-package-template phpunit

Last synced: 2 months ago
JSON representation

PHP library documentation and code coverage

Awesome Lists containing this project

README

        

# PHP Library code coverage and documentation

[![Version](https://img.shields.io/badge/version-2.0.0-blue.svg?cacheSeconds=2592000)]()
[![Documentation](https://img.shields.io/badge/documentation-yes-brightgreen.svg)](https://github.com/alphaolomi/php-cover#readme)
[![ico-codecov](https://img.shields.io/codecov/c/github/alphaolomi/php-cover?logo=codecov&style=flat-square)](https://scrutinizer-ci.com/g/alphaolomi/php-cover/code-structure)
[![Maintenance](https://img.shields.io/badge/Maintained%3F-yes-green.svg)](https://github.com/alphaolomi/php-cover/graphs/commit-activity)
[![Twitter: alphaolomi](https://img.shields.io/twitter/follow/alphaolomi.svg?style=social)](https://twitter.com/alphaolomi)

## Getting started

### Install

```sh
composer require alphao/php-cover
```

### Usage

```php
use AlphaOlomi\Library\Example;

$example = new Example();

echo $example->echoPhrase('Hello, League!');
```

## Tests

```sh
composer test
```

## Authors

- [@alphaolomi](https://github.com/alphaolomi)

## Like this project?

Give a ⭐️ if you found it useful.

## 📝 License

This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.