pdir/propstack-api
Composer 安装命令:
composer require pdir/propstack-api
包简介
Simple API Integration for Propstack
关键字:
README 文档
README
Requirements
PHP: >= 7.2
Extensions: Composer, PHP-JSON
Install
composer:
composer require pdir/propstack-api
Usage
Search for the official API Documentation here.
You need an Api Key - Ask support or visit account settings in Propstack.
Basic
// store keys in .env file or use credentials array $credentials = [ 'apiKey' => 'PROPSTACK_API_KEY', ]; $api = new Pdir\Propstack\Api(); or $api = new Pdir\Propstack\Api($credentials); // get all projects $projects = $api->getProjects(); // get all saved queries $savedQueries = $api->getSavedQueries();
统计信息
- 总下载量: 17
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2022-01-06