S-money / S-money-API-Client-PHP

1 stars 8 forks source link

Installation via Composer + Packagist #4

Open vdechenaux opened 7 years ago

vdechenaux commented 7 years ago

Hi,

I cannot find the library on Packagist to install it with Composer.

EDIT: I just found https://packagist.org/packages/spyrit/smoney which is a fork. Should I use it rather than this?

Thanks

tiretdusix commented 5 years ago

You can add this to your composer.json

"repositories": [
  {
    "type": "vcs",
    "url": "https://github.com/S-money/S-money-API-Client-PHP"
  }
]

Then composer require smoney/smoney But still S-money team, please register your library into Packagist.

tiretdusix commented 5 years ago

As this SDK is intended at professional usage, i think at least one stable version must be frozen. We cannot exploit a library as critical as the payment interface in dev-master.

Right now, we are pointing to specific commit to prevent undesired update. Could you please tag a release ? Anything would do as long as you do not change it afterward.

I also push once more for registration at packagist.org