rahisi/token

Maintainers

Package info

github.com/php-rahisi/token

pkg:composer/rahisi/token

Statistics

Installs: 11

Dependents: 1

Suggesters: 0

Stars: 0

Open Issues: 0

dev-main 2023-04-10 21:27 UTC

This package is auto-updated.

Last update: 2026-03-11 03:51:59 UTC


README

rahisiDb library is used to manage csrf_tokens

Requirements

PHP versions and extensions

  • PHP 8.1.6 is supported as of rahisiDb v1.1.1

Usage

The simplest usage (since version 1.0.0) of the library would be as follows:

<?php

use Rahisi\Token\token;

require 'vendor/autoload.php';
$token = (new token());
$token->setTocken();

echo $token->token();