nathanmac/Responder

View on GitHub
Branch: master(View all)
NameLines of codeMaintainabilityTest coverage
.editorconfig
.gitattributes
.gitignore
.scrutinizer.yml
.travis.yml
CONTRIBUTING.md
LICENSE.md
README.md
apigen.neon
composer.json
phpunit.xml.dist
examples/AutoDetect.php12
examples/BSON.php12
examples/JSON.php14
examples/MSGPack.php12
examples/QueryString.php12
examples/Serial.php14
examples/XML.php14
examples/YAML.php14
src/Exceptions/ResponderException.php6
src/Facades/Responder.php7
src/Formats/BSON.php39
A
2 hrs
src/Formats/FormatInterface.php6
src/Formats/JSON.php22
A
1 hr
src/Formats/MSGPack.php25
A
2 hrs
src/Formats/QueryStr.php12
src/Formats/Serialize.php17
src/Formats/XML.php49
A
1 hr
src/Formats/YAML.php19
src/Responder.php106
A
35 mins
src/ResponderServiceProvider.php17