neneaX/multi-routing

View on GitHub
Branch: master(View all)
NameLines of codeMaintainabilityTest coverage
.gitignore
.travis.yml
README.md
build/travis-ci-apache
composer.json
composer.lock
examples/basic/App.php64
A
0 mins
examples/basic/bootstrap.php5
A
0 mins
examples/basic/index.php4
A
0 mins
examples/basic/resources/Common/Infrastructure/Contracts/Jsonable.php6
A
0 mins
examples/basic/resources/Foo/Application/Controllers/TestController.php57
A
0 mins
examples/basic/resources/Foo/Domain/Services/RandomService.php15
A
0 mins
examples/basic/resources/Foo/Presentation/Models/FooBar.php24
A
0 mins
examples/basic/resources/Foo/Presentation/Models/Item.php34
A
0 mins
examples/basic/resources/routes.php11
A
0 mins
examples/basic/soap.wsdl
phpunit.xml
src/AdapterService.php111
A
0 mins
src/Adapters/AdapterInterface.php8
A
0 mins
src/Adapters/JsonRpc/Adapter.php25
A
0 mins
src/Adapters/JsonRpc/Exceptions/NotificationException.php10
A
0 mins
src/Adapters/JsonRpc/Matching/IntentValidator.php17
A
0 mins
src/Adapters/JsonRpc/Request/Content.php50
A
0 mins
src/Adapters/JsonRpc/Request/Interpreters/Interpreter.php68
A
0 mins
src/Adapters/JsonRpc/Request/Parsers/Parser.php127
A
25 mins
src/Adapters/JsonRpc/Response/Content.php83
A
0 mins
src/Adapters/JsonRpc/Response/Error.php59
A
0 mins
src/Adapters/JsonRpc/Response/ErrorFactory.php39
A
0 mins
src/Adapters/JsonRpc/Response/Errors/InternalError.php8
A
0 mins
src/Adapters/JsonRpc/Response/Errors/InvalidParams.php8
A
0 mins
src/Adapters/JsonRpc/Response/Errors/InvalidRequest.php8
A
0 mins
src/Adapters/JsonRpc/Response/Errors/MethodNotFound.php8
A
0 mins
src/Adapters/JsonRpc/Response/Errors/ParseError.php9
A
0 mins
src/Adapters/JsonRpc/Response/Errors/ServerError.php8
A
0 mins
src/Adapters/JsonRpc/Response/Response.php6
A
0 mins
src/Adapters/JsonRpc/Route.php129
B
4 hrs
src/Adapters/Main/Adapter.php18
A
0 mins
src/Adapters/Main/Route.php18
A
0 mins
src/Adapters/Soap/Adapter.php32
A
0 mins
src/Adapters/Soap/Matching/IntentValidator.php17
A
0 mins
src/Adapters/Soap/Request/Content.php35
A
0 mins
src/Adapters/Soap/Request/Interpreters/Interpreter.php60
A
0 mins
src/Adapters/Soap/Request/Parsers/Parser.php209
C
1 day
src/Adapters/Soap/Response/Response.php6
A
0 mins
src/Adapters/Soap/Route.php121
A
2 hrs
src/Request/Interpreters/InterpreterInterface.php8
A
0 mins
src/Request/Interpreters/InterpreterMap.php17
A
0 mins
src/Request/Interpreters/InterpreterMapInterface.php7
A
0 mins
src/Request/Interpreters/InterpreterNotFound.php11
A
0 mins
src/Request/Interpreters/InterpreterTrait.php35
A
0 mins