File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change 1
1
# VarDumper Extension For FFI Types
2
2
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
+
3
14
This library allows you to dump FFI types using the functions ` dd() ` and ` dump() ` .
4
15
5
16
## Requirements
You can’t perform that action at this time.
0 commit comments