Skip to content

f-plus/millennium-php

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

millennium-php

Build Status Latest Stable Version License

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.

About

Online booking API client for Millennium Spa & Salon

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages