jerryhopper/service-discovery-php

.well-known发现助手

0.1.12 2020-12-23 16:13 UTC

This package is auto-updated.

Last update: 2024-09-24 00:34:54 UTC


README

Build Status

service-discovery-php

/.well-known 服务发现助手。

use JerryHopper\ServiceDiscovery\Discovery;

$discover = new Discovery("https://#/.well-known/openid-configuration");

print_r($discover->get());