Skip to content
This repository has been archived by the owner on Jan 23, 2024. It is now read-only.

tienvx/pact-php-protobuf

Repository files navigation

Pact PHP Protobuf Plugin Build Status Coverage Status Version PHP Version

This library is a plugin for Pact PHP. It allow testing protobuf interactions.

Installation

composer require tienvx/pact-php-protobuf

Pre-requisites

  • gRPC PHP extension. See docs for installation
  • Protobuf compiler (protoc). See docs for installation

Test

composer install
composer install -d example/sync-message/provider
composer gen-lib
composer test

Documentation

Async Message

Consumer Example Provider Example

Sync Message

Consumer Example Provider Example

License

MIT

Releases

No releases published

Packages

No packages published

Languages