PHP code example of inshore / bookwhen

1. Go to this page and download the library: Download inshore/bookwhen library. Choose the download type require.

2. Extract the ZIP file and open the index.php.

3. Add this code to the index.php.
    
        
<?php
require_once('vendor/autoload.php');

/* Start to develop here. Best regards https://php-download.com/ */

    

inshore / bookwhen example snippets


// Returns the location for the provided location ID.

$location = $bookwhen->location('ev-smij-20200530100000');

 php
$bookwhen = new Bookwhen();
 php

// Fetch attachments accessible by the API token.

$attachments = $bookwhen->attachments());
 php

// Fetch class passes accessible by the API token.

$classPasses = $bookwhen->classPasses());

 php

// Returns the event for the provided event ID.

$event = $bookwhen->events();

 php

// Returns the event for the provided event ID.

$event = $bookwhen->events(title: 'Title to filter by'));

 php

// Returns the event for the provided event ID.

$event = $bookwhen->event('ev-smij-20200530100000');

 php

// Returns the event for the provided event ID.

$event = $bookwhen->event(eventId: 'ev-smij-20200530100000', 
 php

// Fetch events accessible by the API token.

$events = $bookwhen->events());

 php

// Fetch events accessible by the API token.

$events = $bookwhen->events(location: true, 
 php

// Fetch tickets for the given event.

$eventId = 'ev-smij-20200530100000';

$client->tickets($eventId);
 php

// Fetch tickets for the given event.

$eventId = 'ev-smij-20200530100000';

$client->tickets($eventId,