PHP code example of runmybusiness / initialcon

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

    

runmybusiness / initialcon example snippets


$initialcon->getImageObject('TS', '[email protected]', 512);
 php


 php
$initialcon = new Initialcon();
 php
$initialcon->displayImage('TS', '[email protected]');
 php
$imageData = $initialcon->getImageData('TS', '[email protected]');
 php
$imageDataUri = $initialcon->getImageDataUri('HI', '[email protected]');
 html
<img src=" echo $imageDataUri; 
 php
$initialcon->displayImage('TS', '[email protected]', 512);
 php
$initialcon->displayImage('TS', '[email protected]', 64, 'A87EDF');

php composer.phar install