How can i use waves PHP API on my website

I am new to using waves api, I need help on how to use the waves PHP API on my website.

I need to create a new address (from my token) for each one register on my website,

Hey, you can use https://github.com/deemru/WavesKit library in your php code, there are examples of usage in github or you can ask @deemru about the library.

1 Like

Please did find a solution i have a same issue ? Heelp me please

The link up there on WavesKit is for developers on PHP. What help do you need?

1 Like

how to use it ? the installation steps in short please

Just install it throught composer:

composer require deemru/waveskit
1 Like