Skip to content

Releases: proxycheck/proxycheck-php

v0.1.6

09 Dec 01:31
b24b33e

Choose a tag to compare

This release reformats the library to meet PSR-12 specifications and corrects an issue where your API Key would not be utilised if you failed to supply the DAY_RESTRICTOR parameter within your options array when performing requests to the proxycheck API.

It also improves the cURL implementation by use of function scoping and support for HTTP method arguments.

This is a recommended upgrade due to the API Key issue it fixes. There are no expected compatibility issues or feature regressions compared to the previous v0.1.5 release.

v0.1.5

27 Jun 21:32
eaa2f20

Choose a tag to compare

This release adds much better support for errors caused by missing parameters being supplied to all functions present in the proxycheck class.

This means from this release onward you shouldn't see any PHP errors related to missing option parameters due to us adding new features to our functions that you're not making use of.

v0.1.4

25 Jun 21:43
e0f5213

Choose a tag to compare

This release adds support for viewing risk scores and attack history through the addition of a new RISK_DATA parameter within the options you can pass to the check class.

View the main readme to see an example of how to use the risk score with your requests and also an example result.

v0.1.3

18 May 05:39
b501836

Choose a tag to compare

This release adds support for viewing the stats present within the customer dashboard on our website.
It also adds local country whitelisting support and improved country support in general by allowing you to specify countries by isocode in addition to the prior country name support.
It also improves error handling when some options were not supplied to the check function.

v0.1.2

23 Nov 11:43
755cce0

Choose a tag to compare

This release adds support for viewing and altering your whitelist and blacklist which are present within the customer dashboard on our website.

v0.1.1

11 Jun 09:54
d13990e

Choose a tag to compare

This release adds new default query flags and alters the project type from project to library.

First release

09 Jun 10:17
d562084

Choose a tag to compare

First release of the PHP Library for the proxycheck.io v2 API.