omise / examples

Examples for implementing Omise Libraries
GNU General Public License v2.0
16 stars 50 forks source link

Hotfix - Fixed about include omise-php library issue #7

Closed guzzilar closed 9 years ago

guzzilar commented 9 years ago

PR Purpose

From PR #2 Added examples code for PHP language I missed Installation subject in README.md file. I added it in this PR

So, I removed vendor folder in this PR too. Because for run a test with php sample code, it need to run composer install before for installing the omise-php library. If it has vendor/omise/omise-php folder in this sample code directory, it'll failing when run composer install.