承接 bploeger/rezdy-api-v1 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

bploeger/rezdy-api-v1

Composer 安装命令:

composer require bploeger/rezdy-api-v1

包简介

A PHP wrapper for The Rezdy Booking API Ver. 1

关键字:

README 文档

README

Latest Stable Version Latest Unstable Version License

This library utilizes GuzzlePHP

This library utilizes Carbon

Installing via Composer

Composer is a dependency management tool for PHP that allows you to declare the dependencies your project needs and installs them into your project. In order to use the Rezdy API PHP SDK through composer, you must add "bploeger/rezdy-api-v1" as a dependency in your project's composer.json file.

 {
    "require": {
        "bploeger/rezdy-api-v1": "^1.0"
    }
 }

Documentation

The source documentation is hosted at https://github.com/bploeger/rezdy-api-v1/wiki

API Documentation provided by Rezdy is located at https://developers.rezdy.com/rezdy-api/reference

Usage

The RezdyAPI class contains the underlying services that hold the methods that use the API.

use Rezdy\RezdyAPI;
use Rezdy\Requests\SimpleSearch;

// Initialize the API
$rezdyAPI = new RezdyAPI('your api key');

// Set the search parameters
$searchParams =	[
	'search' => 'Smith',
	'limit'  => 50,
	'offset' => 0 
];

// Create the Simple Search Request
$search = new SimpleSearch($searchParams);

// Send the request to the API
$response = $this->rezdyAPI->customers->search($search);

// View the Response
echo $response;

Minimum Requirements

Use of this library requires PHP 7.1.3+, and PHP cURL extension (http://php.net/manual/en/book.curl.php)

统计信息

  • 总下载量: 26
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 4
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 4
  • Watchers: 1
  • Forks: 4
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2019-03-21

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固