/php-auth

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

Primary LanguagePHP

pdga-auth

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