f-plus/millennium-php
Composer 安装命令:
composer require f-plus/millennium-php
包简介
Online booking API client for Millennium Spa & Salon
README 文档
README
millennium-php is a PHP client for the online booking system of Harms Millennium Spa & Salon.
Installation
composer require f-plus/millennium-php
Usage
$client = new \FPlus\Millennium\Client('http://yourdomain.com/OnlineBooking/ClientService.svc'); $salonInfo = $client->getSalonInfo(); if (($session = $client->authenticate('username', 'password')) !== null) { $client->setSession($session); // book appointments, get client history, ... }
Disclaimer
This application is in no way affiliated with, authorized, maintained, sponsored or endorsed by Millennium Systems International.
统计信息
- 总下载量: 8
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2015-11-02