btcpayserver / btcpayserver-php-client

PHP implementation for the BTCPayServer cryptographically secure RESTful API
MIT License
29 stars 33 forks source link

can't find autoload.php #10

Open Karem-sobhy opened 5 years ago

Karem-sobhy commented 5 years ago

after installing fresh ubuntu , apache , php 7.2 , composer and lib i got this image

NicolasDorier commented 5 years ago

I am not good in PHP can you tell us the steps you did?

psyb0t commented 5 years ago

I'm aware of the issue for some time now. Didn't have time to get to it. I'll get to it as soon as I can. Hopefully this week.

Karem-sobhy commented 5 years ago

@NicolasDorier i did like the read me said on a fresh Ubuntu and apache and php7. 2 Install Composer curl -sS https://getcomposer.org/installer | php Install using composer php composer.phar require btcpayserver/btcpayserver-php-client But i got this error btw i see the vendor folder at home not at www/html

@psyb0t should i do anything extra than above?