> For the complete documentation index, see [llms.txt](https://svgtas-organization.gitbook.io/php-oidc-client/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://svgtas-organization.gitbook.io/php-oidc-client/php-oidc-client/introduction.md).

# Introduction

This library is created to help integration of OpenId Connect client in your project. It's simple to use with a lot of options for advanced usage.

This library use [JWT Framwork](https://web-token.spomky-labs.com/) from Spomky labs to deal with tokens and security in signing and encrytion.

It's use [guzzle ](https://docs.guzzlephp.org/en/stable/)to to deal with http requests between servers.

You can find the source code on [GitHub](https://github.com/svgta1/oidc-client-php)
