SlimPay / hapiclient-php

HAPI Client for PHP.
MIT License
14 stars 12 forks source link

No PHP examples on HAPI Browser page #5

Closed hakikihacioglu closed 8 years ago

hakikihacioglu commented 8 years ago

Do I miss something? I don't find any examples of the api for php on https://dev.slimpay.com/hapi/browser

YoussefBO commented 8 years ago

Hi hakikihacioglu,

  1. Choose a relation (ex. create-orders)
  2. At the top of the right side, click on HTTP/1.1
  3. Select HAPI Client PHP instead.

The code on the right will now be formatted for this library giving you a full example including:

Do not hesitate if you need more.

PS: more documentation will follow soon in the README of this repository on how to use it.