place/place-api
Composer 安装命令:
composer require place/place-api
包简介
A PHP library for Place's API
关键字:
README 文档
README
A php library for interfacing with the Place API
Installation
To install from GitHub using composer:
composer require place/place-api
To manually install place-api, you can download the source and include with:
<?php require_once('/path/to/place-php/import.php'); ?>
Basic usage
<?php require_once('vendor/autoload.php'); # set your api key Place\Place::$api_key = "private_key_6fsMi3GDxXg1XXSluNx1sLEd"; # create an account $account = Place\Account::create(array( 'email'=>'joe.schmoe@example.com', 'full_name'=>'Joe Schmoe', 'user_type'=>'payer' )); ?>
Documentation
Read the docs
统计信息
- 总下载量: 2.84k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2018-08-14