NicklasWallgren / PokemonGoAPI-PHP

Pokemon Go API PHP library
BSD 2-Clause "Simplified" License
130 stars 51 forks source link

Use without composer #104

Closed pedrosodre closed 8 years ago

pedrosodre commented 8 years ago

Hi,

is any way to use it with PHP without composer?

Ni42 commented 8 years ago

The question is: why not use composer? If you can't install it on a production server, just copy all the required files over from your local install and you don't need to run it there.

pedrosodre commented 8 years ago

I want run it just with cURL and a simple php framework like codeigniter. Just want to do a small thing.

Ni42 commented 8 years ago

Can't really help you with that then... composer installs are the de-facto standard for PHP right now for some time. It's not really a big library, and it works on all OSes, so just go and get it.

NicklasWallgren commented 8 years ago

Composer is the way to go. Closing this.