PHPackages                             tesseract/crypto-sdk - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Security](/categories/security)
4. /
5. tesseract/crypto-sdk

ActiveLibrary[Security](/categories/security)

tesseract/crypto-sdk
====================

Tesseract Crypto SDK PHP from Tesseract Crypto API v2

0.3.0(6y ago)065[2 PRs](https://github.com/tesseract-mx/tesseract-crypto-sdk-php/pulls)1MITPHPPHP &gt;=7.1.0

Since Feb 7Pushed 3y ago1 watchersCompare

[ Source](https://github.com/tesseract-mx/tesseract-crypto-sdk-php)[ Packagist](https://packagist.org/packages/tesseract/crypto-sdk)[ RSS](/packages/tesseract-crypto-sdk/feed)WikiDiscussions master Synced 2d ago

READMEChangelogDependencies (2)Versions (11)Used By (1)

Tesseract Crypto SDK PHP
========================

[](#tesseract-crypto-sdk-php)

[![Build Status](https://camo.githubusercontent.com/ff4bea9beb4b1cf1991eaf0b8fa6a85a504ed475a4e3e8bd760da530ce7b8b03/68747470733a2f2f7472617669732d63692e6f72672f3030463130302f61727261795f646f742e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/00F100/array_dot) [![codecov](https://camo.githubusercontent.com/553c1e26e2667aa6247e449d0b958455956e66d25c35b1ef56dac9606031f470/68747470733a2f2f636f6465636f762e696f2f67682f3030463130302f61727261795f646f742f6272616e63682f6d61737465722f67726170682f62616467652e737667)](https://codecov.io/gh/00F100/array_dot) [![Total Downloads](https://camo.githubusercontent.com/43b8a13d771dcc882d94ff24db11759868d10b998b253b3882b8217172945917/68747470733a2f2f706f7365722e707567782e6f72672f3030463130302f61727261795f646f742f646f776e6c6f616473)](https://packagist.org/packages/00F100/array_dot)

How to install Tesseract Crypto SDK PHP
---------------------------------------

[](#how-to-install-tesseract-crypto-sdk-php)

The recommended way to install Tesseract Crypto SDK PHP is through Composer.

```
    # Install Composer
    curl -sS https://getcomposer.org/installer | php

```

Next, run the Composer command to install the latest stable version of Guzzle:

```
    php composer.phar require tesseract/crypto-sdk

```

After installing, you need to require Composer's autoloader:

```
    require 'vendor/autoload.php';
```

Configuration
-------------

[](#configuration)

```
