waglpz/jwt

Web App JWT Components

v2.1.0 2023-08-01 15:40 UTC

This package is auto-updated.

Last update: 2024-04-30 00:39:50 UTC


README

PHP Checked

Install via composer

composer require waglpz/jwt

Working with sources within Docker

Clone Project in some Directory git clone https://github.com/waglpz/jwt.git

Go into Directory jwt and run: bash ./bin/start.sh to start working within Docker Container.

To stop and clean run: bash ./bin/clean.sh

Composer using from Docker Container
  1. Install Vendor Dependencies composer install
  2. Display Waglpz Composer commands: composer list | grep waglpz
    1. Check Source Code vitality: composer waglpz:check:normal
    2. Check Source Code Styles: waglpz:code:style:check
    3. Automatic fix Source Code Styles Errors: waglpz:code:style:fix

Create and Call Middleware Stack

Example PHP code

// todo