1. Go to this page and download the library: Download decodelabs/cipher library. Choose the download type require.
2. Extract the ZIP file and open the index.php.
3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
decodelabs / cipher example snippets
use DecodeLabs\Cipher\Codec;
use DecodeLabs\Dovetail;
$codec = new Codec(
Dovetail::load('Cipher')
);
$payload = $codec->decode($token);
use DecodeLabs\Cipher\Payload\Supabase;
use DecodeLabs\Greenleaf\Action;
use DecodeLabs\Greenleaf\Action\ByMethodTrait;
use DecodeLabs\Harvest;
use DecodeLabs\Harvest\Response;
class MySecureAction implements Action
{
use ByMethodTrait;
public const Middleware = [
'Jwt' => [
'
Loading please wait ...
Before you can download the PHP files, the dependencies should be resolved. This can take some minutes. Please be patient.