Skip to content

HookFreight/hookfreight-php

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hookfreight-php

Official PHP SDK for Hookfreight.

Installation

composer require hookfreight/hookfreight

Quick Start

<?php

require 'vendor/autoload.php';

use Hookfreight\Config;
use Hookfreight\Hookfreight;

$hf = new Hookfreight(new Config(apiKey: 'hf_sk_...'));

$deliveries = $hf->deliveries->list(['limit' => 10]);
print_r($deliveries);

Features

  • Apps: list/create/get/update/delete
  • Endpoints: list/create/get/update/delete
  • Events: list/get/listByEndpoint/replay
  • Deliveries: list/listByEvent/retry/queueStats
  • Hookfreight Cloud and self-hosted base URL support
  • Typed exception hierarchy for API and network failures

License

Apache-2.0

About

Official PHP SDK for Hookfreight

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages