microsoftgraph / msgraph-sdk-php

Microsoft Graph Library for PHP.
Other
568 stars 144 forks source link

Class 'Microsoft\Graph\Graph' not found (Nette 3x) #1522

Closed jAKErCZ closed 4 months ago

jAKErCZ commented 4 months ago

Hi, I have downloaded the microsoft graph via composer and while adding these lines

use Microsoft\Graph\Graph; use Microsoft\Graph\Model;

in my codeigniter project it shows the error

Class 'Microsoft\Graph\Graph' not found Class 'Microsoft\Graph\Model' not found

I'm developing with Nette(3.1) and I installed it using composer require microsoft/microsoft-graph

microsoft/microsoft-graph version 2.8.0

How to solve this problem?

SilasKenneth commented 4 months ago

Hi @jAKErCZ, the class

Microsoft\Graph\Graph

is not available in the version 2.8.0 of the SDK. Kindly consider looking at examples of how to use the SDK.

gagston commented 2 months ago

You should follow this link that helps you to overcome your problem https://github.com/microsoftgraph/msgraph-sdk-php