Overview

Namespaces

  • Guzzle
    • Batch
      • Exception
    • Cache
    • Common
      • Exception
    • Http
      • Curl
      • Exception
      • Message
        • Header
      • 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
    • Tests
      • Batch
      • Cache
      • Common
        • Cache
        • Exception
      • Http
        • Curl
        • Exception
        • Message
          • Header
      • Inflection
      • Iterator
      • Log
      • Message
      • Mock
      • Parser
        • Cookie
        • Message
      • Parsers
        • UriTemplate
      • Plugin
        • Async
        • Backoff
        • Cache
        • Cookie
          • CookieJar
        • CurlAuth
        • ErrorResponse
        • History
        • Log
        • Md5
        • Mock
        • Oauth
        • Redirect
      • Service
        • Builder
        • Command
          • LocationVisitor
            • Request
            • Response
        • Description
        • Exception
        • Mock
          • Command
            • Sub
          • Model
        • Resource
      • Stream
  • None
  • Omnipay
    • Common
      • Exception
      • Message
    • Dummy
      • Message
    • VivaPayments
      • Message
  • PHP

Classes

  • CommandContentMd5Plugin
  • Md5ValidatorPlugin
  • Overview
  • Namespace
  • Class
  • Tree

Class CommandContentMd5Plugin

Listener used to add a ContentMD5 header to the body of a command and adds ContentMD5 validation if the ValidateMD5 option is not set to false on a command

Guzzle\Plugin\Md5\CommandContentMd5Plugin implements Symfony\Component\EventDispatcher\EventSubscriberInterface
Namespace: Guzzle\Plugin\Md5
Located at src/Guzzle/Plugin/Md5/CommandContentMd5Plugin.php
Methods summary
public
# __construct( string $contentMd5Param = 'ContentMD5', string $validateMd5Param = 'ValidateMD5' )

Parameters

$contentMd5Param
Parameter used to check if the ContentMD5 value is being added
$validateMd5Param
Parameter used to check if validation should occur on the response
public static
# getSubscribedEvents( )
public
# onCommandBeforeSend( Guzzle\Common\Event $event )
Properties summary
protected string $contentMd5Param

Parameter used to check if the ContentMD5 value is being added

Parameter used to check if the ContentMD5 value is being added

#
protected string $validateMd5Param

Parameter used to check if validation should occur on the response

Parameter used to check if validation should occur on the response

#
Omnipay Viva Payments Gateway Module API Documentation API documentation generated by ApiGen