Skip to content

Commit 55b1d94

Browse files
committed
Improve readme
1 parent 41ed9ff commit 55b1d94

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# VarDumper Extension For FFI Types
22

3+
<p align="center">
4+
<a href="https://packagist.org/packages/ffi/var-dumper"><img src="http://poser.pugx.org/ffi/var-dumper/require/php?style=for-the-badge" alt="PHP 8.1+"></a>
5+
<a href="https://packagist.org/packages/ffi/var-dumper"><img src="https://poser.pugx.org/ffi/var-dumper/version?style=for-the-badge" alt="Latest Stable Version"></a>
6+
<a href="https://packagist.org/packages/ffi/var-dumper"><img src="https://poser.pugx.org/ffi/var-dumper/v/unstable?style=for-the-badge" alt="Latest Unstable Version"></a>
7+
<a href="https://packagist.org/packages/ffi/var-dumper"><img src="https://poser.pugx.org/ffi/var-dumper/downloads?style=for-the-badge" alt="Total Downloads"></a>
8+
<a href="https://raw.githubusercontent.com/php-ffi/var-dumper/master/LICENSE.md"><img src="https://poser.pugx.org/ffi/var-dumper/license?style=for-the-badge" alt="License MIT"></a>
9+
</p>
10+
<p align="center">
11+
<a href="https://github.com/php-ffi/var-dumper/actions"><img src="https://github.com/php-ffi/var-dumper/workflows/build/badge.svg"></a>
12+
</p>
13+
314
This library allows you to dump FFI types using the functions `dd()` and `dump()`.
415

516
## Requirements

0 commit comments

Comments
 (0)