hyperzod / hyperzod-sdk-php
A PHP SDK to integrate Hyperzod with your application.
1.0.8
2024-10-15 11:49 UTC
Requires
- php: ^8.0
- guzzlehttp/guzzle: ^7.5
Requires (Dev)
- phpunit/phpunit: ^9.0
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.