Skip to content

alphaolomi/php-library-coverage

Repository files navigation

PHP Library code coverage and documentation

Version Documentation ico-codecov Maintenance Twitter: alphaolomi

Getting started

Install

composer require alphao/php-cover

Usage

use AlphaOlomi\Library\Example;

$example = new Example();

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

Tests

composer test

Authors

Like this project?

Give a ⭐️ if you found it useful.

📝 License

This project is licensed under the MIT License - see the LICENSE file for details.