添加链接
link管理
链接快照平台
  • 输入网页链接,自动生成快照
  • 标签化管理网页链接
相关文章推荐
慷慨大方的蜡烛  ·  android exoplayer ...·  2 月前    · 
打盹的课本  ·  Filesystem linkage ...·  6 月前    · 
勤奋的毛衣  ·  Delete the GitHub ...·  7 月前    · 

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

  • Apple Developer documentation
  • 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.

  • Thomas Schoffelen, @tschoffelen
  •