stellar-api icon indicating copy to clipboard operation
stellar-api copied to clipboard

NEW Stellar PHP SDK

Open BlueOrionBlockchain opened this issue 4 years ago • 5 comments

Hi all,

as it looks zulucrypto disapeared we plan to update the PHP SDK regarding the latest Stellar protocol. As we want to apply for the Stellar SCF-Fund we are looking for feedback from your side, that you would use the PHP-SDK.

You can also respond on keybase, my username is smartstellar

Thank you

BlueOrionBlockchain avatar Aug 16 '21 21:08 BlueOrionBlockchain

Hi @BlueOrionBlockchain,

I'm interested in a PHP SDK. I'm looking at being able to confirm payments to an account by matching the memo id and transaction amount size to a database. Currently it looks like the SDK transactionEnvelope is limited and doesn't allow me to get the operationXdr.

It also does not process v1 transaction envelopes.

What is your timeframe on fixing this up?

ynohtna92 avatar Aug 28 '21 06:08 ynohtna92

Hi, thanks for your message,

To upgrade/renew the SDK we estimate early next year. Nevertheless I might be able to help you with existing one, if you explain more details.

You can contact me on discord (blueorion#9608) or on keybase (smartstellar).

BlueOrionBlockchain avatar Aug 28 '21 11:08 BlueOrionBlockchain

I can fix my issues myself. I'll just be adding a function in https://github.com/zulucrypto/stellar-api/blob/master/src/Server.php called getTransaction($hash) that will use the transaction horizon endpoint.

Basically the plan is to process a list of payments and link them to a transaction hash to read the memo. At the moment it is not possible to do this.

ynohtna92 avatar Aug 29 '21 00:08 ynohtna92

I'm using this program also. Any progress?

JohnGabrielRodi avatar Nov 12 '21 17:11 JohnGabrielRodi

https://github.com/Soneso/stellar-php-sdk

christian-rogobete avatar Jan 24 '22 13:01 christian-rogobete