kilgaloon / branch
Branch.io HTTP API的包装器
v0.1.0
2018-07-13 14:52 UTC
Requires
- guzzlehttp/guzzle: ^6.3
This package is not auto-updated.
Last update: 2024-09-19 18:08:09 UTC
README
Branch.io PHP SDK(非官方)
这是一个围绕Branch.io HTTP API的简单包装器。原始文档可以在https://branchmetrics.github.io/docs/pages/apps/api/这里找到
我与Branch服务无关,我创建这个库是因为我使用了branch,我编写了这个简单的包装器,并希望与社区分享。
创建管理者
$manager = new Manager([
'key' => 'key_test',
'secret' => 'key_secret'
]);
干杯。