hyperzod/hyperzod-sdk-php

A PHP SDK to integrate Hyperzod with your application.

1.0.0 2023-04-14 11:55 UTC

This package is auto-updated.

Last update: 2024-05-17 10:19:45 UTC


README

This is the official PHP SDK for Hyperzod.

Installation

You can install the package via composer:

composer require hyperzod/hyperzod-sdk-php

Usage

You can use the sdk to call the Hyperzod API (Eg: Updating the order status).

$client = HyperzodClient($api_key, $env, $token = null);
$response = $client->order->updateOrderStatus($payload);

Changelog

Please see CHANGELOG for more information what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Security

If you discover any security related issues, please email siddiquiazam966@gmail.com instead of using the issue tracker.

Credits

License

The MIT License (MIT). Please see License File for more information.