You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
echo $response; // Prints WHOIS results identical to running `whois danpock.me` in shell*.
39
33
```
40
34
35
+
> * = Varies based on CLI `whois` client, docs assume your client matches BSD `whois` which provides recursive results by default.
36
+
41
37
## Testing
42
38
43
39
```bash
44
40
$ composer test
45
41
```
46
42
43
+
> Note: Due to how fast PHP tests run false-negatives can spawn. Whois servers may disconnect during a test resulting in empty response and failing tests.
44
+
45
+
## TODO Before V2
46
+
- Add result parsing features,
47
+
- Refactor lookup output to provide POPO of info,
48
+
- Allow output as plain text, or POPOs; maybe different methods?
0 commit comments