PHP code example of follow-the-sun / sunflow-sdk-php

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

    

follow-the-sun / sunflow-sdk-php example snippets


php vendor/bin/jane-openapi generate --config-file=configuration/contact.php
php vendor/bin/jane-openapi generate --config-file=configuration/command.php
php vendor/bin/jane-openapi generate --config-file=configuration/newsletter.php
php vendor/bin/php-cs-fixer fix src