2017 © Pedro Peláez
 

library jwt

Simple class to create MapKit and MusicKit JWT tokens.

image

mapkit/jwt

Simple class to create MapKit and MusicKit JWT tokens.

  • Wednesday, June 13, 2018
  • by tschoffelen
  • Repository
  • 2 Watchers
  • 3 Stars
  • 21 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

MapKit JWT

Simple PHP class to quickly generate MapKit JS JWT tokens., (*1)

Install

composer require mapkit/jwt

Usage

use Mapkit\JWT;

// Replace arguments below with private key, key ID and team identifier
$my_token = JWT::getToken('-----BEGIN PRIVATE KEY----- ...', 'XXXXXXXXXX', 'XXXXXXXXXX');
echo $my_token;

More info

License

This project is open-sourced software licensed under the MIT license., (*2)

Authors

This library is developed by Includable, a creative app and web platform development agency based in Amsterdam, The Netherlands., (*3)

The Versions

13/06 2018

dev-master

9999999-dev

Simple class to create MapKit and MusicKit JWT tokens.

  Sources   Download

MIT

13/06 2018

v1.1.0

1.1.0.0

Simple class to create MapKit and MusicKit JWT tokens.

  Sources   Download

MIT

11/06 2018

v1.0.0

1.0.0.0

Simple class to create MapKit and MusicKit JWT tokens.

  Sources   Download

MIT