jerryhopper/service-discovery-php

.well-known discovery helper

0.1.12 2020-12-23 16:13 UTC

This package is auto-updated.

Last update: 2024-04-23 23:35:23 UTC


README

Build Status

service-discovery-php

/.well-known Service discovery helper.

use JerryHopper\ServiceDiscovery\Discovery;

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

print_r($discover->get());