influxdb-php icon indicating copy to clipboard operation
influxdb-php copied to clipboard

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

Open Externalnet opened this issue 7 years ago • 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

Externalnet avatar Nov 03 '18 12:11 Externalnet

Can you copy/paste your script? Thanks

gianarb avatar Nov 05 '18 14:11 gianarb

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.

bramus avatar Apr 30 '19 10:04 bramus