reactphp/stomp

View on GitHub
Branch: master(View all)
NameLines of codeMaintainabilityTest coverage
.gitignore
.travis.yml
CHANGELOG.md
LICENSE
README.md
composer.json
doc/stomp-specification-1.1.md
phpunit-functional.xml.dist
phpunit.xml.dist
examples/basic.php19
examples/config/activemq.php8
examples/config/apollo.php8
examples/config/probe.php15
examples/config/rabbitmq.php8
examples/publish.php26
examples/subscribe-ack.php27
examples/subscribe.php23
src/AckResolver.php34
src/Client.php214
A
2 hrs
src/Client/Command/CloseCommand.php5
src/Client/Command/CommandInterface.php5
src/Client/Command/ConnectionEstablishedCommand.php5
src/Client/Command/NullCommand.php5
src/Client/IncomingPackageProcessor.php42
A
55 mins
src/Client/OutgoingPackageCreator.php77
src/Client/State.php50
src/Client/SubscriptionBag.php17
src/Exception/ConnectionException.php5
src/Exception/InvalidFrameException.php5
src/Exception/ProcessingException.php5
src/Exception/ServerErrorException.php16
src/Factory.php50
src/Io/InputStream.php22
src/Io/InputStreamInterface.php6
src/Io/OutputStream.php45
src/Io/OutputStreamInterface.php8
src/Protocol/Frame.php47
src/Protocol/InvalidFrameException.php5
src/Protocol/Parser.php60
A
45 mins