Skip to content

Fatal error: Uncaught Error: Class 'DPRMC\IEXTrading\IEXTrading' not found in #2

@NeoHoang

Description

@NeoHoang

Hello,

I've installed library with composer and used these code lines, but I got an error

Fatal error: Uncaught Error: Class 'DPRMC\IEXTrading\IEXTrading' not found in

require __DIR__ . '/vendor/autoload.php';

//// Your code starts here.
//// https://iextrading.com/developer/docs/#quote
// https://iextrading.com/developer/docs/#quote
$stockQuote = IEXTrading::stockQuote( 'aapl' );
echo $stockQuote->companyName; // Apple Inc.

Please help solve that

Many thanks
Neo

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions