Remove the curl dependency by using `fsockopen`, which is always available in PHP. That also allows for fire and forget, which may be useful for anchoring, in the case where a failed tx shouldn't be blocking the request.
Remove the curl dependency by using
fsockopen, which is always available in PHP.That also allows for fire and forget, which may be useful for anchoring, in the case where a failed tx shouldn't be blocking the request.