Skip to content

Commit 63d469b

Browse files
committed
2 parents ad5e527 + f45f30a commit 63d469b

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
[![Latest Version on Packagist](https://img.shields.io/packagist/v/kauffinger/php-codemap.svg?style=flat-square)](https://packagist.org/packages/kauffinger/php-codemap)
2+
[![Linting](https://img.shields.io/github/actions/workflow/status/kauffinger/php-codemap/checks.yml?branch=main&label=linting&style=flat-square)](https://github.com/kauffinger/php-codemap/actions/workflows/checks.yml)
3+
[![Tests](https://img.shields.io/github/actions/workflow/status/kauffinger/php-codemap/tests.yml?branch=main&label=tests&style=flat-square)](https://github.com/kauffinger/php-codemap/actions/workflows/tests.yml)
4+
[![Total Downloads](https://img.shields.io/packagist/dt/kauffinger/php-codemap.svg?style=flat-square)](https://packagist.org/packages/kauffinger/php-codemap)
5+
16
# PHP Codemap
27

38
PHP Codemap is a Composer package that generates a textual codemap of your PHP code. It scans your PHP files and produces a map that lists classes, methods, and public properties.
@@ -48,4 +53,4 @@ This project is licensed under the MIT License. See [LICENSE.md](LICENSE.md) for
4853

4954
## Contributing
5055

51-
Contributions are welcome! Please open an issue or submit a pull request with your improvements.
56+
Contributions are welcome! Please open an issue or submit a pull request with your improvements.

0 commit comments

Comments
 (0)