2017 © Pedro Peláez
 

library bookingconfirmation

Booking confirmation class used in response to successful bookings.

image

gueststream/bookingconfirmation

Booking confirmation class used in response to successful bookings.

  • Wednesday, July 13, 2016
  • by Houghtelin
  • Repository
  • 3 Watchers
  • 0 Stars
  • 8 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 5 Versions
  • 0 % Grown

The README.md

Booking Confirmation Class

Latest Version on Packagist ![Software License][ico-license] Build Status ![Coverage Status][ico-scrutinizer] Quality Score ![Total Downloads][ico-downloads], (*1)

This is a simple value object class that contains booking confirmation information and is used in the VRPConnector plugin on the confirmation page to display information to the guests who have just successfully booked a unit., (*2)

Install

Via Composer, (*3)

``` bash $ composer require gueststream/bookingconfirmation, (*4)


## Usage ``` php $bookingConfirmation = new Gueststream\Reservations\BookingConfirmation(); $bookingConfirmation->setBookingNumber(1234); $bookingConfirmation->setArrivalDate('2020-12-01'); $bookingConfirmation->setDepartureDate('2020-12-7'); echo $bookingConfirmation->getNights();

Change log

Please see CHANGELOG for more information what has changed recently., (*5)

Testing

bash $ composer test, (*6)

Contributing

Please see CONTRIBUTING and CONDUCT for details., (*7)

Security

If you discover any security related issues, please email support@gueststream.com instead of using the issue tracker., (*8)

Credits

License

The MIT License (MIT). Please see License File for more information., (*9)

The Versions

13/07 2016

dev-master

9999999-dev https://github.com/Gueststream-Inc/BookingConfirmation

Booking confirmation class used in response to successful bookings.

  Sources   Download

MIT

The Requires

  • php ~5.5|~7.0

 

The Development Requires

gueststream booking confirmation

13/07 2016

1.0.1

1.0.1.0 https://github.com/Gueststream-Inc/BookingConfirmation

Booking confirmation class used in response to successful bookings.

  Sources   Download

MIT

The Requires

  • php ~5.5|~7.0

 

The Development Requires

gueststream booking confirmation

11/07 2016

dev-add_total_charged_property

dev-add_total_charged_property https://github.com/Gueststream-Inc/BookingConfirmation

Booking confirmation class used in response to successful bookings.

  Sources   Download

MIT

The Requires

  • php ~5.5|~7.0

 

The Development Requires

gueststream booking confirmation

06/07 2016

dev-add_scrutinizer_code_rating

dev-add_scrutinizer_code_rating https://github.com/Gueststream-Inc/BookingConfirmation

Booking confirmation class used in response to successful bookings.

  Sources   Download

MIT

The Requires

  • php ~5.5|~7.0

 

The Development Requires

gueststream booking confirmation

06/07 2016

1.0.0

1.0.0.0 https://github.com/Gueststream-Inc/BookingConfirmation

Booking confirmation class used in response to successful bookings.

  Sources   Download

MIT

The Requires

  • php ~5.5|~7.0

 

The Development Requires

gueststream booking confirmation