zulucrypto / stellar-api

MIT License
54 stars 51 forks source link

NEW Stellar PHP SDK #58

Open BlueOrionBlockchain opened 3 years ago

BlueOrionBlockchain commented 3 years ago

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

ynohtna92 commented 3 years ago

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?

BlueOrionBlockchain commented 3 years ago

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).

ynohtna92 commented 3 years ago

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.

JohnGabrielRodi commented 3 years ago

I'm using this program also. Any progress?

christian-rogobete commented 2 years ago

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