Skip to content

beastbytes/token-php

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BeastBytes Token PHP

PHP file storage for the BeastBytes Token package.

Do not use this package directly; use TokenManager in BeastBytes Token package.

Requirements

  • PHP 8.1 or higher.

Installation

Installed the package with Composer:

composer require beastbytes/token-php

or add the following to the 'require' section composer.json:

"beastbytes/token-php": "^1.0"

Configuration

If using Yii's dependency injection container, add the following to the "params" of your configuration:

return [
    'beastbytes/token' => [
        'filePath' => '/path/to/token/storage/file',
    ],
    // other parameters
];

About

PHP file storage for Token

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages