pdga/auth

A PDGA library containing auth related code.

1.1.0 2022-09-01 14:37 UTC

This package is auto-updated.

Last update: 2025-04-26 23:36:58 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