2017 © Pedro Peláez
 

library monerophplaravel

A Monero library written in PHP by the Monero-Integrations team forked for integration in Laravel framework

image

evan45245/monerophplaravel

A Monero library written in PHP by the Monero-Integrations team forked for integration in Laravel framework

  • Friday, April 27, 2018
  • by evan45245
  • Repository
  • 0 Watchers
  • 0 Stars
  • 5 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 33 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Monero Library

A Monero library written in PHP by the Monero Integrations team., (*1)

How It Works

This library has 3 main parts:, (*2)

  1. A Monero daemon JSON RPC API wrapper, daemonRPC.php
  2. A Monero wallet (monero-wallet-rpc) JSON RPC API wrapper, walletRPC.php
  3. A Monero/Cryptonote toolbox, cryptonote.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., (*3)

Preview

Preview, (*4)

Documention

Documentation can be found in the /docs folder., (*5)

Configuration

Requirements

  • Monero daemon (monerod)
  • Webserver with PHP, for example XMPP, Apache, or NGINX
    • cURL PHP extension for JSON RPC API(s)
    • GMP PHP extension for about 100x faster calculations (as opposed to BCMath)

Debian (or Ubuntu) are recommended., (*6)

Getting Started

  1. Start the Monero daemon (monerod) on testnet.
monerod --testnet --detach
  1. Start the Monero wallet RPC interface (monero-wallet-rpc) on testnet.
monero-wallet-rpc --testnet --rpc-bind-port 28083 --disable-rpc-login --wallet-dir /path/to/wallet/directory
  1. 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.), (*7)

  2. 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., (*8)

The Versions

27/04 2018

dev-master

9999999-dev https://github.com/evan45245/monerophplaravel

A Monero library written in PHP by the Monero-Integrations team forked for integration in Laravel framework

  Sources   Download

MIT

The Requires

  • php >=5.6.0

 

by Avatar serhack
by Avatar evan45245
by cryptochangements34
by sneurlax

laravel json-rpc jsonrpc cryptocurrency monero xmr monerod monero-wallet-rpc cryptonote

14/02 2018

dev-Dev

dev-Dev https://github.com/monero-integrations/monerophp

A PHP library for the Monero Wallet RPC JSON-RPC interface.

  Sources   Download

MIT

The Requires

  • php >=5.6.0

 

by Avatar serhack

json-rpc cryptocurrency monero xmr