You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: index.html
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -8,10 +8,10 @@
8
8
system, <code>composer.json</code> should be added to it.</p><h3id=require-autoloader>Require Autoloader<aclass=heading-anchorhref=#require-autoloaderaria-label="Link to Require Autoloader">#</a></h3><p>After installing the dependencies, you need to require the Composer autoloader
9
9
from your code:</p><divclass=highlight><pretabindex=0style=background-color:#f7f7f7;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:none><codeclass=language-phpdata-lang=php><spanstyle=display:flex><span><spanstyle=color:#cf222e>require</span><spanstyle=color:#0a3069>'vendor/autoload.php'</span><spanstyle=color:#1f2328>;</span>
10
10
</span></span></code></pre></div><h2id=install-via-phar>Install via Phar<aclass=heading-anchorhref=#install-via-phararia-label="Link to Install via Phar">#</a></h2><p>Although we strongly recommend using Composer, we also provide a
11
-
<ahref=https://php.net/manual/en/book.phar.php>phar archive</a> containing most of the
11
+
<ahref=https://www.php.net/manual/en/book.phar.php>phar archive</a> containing most of the
12
12
dependencies for this API. The latest phar archive is available on
13
13
<ahref=https://github.com/maxmind/minfraud-api-php/releases>our releases page</a>.</p><h3id=install-dependencies-1>Install Dependencies<aclass=heading-anchorhref=#install-dependencies-1aria-label="Link to Install Dependencies">#</a></h3><p>Please note that you must have the PHP
14
-
<ahref=https://php.net/manual/en/book.curl.php>cURL extension</a> installed to use
14
+
<ahref=https://www.php.net/manual/en/book.curl.php>cURL extension</a> installed to use
15
15
this archive. For Debian based distributions, this can typically be found in
16
16
the <code>php-curl</code> package. For other operating systems, please consult the
17
17
relevant documentation. After installing the extension you may need to restart
@@ -21,7 +21,7 @@
21
21
<ahref=https://maxmind.github.io/minfraud-api-php/>our GitHub Page</a> under the “API”
22
22
tab.</p><h2id=usage>Usage<aclass=heading-anchorhref=#usagearia-label="Link to Usage">#</a></h2><p>This library provides access to both the
23
23
<ahref=https://dev.maxmind.com/minfraud/>minFraud (Score, Insights and Factors)</a>
24
-
and <ahref=https://dev.maxmind.com/minfraud/report-transaction/>Report Transaction</a>
24
+
and <ahref=https://dev.maxmind.com/minfraud/report-a-transaction/>Report Transaction</a>
25
25
APIs.</p><h3id=minfraud-api>minFraud API<aclass=heading-anchorhref=#minfraud-apiaria-label="Link to minFraud API">#</a></h3><p>To use the minFraud API, create a new <code>\MaxMind\MinFraud</code> object. The
26
26
constructor takes your MaxMind account ID, license key, and an optional
27
27
<code>options</code> array as arguments. This object is immutable. See the API
@@ -210,6 +210,6 @@
210
210
</span></span></code></pre></div><h2id=support>Support<aclass=heading-anchorhref=#supportaria-label="Link to Support">#</a></h2><p>Please report all issues with this code using the
211
211
<ahref=https://github.com/maxmind/minfraud-api-php/issues>GitHub issue tracker</a>.</p><p>If you are having an issue with the minFraud service that is not specific to
212
212
the client API, please see
213
-
<ahref=https://www.maxmind.com/en/support>our support page</a>.</p><h2id=requirements>Requirements<aclass=heading-anchorhref=#requirementsaria-label="Link to Requirements">#</a></h2><p>This code requires PHP 8.1 or greater. Older versions of PHP are not
213
+
<ahref=https://support.maxmind.com/knowledge-base>our support page</a>.</p><h2id=requirements>Requirements<aclass=heading-anchorhref=#requirementsaria-label="Link to Requirements">#</a></h2><p>This code requires PHP 8.1 or greater. Older versions of PHP are not
214
214
supported.</p><p>There are several other dependencies as defined in the <code>composer.json</code> file.</p><h2id=contributing>Contributing<aclass=heading-anchorhref=#contributingaria-label="Link to Contributing">#</a></h2><p>Patches and pull requests are encouraged. All code should follow the PSR-2
215
215
style guidelines. Please include unit tests whenever possible.</p><h2id=versioning>Versioning<aclass=heading-anchorhref=#versioningaria-label="Link to Versioning">#</a></h2><p>This API uses <ahref=https://semver.org/>Semantic Versioning</a>.</p><h2id=copyright-and-license>Copyright and License<aclass=heading-anchorhref=#copyright-and-licensearia-label="Link to Copyright and License">#</a></h2><p>This software is Copyright (c) 2015-2026 by MaxMind, Inc.</p><p>This is free software, licensed under the Apache License, Version 2.0.</p></main></body></html>
0 commit comments