pdga/auth

A PDGA library containing auth related code.

Maintainers

Package info

github.com/PDGA/php-auth

pkg:composer/pdga/auth

Statistics

Installs: 6 671

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

1.1.0 2022-09-01 14:37 UTC

This package is auto-updated.

Last update: 2026-03-27 01:30:07 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