kilgaloon/branch

Wrapper around Branch.io HTTP API

Installs: 20

Dependents: 0

Suggesters: 0

Security: 0

Stars: 4

Watchers: 1

Forks: 0

pkg:composer/kilgaloon/branch

v0.1.0 2018-07-13 14:52 UTC

This package is not auto-updated.

Last update: 2025-12-11 23:52:41 UTC


README

Branch.io PHP SDK (unofficial)

This is simple wrapper around Branch.io HTTP API. Original documentation can be found [https://branchmetrics.github.io/docs/pages/apps/api/] here

I have nothing related to Branch services, i created this library because i used branch, i wrote this simple wrapper and i want to share it with community.

Create manager:

$manager = new Manager([
  'key' => 'key_test',
  'secret' => 'key_secret'
]);

Cheers.