geocoder-php / Geocoder

The most featured Geocoder library written in PHP.
https://geocoder-php.org
MIT License
3.94k stars 515 forks source link

Can't install with composer #932

Closed Carlsans closed 5 years ago

Carlsans commented 5 years ago

Hi, I'm using a remote server over wish I have no control. I can't use composer nor ask any command to the Apaches server. Is there any way I can get around the installation with Composer ?

jbelien commented 5 years ago

Hello @Carlsans ,

Here are some tips : https://stackoverflow.com/questions/20894518/how-do-i-install-composer-on-a-shared-hosting

Another idea is to build everything locally and then upload the whole thing on your remote server.

atymic commented 5 years ago

Another idea is to build everything locally and then upload the whole thing on your remote server.

@Carlsans This is probably the easiest approach. Did you get the issue solved?

atymic commented 5 years ago

@jbelien I think this can be closed now :)