Awesome
POGOProtos-PHP - Compiled PHP protobufs for Pokémon Go
Protobuf files used: AeonLucid/POGOProtos - Ready to use in your PHP project - About
Installation
Use Composer to install it:
$ composer require jaspervdm/pogoprotos-php
Compilation
This repository already contains the compiled classes. To recompile them, run:
$ php compile.php
This requires the dev-dependencies and protoc in the path
Usage
See the wiki for some usage instructions
Credits
- AeonLucid for the proto files
- protobuf-php for the PHP implementation of Protocol Buffers
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
Legal
This project is in no way affiliated with, authorized, maintained, sponsored or endorsed by Niantic, The Pokémon Company, Nintendo or any of its affiliates or subsidiaries. This is an independent and unofficial collection of protobufs compiled to PHP-classes. The contents of this repository are a proof of concept and are for educational use only. Using this project might be against Niantic's TOS.