Corsinvest / cv4pve-api-php

Proxmox VE Client API for PHP
https://www.corsinvest.it/cv4pve
GNU General Public License v3.0
62 stars 27 forks source link

Not working #9

Closed consigliere23 closed 4 years ago

consigliere23 commented 4 years ago

Message: Class 'Corsinvest\ProxmoxVE\Api\PveClient' not found What to do?

franklupo commented 4 years ago

How you use it?

consigliere23 commented 4 years ago

Just simple example. Have here a 7.1 PHP version.

consigliere23 commented 4 years ago

$client = new Corsinvest\ProxmoxVE\Api\PveClient("xxxx.xyz"); autoload is included, just gives this error :/

franklupo commented 4 years ago

Try with 7.0

consigliere23 commented 4 years ago

Not possible at the moment. Any ideas, why it's not working?

franklupo commented 4 years ago

Hi, i test and work for me. This library require lib-curl

consigliere23 commented 4 years ago

I have that library installed. Just check it, obviously there is some issue.

franklupo commented 4 years ago

News?