rahisi/token

Installs: 11

Dependents: 1

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 0

pkg:composer/rahisi/token

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

This package is auto-updated.

Last update: 2025-10-11 02:56:29 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();