PHP Classes

File: config/covalent.php

Recommend this page to a friend!
  Classes of Hicri   PHP CovalentHQ Service   config/covalent.php   Download  
File: config/covalent.php
Role: Configuration script
Content type: text/plain
Description: Configuration script
Class: PHP CovalentHQ Service
Access blockchain data points using CovalentHQ API
Author: By
Last change:
Date: 1 year ago
Size: 150 bytes
 

Contents

Class file image Download
<?php

return [

   
'covalent' => [
       
'base_url' => 'https://api.covalenthq.com/',
       
'api_key' => 'XXXXXXXXXXXXXXXXXXXXXXX',
    ],

];