Skip to content
This repository has been archived by the owner on Mar 14, 2021. It is now read-only.

how to use without composer? #166

Closed
andreabisello opened this issue Dec 18, 2017 · 1 comment
Closed

how to use without composer? #166

andreabisello opened this issue Dec 18, 2017 · 1 comment

Comments

@andreabisello
Copy link

hi,
i need to store and use your library in a website on witch i cannot install composer, because is a wordpress shared hosting, so i have php, but i don't have any other kind of access.

can someone please provide a solution?

i tried installing the library with composer locally and then move all the folder "vendor" in the shared space, but when i try to open a /sample file, for example this vendor/exeu/apai-io/samples/Lookup/SimpleLookup.php , i obtain
You must set up the project dependencies, run the following commands: curl -s http://getcomposer.org/installer | php php composer.phar install

thanks.

@dana321
Copy link

dana321 commented Jan 26, 2018

Did you also copy the composer.json and composer.lock files to the same level as the vendor folder? All the files are required for composer to function. You then just include the vendor/autoload.php file.

@Exeu Exeu closed this as completed Sep 24, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants