fork download
  1. <?php
  2. require "vendor/autoload.php";
  3.  
  4. use Intercom\IntercomClient;
  5. $client = new IntercomClient(i11bnous, d5cad1a2f9bdf9e3463d4f125bc403ee25dbd9ce);
  6.  
  7. $json = $client->leads->getLeads(['email' => 'kmodas@kmodas.com']);
  8.  
  9. $clients = json_decode(json_encode($json), true);
  10. foreach ($clients as $chave => $valor){
  11. echo "$chave => $valor \n";
  12. }
  13. ?>
  14.  
  15.  
Runtime error #stdin #stdout #stderr 0.01s 52488KB
stdin
Standard input is empty
stdout
Standard output is empty
stderr
PHP Warning:  require(vendor/autoload.php): failed to open stream: No such file or directory in /home/mP2I3i/prog.php on line 2
PHP Fatal error:  require(): Failed opening required 'vendor/autoload.php' (include_path='.:/usr/share/php:/usr/share/pear') in /home/mP2I3i/prog.php on line 2