I would like to know how I can interact with blockchain (Make transactions, create collections & nft, etc...) with PHP preferably. Because we don't run js in backend with our project so we can't use erdjs and erdjs-wallet-core with our server. We would like to use Laravel in backend for this project but we can change our mind if it will take longer to make this project out.
Is there any way to do it in PHP like ERDJS?
You could perhaps try this inofficial lib for php:
https://github.com/Superciety/elrond-sdk-laravel
But overall my recommendation would be to have a node based microservice that you could call via php.
I would like to know how I can interact with blockchain (Make transactions, create collections & nft, etc...) with PHP preferably. Because we don't run js in backend with our project so we can't use erdjs and erdjs-wallet-core with our server. We would like to use Laravel in backend for this project but we can change our mind if it will take longer to make this project out. Is there any way to do it in PHP like ERDJS?
You could perhaps try this inofficial lib for php: https://github.com/Superciety/elrond-sdk-laravel But overall my recommendation would be to have a node based microservice that you could call via php.