jaspervdm / pogoprotos-php
Compiled PHP protobufs for pokemon go
Requires
- php: >=5.5
- protobuf-php/protobuf: ~0.1
Requires (Dev)
- protobuf-php/protobuf-plugin: dev-master#fea131adaf9a9b6a409917050202ee0bb0c8b101
This package is not auto-updated.
Last update: 2020-08-21 20:30:40 UTC
README
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.