{"id":15146778,"url":"https://github.com/monero-integrations/monerophp","last_synced_at":"2025-04-04T12:08:29.170Z","repository":{"id":21679692,"uuid":"93746333","full_name":"monero-integrations/monerophp","owner":"monero-integrations","description":"Monero PHP library + JsonRPC Client","archived":false,"fork":false,"pushed_at":"2024-08-03T23:16:15.000Z","size":395,"stargazers_count":121,"open_issues_count":15,"forks_count":76,"subscribers_count":17,"default_branch":"master","last_synced_at":"2025-03-28T11:07:52.300Z","etag":null,"topics":["monero-daemon","monero-integrations","monero-library","monero-wallet-rpc","php"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/monero-integrations.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-06-08T12:20:25.000Z","updated_at":"2025-03-09T14:01:38.000Z","dependencies_parsed_at":"2024-01-20T10:24:45.475Z","dependency_job_id":"dc3af65f-5338-4fa5-b530-6268d57ca40c","html_url":"https://github.com/monero-integrations/monerophp","commit_stats":{"total_commits":313,"total_committers":25,"mean_commits":12.52,"dds":0.5015974440894568,"last_synced_commit":"bc4a552b9334d9610eb6c60532ad6666e3aeba95"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/monero-integrations%2Fmonerophp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/monero-integrations%2Fmonerophp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/monero-integrations%2Fmonerophp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/monero-integrations%2Fmonerophp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/monero-integrations","download_url":"https://codeload.github.com/monero-integrations/monerophp/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247174421,"owners_count":20896078,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["monero-daemon","monero-integrations","monero-library","monero-wallet-rpc","php"],"created_at":"2024-09-26T12:04:53.358Z","updated_at":"2025-04-04T12:08:29.132Z","avatar_url":"https://github.com/monero-integrations.png","language":"PHP","readme":"[![PHPCS PSR-12](https://img.shields.io/badge/PHPCS-PSR–12-226146.svg)](https://www.php-fig.org/psr/psr-12/) [![PHPStan ](.github/phpstan.svg)](https://phpstan.org/)\n\n# Monero Library\nA Monero library written in PHP by the [Monero Integrations](https://monerointegrations.com) [team](https://github.com/monero-integrations/monerophp/graphs/contributors).\n\n## How It Works\nThis library has 3 main parts:\n\n1. A Monero daemon JSON RPC API wrapper, `daemonRPC.php`\n2. A Monero wallet (`monero-wallet-rpc`) JSON RPC API wrapper, `walletRPC.php`\n3. A Monero/Cryptonote toolbox, `cryptonote.php`, with both lower level functions used in Monero related cryptography and higher level methods for things like generating Monero private/public keys.\n\nIn addition to these features, there are other lower-level libraries included for portability, *eg.* an ed25519 library, a SHA3 library, *etc.*\n\n## Preview\n![Preview](https://user-images.githubusercontent.com/4107993/38056594-b6cd6e14-3291-11e8-96e2-a771b0e9cee3.png)\n\n## Documentation\n\nDocumentation can be found in the [`/docs`](https://github.com/sneurlax/monerophp/tree/master/docs) folder.\n\n## Configuration\n### Requirements\n - Monero daemon (`monerod`)\n - Webserver with PHP, for example XMPP, Apache, or NGINX\n    - cURL PHP extension for JSON RPC API(s)\n    - GMP PHP extension for about 100x faster calculations (as opposed to BCMath)\n\nDebian (or Ubuntu) are recommended.\n \n### Getting Started\n\n1. Start the Monero daemon (`monerod`) on testnet.\n```bash\nmonerod --testnet --detach\n```\n\n2. Start the Monero wallet RPC interface (`monero-wallet-rpc`) on testnet.\n```bash\nmonero-wallet-rpc --testnet --rpc-bind-port 28083 --disable-rpc-login --wallet-dir /path/to/wallet/directory\n```\n\n3. 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.)\n\n4. 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.\n","funding_links":[],"categories":["Libraries"],"sub_categories":["Other Wallets"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmonero-integrations%2Fmonerophp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmonero-integrations%2Fmonerophp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmonero-integrations%2Fmonerophp/lists"}