PHP code example of awaluk / helion-special-offer

1. Go to this page and download the library: Download awaluk/helion-special-offer 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/ */

    

awaluk / helion-special-offer example snippets




// autoload from composer
rations
$data = new awaluk\HelionSpecialOffer\Data('xx', 326, false);
// getting new book object
$book = $data->getBook();
// show data, for example book title
echo $book->getTitle();

new awaluk\HelionSpecialOffer\Data($partnerNumber, $coverSize, $file);