Skip to content

Files

Latest commit

e614d7b · Dec 4, 2013

History

History
This branch is up to date with gavinandresen/paymentrequest:master.
Useful PHP5 code for generating/handling Payment messages.

Relies on Protobuf-PHP for reading/writing protocol buffer encoded files:
  http://drslump.github.com/Protobuf-PHP/
See that website for installation instructions.

paymentrequest.php was generated from the paymentrequest.proto file by running the
protoc-gen-php tool in the directory above this one, like this:

  protoc-gen-php -o php -i $(pwd) paymentrequest.proto