dhii / invoker-interface
Interfaces for command invocation
Installs: 471
Dependents: 3
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 2
pkg:composer/dhii/invoker-interface
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: 2025-10-07 05:36:52 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.