PHP code example of ictianspecialist / equity

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

    

ictianspecialist / equity example snippets

sh

use Equity\Equity\Equity;
$consumer_key = 'your-consumer-key';
$consumer_secret = 'your-consumer-secret';
$equity = new Equity($consumer_key,$consumer_secret);