There is no license information available for the latest version (0.03) of this package.

0.03 2016-07-25 08:31 UTC

This package is auto-updated.

Last update: 2024-04-13 17:35:06 UTC


README

Latest Stable Version

データを投げたら、トークンに変換してくれる基本的なロジックにインターフェイスを提供するもの。

Interface

TokenServiceInterface::save($value,$key=null)

トークンを保存する

TokenServiceInterface::load($key)

トークンを読み込む

TokenServiceInterface::delete($key)

トークンを削除する

読み込み可能かどうかの判定は行わない。

Entity

  • key: トークン
  • value: 値
  • createdAt: 作成された日時

時刻情報を持つがExpired判定は基本行わない。