waglpz / jwt
Web App JWT Components
v2.1.0
2023-08-01 15:40 UTC
Requires
- php: ^8.2
- ext-apcu: *
- firebase/php-jwt: ^6.4
- guzzlehttp/guzzle: ^7.5
- phpro/api-problem: ^1.6
- psr/http-message: ^1.0
- ramsey/uuid: ^4.7
Requires (Dev)
- doctrine/coding-standard: ^11.1
- phpstan/extension-installer: ^1.1
- phpstan/phpstan: ^1.10
- phpstan/phpstan-deprecation-rules: ^1.0
- phpstan/phpstan-doctrine: ^1.3
- phpstan/phpstan-phpunit: ^1.1
- phpstan/phpstan-strict-rules: ^1.5
- phpstan/phpstan-symfony: ^1.1
- phpstan/phpstan-webmozart-assert: ^1.1
- phpunit/phpunit: ^10.0
- roave/security-advisories: dev-latest
- squizlabs/php_codesniffer: ^3.7
- symfony/var-dumper: ^5.4
This package is auto-updated.
Last update: 2025-03-01 00:39:49 UTC
README
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
- Install Vendor Dependencies
composer install
- Display Waglpz Composer commands:
composer list | grep waglpz
- Check Source Code vitality:
composer waglpz:check:normal
- Check Source Code Styles:
waglpz:code:style:check
- Automatic fix Source Code Styles Errors:
waglpz:code:style:fix
- Check Source Code vitality:
Create and Call Middleware Stack
Example PHP code
// todo