Add examples code for PHP language about how to integrate omise-php into php language and use it for some purpose.
For this merge it will contain some sample code as follows
How to collect a customer's card (omise.js)
How to charge a card (Charge API)
How to retrieve Omise's Account (Account API)
How to retrieve Omise's Balance (Balance API)
Add README.md for guide users what them want to do next after download and unzip this repo to their local machine
So, Because this is example code repository, I removed /vendor/ line from .gitignore file, that means in this merge will contain omise-php already (don't need to run composer install for install omise-php after download it).
PR Purpose
Add examples code for PHP language about how to integrate
omise-php
into php language and use it for some purpose.For this merge it will contain some sample code as follows
So, Because this is example code repository, I removed
/vendor/
line from.gitignore
file, that means in this merge will containomise-php
already (don't need to runcomposer install
for installomise-php
after download it).Thanks