Skip to content

🗺 Simple class to create MapKit and MusicKit JWT tokens.

Notifications You must be signed in to change notification settings

includable/mapkit-jwt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MapKit JWT

Simple PHP class to quickly generate MapKit JS JWT tokens.

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.

Authors

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

About

🗺 Simple class to create MapKit and MusicKit JWT tokens.

Resources

Stars

Watchers

Forks

Sponsor this project

 

Packages

No packages published

Languages