initial commit

This commit is contained in:
kristuff 2020-05-14 20:44:28 +02:00
commit 2048183464

View file

@ -1,4 +1,4 @@
# kristuff/abuse-ipdb # Kristuff\AbuseIPDB
> A mini library to work with the AbuseIPDB api V2 > A mini library to work with the AbuseIPDB api V2
see [kristuff/abuseipdb-cli](https://github.com/kristuff/abuseipdb-cli) for the CLI version see [kristuff/abuseipdb-cli](https://github.com/kristuff/abuseipdb-cli) for the CLI version
@ -13,10 +13,10 @@ Requirements
Install Install
------- -------
1. Deploy with composer Deploy with composer:
```json ```json
[...] ...
"require": { "require": {
"kristuff/abuseipdb": ">=0.1-stable" "kristuff/abuseipdb": ">=0.1-stable"
}, },