pdga / auth
A PDGA library containing auth related code.
Installs: 5 429
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 3
Forks: 0
Open Issues: 0
Requires
- php: >=7.4.0
- firebase/php-jwt: ^6.0
- pdga/exception: ^1.0
Requires (Dev)
- phpunit/phpunit: ^9.5
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