PHPackages                             alancting/php-adfs-jwt - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Authentication &amp; Authorization](/categories/authentication)
4. /
5. alancting/php-adfs-jwt

ActiveLibrary[Authentication &amp; Authorization](/categories/authentication)

alancting/php-adfs-jwt
======================

A simple library to encode and decode Microsoft Active Directory Federation Services (ADFS) JSON Web Tokens (JWT) in PHP, conforming to RFC 7519

1.0.2(5y ago)024BSD-3-ClausePHPPHP &gt;=5.3.0CI failing

Since Oct 7Pushed 5y ago1 watchersCompare

[ Source](https://github.com/alancting/php-adfs-jwt)[ Packagist](https://packagist.org/packages/alancting/php-adfs-jwt)[ Docs](https://github.com/alancting/php-adfs-jwt)[ RSS](/packages/alancting-php-adfs-jwt/feed)WikiDiscussions integration Synced 5d ago

READMEChangelog (1)Dependencies (2)Versions (5)Used By (0)

[![Packagist](https://camo.githubusercontent.com/35cc0debf8dae22d49d17bdb6ca29ee8ef1a6c1136a7e99c7ff9f756756b6608/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f616c616e6374696e672f7068702d616466732d6a77743f7374796c653d666f722d7468652d6261646765)](https://packagist.org/packages/alancting/php-adfs-jwt)[![GitHub](https://camo.githubusercontent.com/9c3d318105c1ac010f459b55bf43b05e66f65bd72159b870d65dc911ade6ddf0/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f762f72656c656173652f616c616e6374696e672f7068702d616466732d6a77743f6c6162656c3d476974487562267374796c653d666f722d7468652d6261646765)](https://github.com/alancting/php-adfs-jwt)[![Test](https://camo.githubusercontent.com/79ed9cf3f96efacea5e6714e4191aae163ec528ea75d4dedd0f12899d878f43d/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f616c616e6374696e672f7068702d616466732d6a77742f504850253230436f6d706f7365723f6c6162656c3d54455354267374796c653d666f722d7468652d6261646765)](https://github.com/alancting/php-adfs-jwt)[![Coverage Status](https://camo.githubusercontent.com/1322bc7c839cee89cf07d41264754165e6d9cd86dfecbaba7d36a45a4003b30f/68747470733a2f2f696d672e736869656c64732e696f2f636f766572616c6c732f6769746875622f616c616e6374696e672f7068702d616466732d6a77742f6d61737465723f7374796c653d666f722d7468652d6261646765)](https://coveralls.io/github/alancting/php-adfs-jwt?branch=master)[![GitHub license](https://camo.githubusercontent.com/de7bf323dfb9fe7a88ea92182c95e1b761aeb2111e3847eccdfb10790be754ff/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f616c616e6374696e672f7068702d616466732d6a77743f636f6c6f723d626c7565267374796c653d666f722d7468652d6261646765)](https://github.com/alancting/php-adfs-jwt/blob/master/LICENCE)
[![firebase/php-jwt Version](https://camo.githubusercontent.com/5829e88ac71f4d92a0e53b5df096fa05d01a99d625c16225f53375dadfebab6d/68747470733a2f2f696d672e736869656c64732e696f2f7374617469632f76313f6c6162656c3d66697265626173652532467068702d6a7774266d6573736167653d352e322e3026636f6c6f723d626c7565267374796c653d666f722d7468652d6261646765)](https://github.com/firebase/php-jwt/tree/v5.2.0)

PHP-ADFS-JWT
============

[](#php-adfs-jwt)

**No longer maintained.**
**Please moved to **

A simple library to encode and decode Microsoft Active Directory Federation Services ([ADFS](https://docs.microsoft.com/en-us/windows-server/identity/ad-fs/ad-fs-overview)) JSON Web Tokens (JWT) in PHP, conforming to [RFC 7519](https://tools.ietf.org/html/rfc7519).

**Forked From [firebase/php-jwt](https://github.com/firebase/php-jwt)**

Installation
------------

[](#installation)

Use composer to manage your dependencies and download PHP-ADFS-JWT:

```
composer require alancting/php-adfs-jwt
```

Example
-------

[](#example)

```
