kilgaloon/branch

Wrapper around Branch.io HTTP API

Maintainers

Package info

github.com/Kilgaloon/branch

Issues

pkg:composer/kilgaloon/branch

Statistics

Installs: 20

Dependents: 0

Suggesters: 0

Stars: 4

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

This package is not auto-updated.

Last update: 2026-03-20 01:07:34 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.