Download the PHP package nathanfeitoza/firebase-tokens-php-5.6 without Composer
On this page you can find all versions of the php package nathanfeitoza/firebase-tokens-php-5.6. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download nathanfeitoza/firebase-tokens-php-5.6
More information about nathanfeitoza/firebase-tokens-php-5.6
Files in nathanfeitoza/firebase-tokens-php-5.6
Package firebase-tokens-php-5.6
Short Description A library to work with Firebase tokens
License MIT
Homepage https://github.com/kreait/firebase-token-php
Informations about the package firebase-tokens-php-5.6
Firebase Tokens
A library to work with Google Firebase tokens. You can use it to create custom tokens and verify ID Tokens.
Achieve more with the Firebase Admin SDK for PHP 5.6 (which uses this library).
- Installation
- Simple Usage
- Create a custom token
- Verify an ID token
- Tokens
- Advanced Usage
- Cache results from the Google Secure Token Store
Installation
Simple usage
Create a custom token
Verify an ID token
Tokens
Tokens returned from the Generator and Verifier are instances of Kreait\Firebase\JWT\Token
.
Advanced usage
Cache results from the Google Secure Token Store
In order to verify ID tokens, the verifier makes a call to fetch Firebase's currently available public keys. The keys are cached in memory by default.
If you want to cache the public keys more effectively, you can use an implementation of psr/simple-cache or psr/cache to wrap the
Example using the Symfony Cache Component
License
The MIT License (MIT). Please see License File for more information.
All versions of firebase-tokens-php-5.6 with dependencies
ext-openssl Version *
fig/http-message-util Version ^1.1
guzzlehttp/guzzle Version ^6.2.1
nathanfeitoza/clock-php5.6 Version ^1.0.1
lcobucci/jwt Version ^3.2
psr/cache Version ^1.0
psr/simple-cache Version ^1.0