artox-lab/example-protobuf-messages

There is no license information available for the latest version (v1.0.0) of this package.

v1.0.0 2022-01-28 07:57 UTC

This package is auto-updated.

Last update: 2024-03-28 13:02:09 UTC


README

Install the latest version with

composer require artox-lab/example-protobuf-messages

Basic usage

<?php

require_once 'vendor/autoload.php';

$message = new \ArtoxLab\ExampleMessage\V1\Order\Created();
$message->setId('f0ec71ed-fcc5-47bd-9389-a9640e890f3d');