2017 © Pedro Peláez
 

library millennium-php

Online booking API client for Millennium Spa & Salon

image

f-plus/millennium-php

Online booking API client for Millennium Spa & Salon

  • Monday, November 2, 2015
  • by f-plus
  • Repository
  • 1 Watchers
  • 1 Stars
  • 7 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

millennium-php

Build Status Latest Stable Version License, (*1)

millennium-php is a PHP client for the online booking system of Harms Millennium Spa & Salon., (*2)

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., (*3)

The Versions

02/11 2015

dev-master

9999999-dev

Online booking API client for Millennium Spa & Salon

  Sources   Download

MIT

The Requires

 

The Development Requires

soap booking millennium online-booking harms