open-orchestra/open-orchestra-base-api-bundle

View on GitHub
Branch: master(View all)
NameLines of codeMaintainabilityTest coverage
.codeclimate.yml
.gitignore
.travis.yml
BaseApiBundle/Resources/config/oauth2.yml
BaseApiBundle/Resources/config/oauth2_routing.yml
BaseApiBundle/Resources/config/security.yml
BaseApiBundle/Resources/config/services.yml
BaseApiBundle/Resources/config/transformer.yml
BaseApiBundle/Resources/views/Exception/show.json.twig
BaseApiBundle/Tests/DependencyInjection/Fixtures/config/empty.yml
BaseApiBundle/Tests/DependencyInjection/Fixtures/config/value.yml
ISSUE_TEMPLATE
LICENSE
README.md
composer.json
phpunit.xml.dist
BaseApi/Context/GroupContext.php21
BaseApi/EventSubscriber/AbstractSubscriber.php45
BaseApi/EventSubscriber/GroupContextSubscriber.php34
BaseApi/EventSubscriber/HttpExceptionSubscriber.php38
BaseApi/EventSubscriber/SerializerSubscriber.php58
BaseApi/Exceptions/ApiException.php6
BaseApi/Exceptions/FacadeClassNotSetException.php6
BaseApi/Exceptions/HttpException/ApiException.php39
BaseApi/Exceptions/HttpException/AuthorizationNonSupportedHttpException.php13
BaseApi/Exceptions/HttpException/BadClientCredentialsHttpException.php13
BaseApi/Exceptions/HttpException/BadUserCredentialsHttpException.php13
BaseApi/Exceptions/HttpException/ClientAccessDeniedHttpException.php13
BaseApi/Exceptions/HttpException/ClientBlockedHttpException.php13
BaseApi/Exceptions/HttpException/ClientNonTrustedHttpException.php13
BaseApi/Exceptions/HttpException/TokenBlockedHttpException.php13
BaseApi/Exceptions/HttpException/TokenExpiredHttpException.php13
BaseApi/Exceptions/HttpException/TokenNotFoundHttpException.php13
BaseApi/Exceptions/HttpException/UserNotFoundHttpException.php13
BaseApi/Exceptions/TransformerParameterTypeException.php5
BaseApi/Facade/AbstractFacade.php7
BaseApi/Facade/FacadeInterface.php5
BaseApi/Facade/OAuth2/AccessTokenFacade.php10
BaseApi/Facade/Traits/BaseFacade.php20
BaseApi/Facade/Traits/BlameableFacade.php7
BaseApi/Facade/Traits/TimestampableFacade.php7
BaseApi/Manager/AccessTokenManager.php57
BaseApi/Model/ApiClientInterface.php19
BaseApi/Model/BlockableInterface.php9
BaseApi/Model/ExpireableInterface.php8
BaseApi/Model/TokenInterface.php19
BaseApi/OAuth2/AuthorizationServer.php24
BaseApi/OAuth2/Strategy/AbstractOAuth2Strategy.php46
A
35 mins
BaseApi/OAuth2/Strategy/ClientCredentialsGrantStrategy.php38
BaseApi/OAuth2/Strategy/RefreshTokenStrategy.php44