pdga/auth

A PDGA library containing auth related code.

Installs: 6 125

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 3

Forks: 0

Open Issues: 0

pkg:composer/pdga/auth

1.1.0 2022-09-01 14:37 UTC

This package is auto-updated.

Last update: 2025-09-27 00:31:57 UTC


README

Auth related code for the PDGA's back-end PHP systems.

Install Composer Deps

./bin/composer install

Run Unit Tests

./bin/phpunit

Require this Library as a Dependency

composer require pdga/auth

Code Formatting Standards

Run PHP_CodeSniffer to see the existing styling issues.

./bin/codesniffer

Run the formatter to automatically fix the styling issues that can be fixed.

./bin/codeformatter