Skip to content

Commit

Permalink
update readme, gitattributes
Browse files Browse the repository at this point in the history
  • Loading branch information
ericsizemore committed Mar 11, 2024
1 parent a7e7b82 commit 564a9a6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,5 @@
/composer.lock export-ignore
/phpstan.neon export-ignore
/phpunit.xml export-ignore
/renovate.json export-ignore
/renovate.json export-ignore
/psalm.xml export-ignore
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ Numverify phone number validation and country API client library for PHP.
[![Tests](https://github.com/ericsizemore/numverify-api-client-php/actions/workflows/tests.yml/badge.svg)](https://github.com/ericsizemore/numverify-api-client-php/actions/workflows/tests.yml)
[![PHPStan](https://github.com/ericsizemore/numverify-api-client-php/actions/workflows/analysis.yml/badge.svg)](https://github.com/ericsizemore/numverify-api-client-php/actions/workflows/analysis.yml)

[![Psalm Static analysis](https://github.com/ericsizemore/numverify-api-client-php/actions/workflows/psalm.yml/badge.svg?branch=master)](https://github.com/ericsizemore/numverify-api-client-php/actions/workflows/psalm.yml)
[![Type Coverage](https://shepherd.dev/github/ericsizemore/numverify-api-client-php/coverage.svg)](https://shepherd.dev/github/ericsizemore/numverify-api-client-php)
[![Psalm Level](https://shepherd.dev/github/ericsizemore/numverify-api-client-php/level.svg)](https://shepherd.dev/github/ericsizemore/numverify-api-client-php)
[![Latest Stable Version](https://img.shields.io/packagist/v/esi/numverify-api-client-php.svg)](https://packagist.org/packages/esi/numverify-api-client-php)
[![Downloads per Month](https://img.shields.io/packagist/dm/esi/numverify-api-client-php.svg)](https://packagist.org/packages/esi/numverify-api-client-php)
[![License](https://img.shields.io/packagist/l/esi/numverify-api-client-php.svg)](https://packagist.org/packages/esi/numverify-api-client-php)
Expand Down

0 comments on commit 564a9a6

Please sign in to comment.