f-plus / millennium-php
Online booking API client for Millennium Spa & Salon
dev-master
2015-11-02 21:25 UTC
Requires
- ext-soap: *
- besimple/soap-client: ^0.2.6
- casperbiering/dotnet-binary-xml: dev-master
- ramsey/uuid: ^3.0
Requires (Dev)
- phpunit/phpunit: 4.8.*
This package is not auto-updated.
Last update: 2025-03-29 21:45:20 UTC
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.