rahisi/token

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

This package is auto-updated.

Last update: 2024-05-10 23:52: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();