influxdata/influxdb-php

PHP Fatal error: Class 'InfluxDB\\Client' not found in

Pammetje opened this issue · 2 comments

Hi,

I installed InfluxDB with composer
When using the code I get the following error:

PHP Fatal error: Class 'InfluxDB\Client' not found in ...

Probably I am doing something wrong here.

Can you help me please

Can you copy/paste your script? Thanks

You need to include/require Composer's autoloader before you can start using installed packages. See https://getcomposer.org/doc/01-basic-usage.md#autoloading for more details.