PHP code example of designmynight / designmynight-php-sdk

1. Go to this page and download the library: Download designmynight/designmynight-php-sdk 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/ */

    

designmynight / designmynight-php-sdk example snippets


DesignMyNight/Laravel/DesignMyNightApiServiceProvider.php::class,



// This file is generated by Composer
\DesignMyNight\Client::create($userId, $apiKey);
$venues = $client->api('venues')->all();

# This returns the same as the above
$venues = $client->venues()->all();
bash
$ php composer.phar