Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/beste/firebase-jwt
A framework-agnostic PHP library to work with Firebase JSON Web Tokens.
https://github.com/beste/firebase-jwt
firebase firebase-auth jwt php tokens
Last synced: about 13 hours ago
JSON representation
A framework-agnostic PHP library to work with Firebase JSON Web Tokens.
- Host: GitHub
- URL: https://github.com/beste/firebase-jwt
- Owner: beste
- License: bsd-3-clause
- Created: 2024-01-02T13:08:03.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-07-26T22:34:11.000Z (5 months ago)
- Last Synced: 2024-07-26T23:39:51.185Z (5 months ago)
- Topics: firebase, firebase-auth, jwt, php, tokens
- Language: PHP
- Homepage: https://beste-firebase-jwt.readthedocs.io
- Size: 94.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Firebase JWT
A framework-agnostic PHP library that allows you to issue Firebase [Custom Tokens], parse and verify [ID Tokens], and
manage [Session Cookies].[![Current version](https://img.shields.io/packagist/v/beste/firebase-jwt.svg?logo=composer)](https://packagist.org/packages/beste/firebase-jwt)
[![Packagist PHP Version Support](https://img.shields.io/packagist/php-v/beste/firebase-jwt)](https://packagist.org/packages/beste/firebase-jwt)
[![Monthly Downloads](https://img.shields.io/packagist/dm/beste/firebase-jwt.svg)](https://packagist.org/packages/beste/firebase-jwt/stats)
[![Total Downloads](https://img.shields.io/packagist/dt/beste/firebase-jwt.svg)](https://packagist.org/packages/beste/firebase-jwt/stats)
[![Tests](https://github.com/beste/firebase-jwt/actions/workflows/tests.yml/badge.svg)](https://github.com/beste/firebase-jwt/actions/workflows/tests.yml)## Installation
This package is available on [Packagist], and you can install it using [Composer].
By running the following command you'll add `beste/firebase-jwt` as a dependency to your project:
```shell
composer require beste/firebase-jwt
```## Documentation
The documentation is available at .
[Custom Tokens]: https://firebase.google.com/docs/auth/admin/create-custom-tokens
[ID Tokens]: https://firebase.google.com/docs/auth/admin/verify-id-tokens
[Session Cookies]: https://firebase.google.com/docs/auth/admin/manage-cookies
[Packagist]: https://packagist.org/packages/beste/firebase-jwt
[Composer]: https://getcomposer.org