faisalrehmanid / fr-oauth2
This library provide OAuth2 implementation
Installs: 7
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/faisalrehmanid/fr-oauth2
Requires
- php: >=5.4.0
- faisalrehmanid/fr-db: >=1.0
- faisalrehmanid/fr-service-response: >=1.0
Requires (Dev)
README
This library provide OAuth2 implementation
To execute PHPUnit tests
- Point to /vendor/bin dir
cd ./vendor/bin
- Execute PHPUnit tests:
phpunit --configuration ./../../tests/phpunit.xml
- To check phpunit version:
phpunit --version