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
- Host: GitHub
- URL: https://github.com/alphaolomi/php-library-coverage
- Owner: alphaolomi
- Created: 2019-11-01T09:53:07.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2023-05-28T00:39:12.000Z (almost 2 years ago)
- Last Synced: 2025-01-11T16:24:59.102Z (4 months ago)
- Topics: code-coverage, php, php-library, php-package, php-package-template, phpunit
- Language: PHP
- Homepage: https://alphaolomi.github.io/php-library-coverage/
- Size: 756 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# PHP Library code coverage and documentation
[]()
[](https://github.com/alphaolomi/php-cover#readme)
[](https://scrutinizer-ci.com/g/alphaolomi/php-cover/code-structure)
[](https://github.com/alphaolomi/php-cover/graphs/commit-activity)
[](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.