File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
22 "name" : " check-hostcc/check-host-api-php" ,
3- "description" : " A lightweight, lightning-fast PHP wrapper for the Check-Host.cc API." ,
3+ "description" : " A lightweight, zero-dependency PHP 8.1+ wrapper for the Check-Host.cc API to perform global network diagnostics." ,
4+ "keywords" : [
5+ " check-host" ,
6+ " monitoring" ,
7+ " network-diagnostics" ,
8+ " ping" ,
9+ " mtr" ,
10+ " dns-lookup" ,
11+ " api-client" ,
12+ " uptime"
13+ ],
14+ "homepage" : " https://check-host.cc" ,
15+ "readme" : " README.md" ,
416 "type" : " library" ,
17+ "license" : " ISC" ,
18+ "authors" : [
19+ {
20+ "name" : " Check-Host" ,
21+ "email" : " dev@check-host.cc" ,
22+ "role" : " Developer"
23+ }
24+ ],
25+ "support" : {
26+ "issues" : " https://github.com/check-hostcc/check-host-api-php/issues" ,
27+ "source" : " https://github.com/check-hostcc/check-host-api-php" ,
28+ "docs" : " https://docs.check-host.cc"
29+ },
530 "require" : {
631 "php" : " ^8.1" ,
732 "ext-curl" : " *" ,
1035 "require-dev" : {
1136 "phpunit/phpunit" : " ^10.5"
1237 },
13- "license" : " ISC" ,
14- "authors" : [
15- {
16- "name" : " Check-Host" ,
17- "email" : " dev@check-host.cc"
18- }
19- ],
2038 "autoload" : {
2139 "psr-4" : {
2240 "CheckHostCc\\ CheckHostApi\\ " : " src/"
2644 "psr-4" : {
2745 "CheckHostCc\\ CheckHostApi\\ Tests\\ " : " tests/"
2846 }
47+ },
48+ "minimum-stability" : " stable" ,
49+ "prefer-stable" : true ,
50+ "config" : {
51+ "sort-packages" : true ,
52+ "allow-plugins" : {
53+ "php-http/discovery" : true
54+ }
2955 }
3056}
You can’t perform that action at this time.
0 commit comments