mallgroup / mpapi-client-php

MPAPI client is a PHP tool created to help Internet Mall, a. s. partners easily manage article catalog, deliveries, orders, etc. using Mall Marketplace API.
Apache License 2.0
6 stars 19 forks source link

Implementácia #5

Closed t0msk closed 6 years ago

t0msk commented 6 years ago

Dobrý deň,

chcel by som sa spýtať ako môžem implementovať váš PHP klient, snažil som použiť príklad z priečinka Examples, ale dostávam chybu, že script nevie otvoriť vendor/autoload.php, nikde som autoload.php nenašiel, používam webhosting.

mdrlikmall commented 6 years ago

Hello, you have to run composer install to generate /vendor/autoload.php, see https://getcomposer.org/. You can run it locally and upload generated files on your webhosting.