Skip to content

Latest commit

 

History

History
44 lines (27 loc) · 1.15 KB

README.md

File metadata and controls

44 lines (27 loc) · 1.15 KB

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.