jaspervdm
jaspervdm
For sure protobuf-php seems the way to go, especially since that repo is still maintained. Ideally everyone that wants to use the protos for their API or whatever uses the...
His implementation adds the possibility to set the seed
Maybe I'm missing it, but I don't see anything relating to the signature field. Which line are you referring to?
@Ni42 Do you have discord, so we could discuss the encrypt library? I am on the pokemongodev discord server, username kebabtent#5947
IMO any encrypt implementation/wrapper should be a separate repo anyway, since more than one API project could profit from it. In the same way, the proto classes should also be...
User @MatthewKingDev made one: https://github.com/MatthewKingDev/php-xxhash
I think composer also has ability to do require for extensions. At least I have seen it for mbstring so maybe it also works for custom ones.
@b6oy That repo was already referenced here and is already being included in the PR #92 (see the [composer.json](https://github.com/Sjaakmoes/PokemonGoAPI-PHP/blob/d31c471b391708328238e840be238d0e9b833d03/composer.json) ). It is used to calculate the hash of the `Signature`...
@lambasoft Well I tried to explain that to b6oy in my message above, its not the only thing you need.
I dont think people are fundamentally against using an extension. For example [Droeftoeter/pokapi](https://github.com/Droeftoeter/pokapi) and [jaspervdm/pogoapi-php](https://github.com/jaspervdm/pogoapi-php) both use [this](https://github.com/MatthewKingDev/php-xxhash) fork. However, at some point people were discussing whether a pure PHP...