helpscout/bus

View on GitHub
Branch: develop(View all)
NameLines of codeMaintainabilityTest coverage
.codeclimate.yml
.gitignore
.pre-commit-config.yaml
.travis.yml
README.md
composer.json
composer.lock
contrib/README.md
contrib/setup.sh
phpunit.xml
src/ClosureHandler.php17
src/Contracts/Bus.php10
src/Contracts/Command.php5
src/Contracts/Handler.php6
src/Contracts/Resolver.php6
src/Contracts/SelfHandling.php6
src/Contracts/Translator.php6
src/DefaultCommandBus.php47
src/DefaultResolver.php41
A
30 mins
src/DependencyResolver.php22
src/DispatchesCommandsTrait.php14
src/Exceptions/CouldNotResolveHandlerException.php5
src/Exceptions/HandlerNotRegisteredException.php5
src/NameBasedTranslator.php22
src/WithDataTrait.php18