Overview

Namespaces

  • Contrib
    • Bundle
      • CoverallsBundle
        • Console
        • Entity
      • CoverallsV1Bundle
        • Api
        • Collector
        • Command
        • Config
        • Entity
          • Git
    • Component
      • File
      • Log
      • System
        • Git
  • Guzzle
    • Batch
      • Exception
    • Cache
    • Common
      • Exception
    • Http
      • Curl
      • Exception
      • Message
      • QueryAggregator
    • Inflection
    • Iterator
    • Log
    • Parser
      • Cookie
      • Message
      • UriTemplate
      • Url
    • Plugin
      • Async
      • Backoff
      • Cache
      • Cookie
        • CookieJar
        • Exception
      • CurlAuth
      • ErrorResponse
        • Exception
      • History
      • Log
      • Md5
      • Mock
      • Oauth
    • Service
      • Builder
      • Command
        • Factory
        • LocationVisitor
          • Request
          • Response
      • Description
      • Exception
      • Resource
    • Stream
  • PHP
  • Psr
    • Log
  • Symfony
    • Component
      • Config
        • Definition
          • Builder
          • Exception
        • Exception
        • Loader
        • Resource
        • Util
      • Console
        • Command
        • Formatter
        • Helper
        • Input
        • Output
        • Tester
      • EventDispatcher
        • Debug
      • Finder
        • Adapter
        • Comparator
        • Exception
        • Expression
        • Iterator
        • Shell
      • Stopwatch
      • Yaml
        • Exception

Classes

  • AbstractCommand
  • ClosureCommand
  • DefaultRequestSerializer
  • DefaultResponseParser
  • OperationCommand
  • OperationResponseParser

Interfaces

  • CommandInterface
  • RequestSerializerInterface
  • ResponseClassInterface
  • ResponseParserInterface
  • Overview
  • Namespace
  • Class
  • Tree
  • Todo

Namespace Guzzle\Service\Command

Namespaces summary
Guzzle\Service\Command\Factory
Guzzle\Service\Command\LocationVisitor
Classes summary
AbstractCommand Command object to handle preparing and processing client requests and responses of the requests
ClosureCommand A ClosureCommand is a command that allows dynamic commands to be created at runtime using a closure to prepare the request. A closure key and \Closure value must be passed to the command in the constructor. The closure must accept the command object as an argument.
DefaultRequestSerializer Default request serializer that transforms command options and operation parameters into a request
DefaultResponseParser Default HTTP response parser used to marshal JSON responses into arrays and XML responses into SimpleXMLElement
OperationCommand A command that creates requests based on Guzzle\Service\Description\OperationInterface objects, and if the matching operation uses a service description model in the responseClass attribute, then this command will marshal the response into an associative array based on the JSON schema of the model.
OperationResponseParser Response parser that attempts to marshal responses into an associative array based on models in a service description
Interfaces summary
CommandInterface Command object to handle preparing and processing client requests and responses of the requests
RequestSerializerInterface Translates command options and operation parameters into a request object
ResponseClassInterface Interface used to accept a completed OperationCommand and parse the result into a specific response type
ResponseParserInterface Parses the HTTP response of a command and sets the appropriate result on a command object
php-coveralls API documentation generated by ApiGen 2.8.0