A Monero library written in PHP by the Monero-Integrations team forked for integration in Laravel framework
evan45245/monerophplaravel is a Laravel package for a monero library written in php by the monero-integrations team forked for integration in laravel framework.
It currently has 0 GitHub stars and 14 downloads on Packagist.
Install it with composer require evan45245/monerophplaravel.
Discover more Laravel packages by evan45245
or browse all Laravel packages to compare alternatives.
Last updated
A Monero library written in PHP by the Monero Integrations team.
This library has 3 main parts:
daemonRPC.phpmonero-wallet-rpc) JSON RPC API wrapper, walletRPC.phpcryptonote.php, with both lower level functions used in Monero related cryptograhy and higher level methods for things like generating Monero private/public keys.In addition to these features, there are other lower-level libraries included for portability, eg. an ed25519 library, a SHA3 library, etc.

Documentation can be found in the /docs folder.
monerod)Debian (or Ubuntu) are recommended.
monerod) on testnet.monerod --testnet --detach
monero-wallet-rpc) on testnet.monero-wallet-rpc --testnet --rpc-bind-port 28083 --disable-rpc-login --wallet-dir /path/to/wallet/directory
Edit example.php with your the IP address of monerod and monero-wallet-rpc (use 127.0.0.1:28081 and 127.0.0.1:28083, respectively, for testnet.)
Serve example.php with your webserver (eg. XMPP, Apache/Apache2, NGINX, etc.) and navigate to it. If everything has been set up correctly, information from your Monero daemon and wallet will be displayed.