Skip to content

Commit 759939e

Browse files
deploy: 0c153e2
1 parent fd72f2c commit 759939e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<a href=/minfraud-api-php/doc/latest/>API documentation</a></nav><main><h1 id=maxmind-minfraud-php-api>MaxMind minFraud PHP API<a class=heading-anchor href=#maxmind-minfraud-php-api aria-label="Link to MaxMind minFraud PHP API">#</a></h1><h2 id=description>Description<a class=heading-anchor href=#description aria-label="Link to Description">#</a></h2><p>This package provides an API for the
33
<a href=https://dev.maxmind.com/minfraud/>MaxMind minFraud web services</a>.</p><h2 id=install-via-composer>Install via Composer<a class=heading-anchor href=#install-via-composer aria-label="Link to Install via Composer">#</a></h2><p>We recommend installing this package with
44
<a href=https://getcomposer.org/>Composer</a>.</p><h3 id=download-composer>Download Composer<a class=heading-anchor href=#download-composer aria-label="Link to Download Composer">#</a></h3><p>To download Composer, run in the root directory of your project:</p><div class=highlight><pre tabindex=0 style=background-color:#f7f7f7;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:none><code class=language-bash data-lang=bash><span style=display:flex><span>curl -sS https://getcomposer.org/installer <span style=color:#1f2328>|</span> php
5-
</span></span></code></pre></div><p>You should now have the file <code>composer.phar</code> in your project directory.</p><h3 id=install-dependencies>Install Dependencies<a class=heading-anchor href=#install-dependencies aria-label="Link to Install Dependencies">#</a></h3><p>Run in your project root:</p><pre tabindex=0><code>php composer.phar require maxmind/minfraud:^3.6.0
5+
</span></span></code></pre></div><p>You should now have the file <code>composer.phar</code> in your project directory.</p><h3 id=install-dependencies>Install Dependencies<a class=heading-anchor href=#install-dependencies aria-label="Link to Install Dependencies">#</a></h3><p>Run in your project root:</p><pre tabindex=0><code>php composer.phar require maxmind/minfraud:^3.7.0
66
</code></pre><p>You should now have the files <code>composer.json</code> and <code>composer.lock</code> as well as
77
the directory <code>vendor</code> in your project directory. If you use a version control
88
system, <code>composer.json</code> should be added to it.</p><h3 id=require-autoloader>Require Autoloader<a class=heading-anchor href=#require-autoloader aria-label="Link to Require Autoloader">#</a></h3><p>After installing the dependencies, you need to require the Composer autoloader

0 commit comments

Comments
 (0)