Skip to content
Snippets Groups Projects

Monero Integrations part 3

Merged serhack requested to merge serhack/ccs-proposals:patch-1 into master
1 unresolved thread
+ 49
0
---
layout: en
title: Monero Payment gateways Gateways part 3
author: SerHack
date: March 2020
amount: XXX
milestones:
- name: Monero PHP library maintenance
funds:
done:
status: unfinished
- name: Monero Woocommerce payment gateway maintenance
funds:
done:
status: unfinished
- name: Others ideas
funds:
done:
status: unfinished
payouts:
- date:
amount:
- date:
amount:
---
### What?
I am [SerHack](https://serhack.me), the author of [Mastering Monero](https://masteringmonero.com) and security engineer; I am one of the maintainers for [Monero integrations](https://monerointegrations.com) project. The project aims to provide a set of payment gateways and libraries (coded mainly in PHP, at the time of writing) for merchants and developers. As you might find on Github, the payment gateways are not in any third party companies, then no data is sent to any other website beside yours.
With this request, I would like to keep the two main repositories (PHP library and Woocommerce libraries) updated. I have set two main milestones.
#### Milestone 1 PHP library maintenance
I've listed all the possible issues I can fix or improve. Note that I would like to keep this library without any external dependencies (e.g. guzzle from composer) for security reasons. Honestly, I have some difficulties at trusting composer, but I'd like to discuss about this.
* [Enable SSL validation by default for non loopback connections](https://github.com/monero-integrations/monerophp/issues/11)
* [Daemon RPC Wrapper: "Other Methods"](https://github.com/monero-integrations/monerophp/issues/34)
* [Make stable version on packagist](https://github.com/monero-integrations/monerophp/issues/82)
* [Use code stype](https://github.com/monero-integrations/monerophp/issues/84)
* [Remove dead code](https://github.com/monero-integrations/monerophp/issues/85)
* [Library returns NULL when it receives a blank response or an error](https://github.com/monero-integrations/monerophp/issues/92)
* [PHP 7.2 - json_encode() breaks transfer submission of certain amounts](https://github.com/monero-integrations/monerophp/issues/100)
* [offline mnemonic support planned?](https://github.com/monero-integrations/monerophp/issues/103)
* [Make sure we support the latest PHP versions and do not support PHP < 7.2](https://github.com/monero-integrations/monerophp/issues/109)
If you have any additional idea, feature request, or issue, please let me know!
#### Milestone 2
\ No newline at end of file
Loading