Download the PHP package waglpz/webapp-security without Composer
On this page you can find all versions of the php package waglpz/webapp-security. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package webapp-security
Waglpz WebApp Security Component
Install via composer
composer require waglpz/webapp-security
Working with sources within Docker
Clone Project in some Directory git clone https://github.com/waglpz/webapp-security.git
Go into Directory webapp-security
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:cs-check
- Automatic fix Source Code Styles Errors:
waglpz:cs-fix
- Check Source Code vitality:
Authentication Basic for an API
How to authenticate a User from HTTP Request as a Gherkin Szenario
Example PHP code
Find exist User Roles
How to find Role of a User as a Gherkin Szenario
Example PHP code
Routing Firewall
How to secure the Route by Role of a User as a Gherkin Szenario
Example PHP code
All versions of webapp-security with dependencies
PHP Build Version
Package Version
Requires
php Version
^8.2
ext-apcu Version *
ext-fileinfo Version *
ext-intl Version *
ext-json Version *
ext-mbstring Version *
ext-mysqli Version *
ext-pdo Version *
ext-pdo_mysql Version *
firebase/php-jwt Version ^6.4
psr/http-message Version ^1.0
waglpz/config Version ^2.1
ext-apcu Version *
ext-fileinfo Version *
ext-intl Version *
ext-json Version *
ext-mbstring Version *
ext-mysqli Version *
ext-pdo Version *
ext-pdo_mysql Version *
firebase/php-jwt Version ^6.4
psr/http-message Version ^1.0
waglpz/config Version ^2.1
The package waglpz/webapp-security contains the following files
Loading the files please wait ....