facile-it / php-openid-client

PHP OpenID Client
35 stars 7 forks source link

Example from README.md does not work due to missing class #31

Closed ip6li closed 9 months ago

ip6li commented 1 year ago

offending line is $issuer = (new IssuerBuilder())->build('https://example.com/.well-known/openid-configuration');

PHP Fatal error:  Uncaught Error: Class "Facile\OpenIDClient\Issuer\IssuerBuilder" not found
thomasvargiu commented 9 months ago

@ip6li Sorry for the late answer. Did you resolve it? The class should exists.