jerryhopper/service-discovery-php

.well-known discovery helper

Installs: 352

Dependents: 1

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 0

pkg:composer/jerryhopper/service-discovery-php

0.1.12 2020-12-23 16:13 UTC

This package is auto-updated.

Last update: 2025-09-24 02:51:41 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());