.editorconfig | |
|
|
.gitattributes | |
|
|
.github/CONTRIBUTING.md | |
|
|
.github/FUNDING.yml | |
|
|
.github/ISSUE_TEMPLATE/config.yml | |
|
|
.github/SECURITY.md | |
|
|
.github/workflows/formats.yml | |
|
|
.github/workflows/tests.yml | |
|
|
.gitignore | |
|
|
.php_cs.dist.php | 38 | A 0 mins |
|
.styleci.yml | |
|
|
CHANGELOG.md | |
|
|
LICENSE.md | |
|
|
README.md | |
|
|
composer.json | |
|
|
phpstan.neon.dist | |
|
|
phpunit.xml.dist | |
|
|
rector.php | 12 | A 0 mins |
|
src/CacheMiddleware/CacheMiddlewareInterface.php | 7 | A 0 mins | F 0% |
src/CacheMiddleware/LaravelFileCacheMiddleware.php | 20 | A 0 mins | A 100% |
src/CacheMiddleware/NullCacheMiddleware.php | 14 | A 0 mins | A 100% |
src/DataTransferObjects/EsiAuthentication.php | 20 | A 35 mins | A 100% |
src/DataTransferObjects/EsiResponse.php | 70 | A 0 mins | A 100% |
src/EsiClient.php | 90 | A 0 mins | A 100% |
src/EsiConfiguration.php | 46 | A 1 hr | A 100% |
src/Exceptions/EsiScopeAccessDeniedException.php | 3 | A 0 mins | F 0% |
src/Exceptions/ExpiredRefreshTokenException.php | 11 | A 0 mins | A 100% |
src/Exceptions/InvalidAuthenticationException.php | 3 | A 0 mins | F 0% |
src/Exceptions/RequestFailedException.php | 26 | A 0 mins | A 100% |
src/Exceptions/UriDataMissingException.php | 3 | A 0 mins | F 0% |
src/Fetcher/GuzzleFetcher.php | 116 | A 2 hrs | A 100% |
src/Log/LogInterface.php | 9 | A 0 mins | F 0% |
src/Log/NullLogger.php | 13 | A 0 mins | A 100% |
src/Log/RotatingFileLogger.php | 43 | A 0 mins | A 100% |
src/Services/CheckAccess.php | 242 | A 0 mins | A 100% |
src/Services/JwtService.php | 15 | A 0 mins | A 100% |
src/Services/UpdateRefreshTokenService.php | 42 | A 0 mins | A 100% |
src/Services/VerifyAccessToken.php | 24 | A 0 mins | A 100% |
tools/esi.json | |
|
|
tools/get_endpoints_and_scopes.php | 27 | A 0 mins |
|
tools/swagger_download.php | 6 | A 0 mins |
|