NicklasWallgren / PokemonGoAPI-PHP

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

Install via composer repository guide #88

Closed Opo-Opo closed 8 years ago

Opo-Opo commented 8 years ago

Just change the "Build" heading the the README.md to "Install" with instruction on how to install as a composer package without being on Packagist. I believe most devs who are willing to work on this package would know how to "Build" the app although some may be unaware how to install as a package without it being on Packagist.

DrDelay commented 8 years ago

Can you please add the prefer-stable property? I think this should always be there if you define a custom stability.

NicklasWallgren commented 8 years ago

Thanks, but wouldn't it be easier to just require the composer package :)

composer require nicklasw/pkm-go-api

Opo-Opo commented 8 years ago

Yes you are quite right, I didn't see it on Packagist because I search for "NicklasWallgren" and "PokemonGoAPI-PHP" neither of which bring up anything. I will modify my pull request when I get home.

Opo-Opo commented 8 years ago

Amended