dhii / invoker-interface
Interfaces for command invocation
v0.1-alpha1
2018-05-13 14:48 UTC
Requires
- php: ^5.3 | ^7.0
- dhii/exception-interface: ^0.1|^0.2
Requires (Dev)
- codeclimate/php-test-reporter: <=0.3.2
- dhii/php-cs-fixer-config: dev-php-5.3
- dhii/stringable-interface: ^0.1
- phpunit/phpunit: ^4.8
- ptrofimov/xpmock: ^1.1
This package is auto-updated.
Last update: 2024-10-07 03:15:21 UTC
README
Details
Interfaces for command invocation.
Interfaces
CommandInvokerInterface
- Something that can invoke a text command.CommandInvokerAwareInterface
- Something that is aware of a command invoker.CommandAwareInterface
- Something that is aware of a text command.ArgsAwareInterface
- Something that is aware of invocation arguments.CommandInvokerExceptionInterface
- An exception that relates to a command invoker.InvocationFailureExceptionInterface
- An exception that signals a failed invocation.