faisalrehmanid/fr-oauth2

This library provide OAuth2 implementation

1.0.0 2021-07-06 14:46 UTC

This package is auto-updated.

Last update: 2024-05-06 21:01:55 UTC


README

This library provide OAuth2 implementation

To execute PHPUnit tests

  1. Point to /vendor/bin dir cd ./vendor/bin
  2. Execute PHPUnit tests: phpunit --configuration ./../../tests/phpunit.xml
  3. To check phpunit version: phpunit --version